Hello dear community,
I am currently in the process of creating espoCRM (V 9.2.4) according to my requirements. Adding additional fields and the like works fine, but as soon as I start dealing with relationships, it's game over!
I quickly became frustrated with the GUI in espoCRM because WHEN I was able to set something, the wrong entity was displayed, etc.
So now I am editing the corresponding json files in the “entityDefs” folder using code.
But here, too, I am falling from one problem into the next.
Attached as a file attachment, I have “Status 0,” so to speak. Everything works fine with these files.
But there are no additional relationships that I have created here yet.
Also attached is a screenshot with the correct names of the entities (since my GUI language was set to German).
Now I wanted to adjust the JSON accordingly with the following target relationships:
Account --> CObjekt (already exists, works)
CObjekt --> Account (already exists, work)
Lead --> CObjekt (new)
CObjekt --> Lead (new)
CObjekt <--> CLieferant (m:n) (I already have - with cObjektCLieferant)
Case --> CObjekt, Account, CLieferant (new), but without me Account/CObjekt would have to touch it again.
Now to the changes:
When I clear the cache and start rebuilding, I get a 500 error in espoCRM and nothing works anymore.
I would be very grateful if you could help me.
Kind regards
I am currently in the process of creating espoCRM (V 9.2.4) according to my requirements. Adding additional fields and the like works fine, but as soon as I start dealing with relationships, it's game over!
I quickly became frustrated with the GUI in espoCRM because WHEN I was able to set something, the wrong entity was displayed, etc.
So now I am editing the corresponding json files in the “entityDefs” folder using code.
But here, too, I am falling from one problem into the next.
Attached as a file attachment, I have “Status 0,” so to speak. Everything works fine with these files.
But there are no additional relationships that I have created here yet.
Also attached is a screenshot with the correct names of the entities (since my GUI language was set to German).
Now I wanted to adjust the JSON accordingly with the following target relationships:
Account --> CObjekt (already exists, works)
CObjekt --> Account (already exists, work)
Lead --> CObjekt (new)
CObjekt --> Lead (new)
CObjekt <--> CLieferant (m:n) (I already have - with cObjektCLieferant)
Case --> CObjekt, Account, CLieferant (new), but without me Account/CObjekt would have to touch it again.
Now to the changes:
When I clear the cache and start rebuilding, I get a 500 error in espoCRM and nothing works anymore.
I would be very grateful if you could help me.
Kind regards

Comment