fields should be manadatory in playbooks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2024 02:52 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2024 11:33 AM
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:)
Murthy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2025 01:49 PM
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.