Hi guys! First, thanks for all the help, this forum is really helpful. I'm a developer understanding just now how this CRM works,
Is there an "easy" or made way to make something like this: (I attach the image)
In a custom model (entity) , i need another entity with 3 fields attached. Relation is one to many. (One case has many cupons). Limit is 10 , but i can handle that with js.
My idea was to:
-create the new entity
-relate both entity in the entityDef
-on the client def, i have no idea here, but i think there is something?
then i would create a dinamic js handler for the add and remove
and figured something with a controller to save , delete and update those fields ....
Im going in the right directions here? Any help would be very appreciated and welcome.
Thanks again!!!
Is there an "easy" or made way to make something like this: (I attach the image)
In a custom model (entity) , i need another entity with 3 fields attached. Relation is one to many. (One case has many cupons). Limit is 10 , but i can handle that with js.
My idea was to:
-create the new entity
-relate both entity in the entityDef
-on the client def, i have no idea here, but i think there is something?
then i would create a dinamic js handler for the add and remove
and figured something with a controller to save , delete and update those fields ....
Im going in the right directions here? Any help would be very appreciated and welcome.
Thanks again!!!
Comment