- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2021 12:41 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2021 12:48 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2021 12:48 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2021 03:23 AM
Thank you Ankur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2023 09:58 AM
@Ankur Bawiskar can i please get screenshots of that