M
Mohammed Siraj
Guest
As stated by Anoop above, you can throw an exception from your ObjectScript trigger. This will halt trigger execution and user will be re-directed to an error page and error details will be displayed. Eg: if(errorCondition){ throw 'Field Update failed due to .... ';//some error description that will be shown to end-user }
Continue reading...
Continue reading...