Hi,
I have a ribbon on the Account entity form that open a new form F whose some fields are prefilled OnLoad using the AccountId parameter. The form F exposes the Save&New button, once the user click that button the form is refreshed but the on load method is not invoked so that all the fields are empty.
How can I avoid this bad behaviour?
Is there any way to hook a JS method to the refresh event storing the AccountId as "global" variable?
Do you have any suggestion?
Thanks,
Paolo
*This post is locked for comments