[progress Communities] [progress Openedge Abl] Forum Post: Re: How Get Trigger Error...

  • Thread starter Thread starter Mohammed Siraj
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top