How to trigger <leave> in referenced container?
I have a custom container which I am including in nms:delivery input form like this:
<container ref="cus:outboundPhone:outboundPhoneContainer" xpath="."/>I am trying to add a validation-method, by adding a <leave>-tag in the container mentioned above but the only way I have got the leave-tag to trigger is by placing it in the nms:delivery input form itself.
It would be nice to have minimal adjustments to the OOB-schemas, which is why I would like the to place the leave-tag in the custom built input form.
Has anyone got a solution for this? 🙂