You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The autonumeric changes fields if you enter them.
Meaning I just click in the fields, change nothing and when I navigate away from the page, it gives a warning of unsaved changes.
The text was updated successfully, but these errors were encountered:
thank you for changing this one, I reproduced error and like documentation says for function
apex.item("NAME").isChanged() :
If this function does not work correctly then changes to the plug-in item type value will not be detect and the user will not be warned when they leave the page.
So to fix this I've added additional code on APEX page item :
The autonumeric changes fields if you enter them.
Meaning I just click in the fields, change nothing and when I navigate away from the page, it gives a warning of unsaved changes.
The text was updated successfully, but these errors were encountered: