how to create status/state bar on forms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 12:43 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 12:48 PM
vtr,
You need to create a Process flow formatter and add it on to the form.
Go thru this article
Process Flow Formatter - ServiceNow Wiki
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 12:52 PM
Hi,
You can create it with the help of process flow.
system ui > process flow.
you will have to specify a label and table and condition to show the correct state. exmaple if incident state is resolved then your process flow should focus on resolved then you will have to create one process flow record on incident table with condition state as resolved and label as resolved incident.
Hope this helps.
Regards,
Atul Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2016 12:53 PM
That is called a Process Flow Formatter - ServiceNow Wiki. If you go to System UI -> Process Flow you will see a table where the different stages are defined. You can create a record for each stage in the flow for your table. You can set the conditions for each stage to follow whatever your flow is.
- Steve