Cause the change event
Posted: 08 Aug 2017
We are struggling with the script to fire a change event on a standard text field in the edit form. From what we found in the forum we tried:
fd.field('Change_x0020_Order_x0020_Price').control()._el().find('input').trigger('change');
fd.field('Change_x0020_Order_x0020_Price').control().trigger('change');
fd.field('Change_x0020_Order_x0020_Price').control()._el().find('input').click();
fd.field('Change_x0020_Order_x0020_Price').Change()
No change gets fired, please help.
fd.field('Change_x0020_Order_x0020_Price').control()._el().find('input').trigger('change');
fd.field('Change_x0020_Order_x0020_Price').control().trigger('change');
fd.field('Change_x0020_Order_x0020_Price').control()._el().find('input').click();
fd.field('Change_x0020_Order_x0020_Price').Change()
No change gets fired, please help.