how to create status/state bar on forms?

Vincent27
Kilo Contributor

i'd like to know how to create the state/status bar like below on forms? Thanks

Capture.PNG

3 REPLIES 3

Abhinay Erra
Giga Sage

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


Atul Kumar2
Giga Guru

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


Steve McCarty
Mega Guru

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.  



find_real_file.png


- Steve