gs.adderrormessage does not display message when used in simple After update BR

Shilpa Mekapoth
Tera Expert

Iam trying to throw an error message on Incident form via an after update BR using 

gs.addErrorMessage('xxxxxx');

But the error message doesnot show up .

I could verify the the BR is called logged an info message.

Trying to understand if there is limitation that gs.addErrorMessage doesn't work via BR.

Any suggestions are much appreciated.

9 REPLIES 9

Hi @Murthy Chintalapudi ,

I did try with order 1,it didnot work.

 

I even tried current.filed_name.setError('xxxx');

 

Regards,

Shilpa

Does you BR conditions satisfying?

Thanks,
Murthy

yes condition is satisfying. The first gs.info  message is logged. I don't think it is the condition issue.

Business when to run condition issue.Most probably when to run condition is not meeting.

The first gs.info message is logged so I don't think it is the condition issue.