Add info message on form from workflow

Khanna Ji
Tera Guru

Hi,

Is there a way I can show addInfoMessage on the form with a workflow? The situation is incident is moved from In-Progress to pending and I want to show a message from workflow after it's moved to pending.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@ServiceNow User 

You cannot show info message from Workflow to Form

Workflow is server side and runs in background and form is rendered in front end.

Why not use display business rule to show the addInfoMessage when your condition satisfies

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

3 REPLIES 3

Ankur Bawiskar
Tera Patron
Tera Patron

@ServiceNow User 

You cannot show info message from Workflow to Form

Workflow is server side and runs in background and form is rendered in front end.

Why not use display business rule to show the addInfoMessage when your condition satisfies

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Thank you Ankur

@Ankur Bawiskar can i please get screenshots of that