How to add dynamic values to CQ5 Workflow Dialog
Hi All,
I have created one custom workflow dialog by using xtype "multifield", but I have to setup dynamic values to the widget before dialog activate, i am making ajax call through listeners and getting values but, not able to set the values to the field. When i try to add with listeners the field object is coming but the setvalue() and getValue() methods are not working.
And I am not able to getting the dialog path i tried "dialog.responseScope.path" but the value is coming as "undefined".
I tried with the loadcontent and beforeshow listeners but these are not calling only beforerender listener is working.
1. How to set the values to workflow custom dialog field
2. How to get the payload path in the workflow custom dialog
I am using AEM5.6.1
could you please help me, how to proceed.
Thanks