fields should be manadatory in playbooks

pavan7891
Tera Contributor

Hi everyone,


my team developed  playbook and it having the four stages 
First stage name is X there is no activity 
second stage name is y  for this there is some activity

third stage name is z , here also some activity
foruth is final stage 

We have requirement to make fields mandatory for task records  which are generating through playbooks in ServiceNow scoped application.

that to in second stage only 



2 REPLIES 2

Murthy Ch
Giga Sage

Hello @pavan7891 
I think this is something we can achieve through views.

Try like below:
1) Create a view in your scoped application and give all the fields in your form which you want to display and make them mandatory.

2) Now, If you are displaying form with in the playbook then you can give the view name in the activity or if you are displaying the form in the workspace you can write the workspace view rule in your scoped app.
Let me know if you need have any doubts. Happy to help:)

Thanks,
Murthy

J A Lindsay
Giga Guru

Hi Pavan, 

For Mandatory fields, you can set these on the table that the playbook is running on and it should pull through to the playbook. 
Hope that helps, 

J.