Hi All!
Historical Context
I have a custom HTML web resource placed on the Quotes form.
The HTML web resource uses the 'Record ID' to determine if the web resource has to be loaded or not.
So, if record Id is null (as in the case of a new record), we display a message saying 'Save this record to enable the content'.
However, after save of the record, the web resource does not refresh on its own (since the record ID is null).
If I manually refresh the page after the record is saved, the HTML web resource gets a valid 'Record ID' and then loads the web resource.
Requirement
On reading through the MSDN blogs, I came across two ways to achieve this:
1. Refresh the Form AFTER Save of the record.
2. Refresh the web resource AFTER Save of the record.
When exactly are the events registered on the 'OnSave' of a form triggered?
Are they triggered prior to save or after the save of the record? Where do I specify this?
Thanks in advance!
*This post is locked for comments
I have the same question (0)