Hi.
I created an entity name "Member" and a sub-entity named "Options" that I'm showing as a subpanel of "Member" entity, then the Member have a field that needs to be updated every time new "Options" are added or removed from the subpanel (but the value to update on member is VERY complex to calculate, in fact needs to call a 3rd party API with all options to obtain the value that needs to go inside the "Member".
I have done a LOT research, with views, def (in JSON), js-scripts for all views list / detail / edit, trying to customize the subpanels actions (remove, add) .. but I can't find how to do that. Can anyone give me a clue ?
I created an entity name "Member" and a sub-entity named "Options" that I'm showing as a subpanel of "Member" entity, then the Member have a field that needs to be updated every time new "Options" are added or removed from the subpanel (but the value to update on member is VERY complex to calculate, in fact needs to call a 3rd party API with all options to obtain the value that needs to go inside the "Member".
I have done a LOT research, with views, def (in JSON), js-scripts for all views list / detail / edit, trying to customize the subpanels actions (remove, add) .. but I can't find how to do that. Can anyone give me a clue ?
Comment