Hi @Kapil_Sharma_ , Can you please elaborate more. Like how I can use 'mData' to check changes in delivery? how can I access mData attribute of delivery in delivery form. Which xpath I can use for it? Thanks
I have added one custom button in delivery. In that button click I want to check whether something in delivery is changed or not. if changed I want to add functionality written on save button for this custom button. Also I wanted like if edited field's value is same as previous it should not be cons...
In delivery form I want to check whether save button is enabled or disabled on button click. I want to achieve this in if tag(<if expr="?"></if>), so which expr should I can use to check this ?