Setting how to handle script errors
By default, when you use the Sage CRM Script (.es) file to transfer your customizations, all script errors are handled in the following manner:
Whenever an error occurs, the script keeps running and applies all other changes specified in the .es file.
You can change this default behavior and configure your script to roll back all changes already made whenever an error occurs. To do so, add the errorhandling=strict line to the corresponding Sage CRM Component (.ecf) file.
Example
Copy
Description=My component
Directory=My component
Version=7.3
errorhandling=strict
