Hello every body
i am trying to make a relation between nodes that when i set the check box value in first node to true the node will be added in the second node multi-node-tree-picker and when i set it to false it will be removed.
how could i do that ?
service relation
Hello every body i am trying to make a relation between nodes that when i set the check box value in first node to true the node will be added in the second node multi-node-tree-picker and when i set it to false it will be removed. how could i do that ?
Hi, Mus'ab, You can achieve this with your own custom event handlers. You can attach to Save event of the first node and update the MNTP value to the other node. You can find more official documentation here: https://our.umbraco.com/documentation/Getting-Started/Code/Subscribing-To-Events/
Mila
Thx Mila my problem was to update the MNTP value but i solve it 5 minutes ago
is working on a reply...