Hello All Experts,
I have a javascript code which on clicking on custom button does the functionality of changing the status of the record to inactive.
i also have one plugin which on updation of the record gets fired for all attributes.
what if run javascript code and by any reason plugin got failed .
will JavaScript be able to do it's functionality.
from my analysis it's NO but wants to confirm this.
my analysis is based on profiling the update plugin and then trying to use custom button on the form to deactivate the record. but it throws an error which is captured inside a custom error.
*This post is locked for comments