- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2022 07:38 PM
Hi,
I have created a custom table for our Role Base Access. This table contains what access to grant a user based on their job roles. The current project that I am working on involves job changes, where a user joins another position within the company.
The goal is to use the custom table to retrieve what access they were granted based on their previous job role. Then retrieve the access they should be granted for their new role. Now that we have both list, I need do the following:
1. compare both list and find a match based on 2 fields on the table.
2. A list of the items in the previous job role, that didn't match.
3. A list for the items in the new job role, that didn't match.
Does anyone know how I can accomplish this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2022 10:01 PM
@Dazler Use below script:
ServiceNow Community Rising Star, Class of 2023
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2022 12:30 AM
Hi @Dazler ,
Check below documentation link to create filters and breadcrumbs by using the script:
Regards,
Reshma
**Please mark my answer correct or helpful based on the impact**
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 12:33 AM
Hi @reshmapatil
I am unsure how this help me in finding my answer. What I am doing in Flow designer.