Hi Folks,
I have a custom entity called (Offer) that has a M:M relationship with contacts and also M:O relationship with contact. Basically it is similar to what is already used in the opportunity contacts functionality, i want to add the a small list layout on the contact which display the offer entity same like (listForContact) layout on the opportunity (see attached screen shot). I have already created a list called (listForContact) on the custom/Espo/Custom/Resources/layouts/offer/listForContact.json and also added additionalLayouts on clientDefs of my Offer entity with this code :
But it is not shown on my offer entity layout.
How can i add such additionalLayout please.
Many thanks
I have a custom entity called (Offer) that has a M:M relationship with contacts and also M:O relationship with contact. Basically it is similar to what is already used in the opportunity contacts functionality, i want to add the a small list layout on the contact which display the offer entity same like (listForContact) layout on the opportunity (see attached screen shot). I have already created a list called (listForContact) on the custom/Espo/Custom/Resources/layouts/offer/listForContact.json and also added additionalLayouts on clientDefs of my Offer entity with this code :
Code:
"additionalLayouts": { "detailConvert": { "listForContact": { "type": "listSmall" } },
How can i add such additionalLayout please.
Many thanks
Comment