How to add process flow based on view

sunil7
Giga Expert

Hey guys

I need to add a new  process flow on ORM view of sn_risk_risk table. OOB process flow on default view is :

Draft > Assess > Respond > Review > Monitor > Retired

but my requirement is when i change the view as ORM view the process flow should be:

Draft > Assess > Review > Respond > Monitor > Retired  

Review and Respond should be interchanged..How to achieve it please help

6 REPLIES 6

Maik Skoddow
Tera Patron
Tera Patron

Hi

the process flow formatter is not a matter of form views, but is built on the underlying state model. That means it is not dependent on any form view, and therefore I cannot see any solution for your requirement.

Kind regards
Maik

Hey Maik, Thanks for your response

Can we do it based on a custom field lets say 'Track' so if Track is ORM then new process flow should be attached

sachin_namjoshi
Kilo Patron
Kilo Patron

You can create a custom field on your table and configure a on submit client script to update this field based on view.

Configure process flow based on this flag condition. 

 

Regards,

Sachin

Hi Sachin, I have written one onload client script and checking if view is "ORM" then I am updating my custom field 'u_track' as ORM. Now what next I have to do please help