- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 05:28 AM
Hello All,
I have created an HR Task in preboarding which is regarding software set up. I have 7 checkboxes I want that once all the checkboxes are true then only "assigned to person" should be able to close the case.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 05:42 AM
You have two separate requirements here. 1 - verifying all checklist items complete and 2 - limiting who can close the task.
For the first, see if https://community.servicenow.com/community?id=community_question&sys_id=0f96ece5db8e9850fb115583ca96... helps you.
For the second, is this restriction only for this one particular task or all of your HR tasks?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-16-2020 05:42 AM
You have two separate requirements here. 1 - verifying all checklist items complete and 2 - limiting who can close the task.
For the first, see if https://community.servicenow.com/community?id=community_question&sys_id=0f96ece5db8e9850fb115583ca96... helps you.
For the second, is this restriction only for this one particular task or all of your HR tasks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2023 03:29 AM
Hey Nivedita,
Create a Business rule which runs before update and is on HR task table, and use the filter condition as HR task type is checklist and state changes to close complete.
use the below given Business rule script: