- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 10:56 AM
I am looking for the best way to automate a verification process. Th process will allow my catalog item owners to verify that the items are still required and they are still the owner. Any thoughts will be greatly appreciated.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:01 PM
Data Certification (servicenow.com) could be a good option if you're just wanting someone to certify whether an item needs to exist. It allows for the rollup of work into a single task where the "owner" can then validate all of the items assigned to them
In terms of automation, based on the completion of a certification task, you could create a flow that fires and de-activates the items that are marked as failing the certification process. You could go as far as beautifying the whole process and putting it into a workspace and leverage UI Builder to make it a bit more catalog-centric.
A very simple option is to have a scheduled flow that create a request item per catalog item that acts as the validation process. This does have some sticking points, main one bleeding request management with system/data validity, but could be a worthwhile stepping stone into a more mature process.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:01 PM
Data Certification (servicenow.com) could be a good option if you're just wanting someone to certify whether an item needs to exist. It allows for the rollup of work into a single task where the "owner" can then validate all of the items assigned to them
In terms of automation, based on the completion of a certification task, you could create a flow that fires and de-activates the items that are marked as failing the certification process. You could go as far as beautifying the whole process and putting it into a workspace and leverage UI Builder to make it a bit more catalog-centric.
A very simple option is to have a scheduled flow that create a request item per catalog item that acts as the validation process. This does have some sticking points, main one bleeding request management with system/data validity, but could be a worthwhile stepping stone into a more mature process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:48 PM
Keiran, thank you for the quick reply. I would like the catalog item owner to certify if the task exist. Can you provide the steps to create that type of certification task?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2024 07:52 AM
Kieran, this saved me hours of research. Thank you for your solution!👏
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2024 12:51 PM
I did not have the data certification plug-in installed. Let me try that first.