Hello,
I am using the following link to create multi select from a detail using my custom sections.
https://academy.creatio.com/documents/technic-sdk/7-16/adding-multiple-…
whenever i add the following :
mixins: {
// Connecting the mixin to the schema.
LookupMultiAddMixin: "Terrasoft.LookupMultiAddMixin"
},
the detail does not display, when i remove it, the detail displays but i cannot add anything.
Did anyone face this kind of behavior ?
Maher.
Like
3 comments
14:54 Nov 06, 2020
Ryan thank you for your reply, i fixed it, i forgot to add the LookupMultiAddMixin string at the top of the schema.
In fact your article on customerfx made me realize my mistake.
Regards,
Maher.
Show all comments