- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:49 AM
Hello, Community
The advice from you is needed:
I have a scope application; my Table was extended from Task.
I need some adjustments for the "Assignment group" and "Assigned to" fields.
The "Assigned group" field has to refer to appropriate groups: Finance Admin, Finance Team, Finance Dispatching (parent group is Finance Team), Finance User.
The "Assigned to" field has to refer to members of these groups.
Where can I get information about how to adjust it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 06:10 AM
1. On the finance department form, click the context menu icon top left and then click "copy sysid"
2. In the reference qualifier field (in my previous screenshot), write type=numberofyoursisid
If you want more conditions then just the type:
1. Filter navigator -> type sys_user_group.list
2. Enter any conditions you want, example:
3. Right-click and choose copy query:
4. Copy paste that to the reference qualifier field
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:54 AM
You want to show only these groups in Assignement group?
If yes
then create a a new group type and use that as below
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 04:57 AM
This should be achievable with following steps:
1. Search the fields in dictionary
2. Create a dictionary override so that your changes don't affect the task table or any other extended tables
3. In the disctionary override selectyour custom table
4. Set override reference qualifier
5. In the reference qualifier field, enter the query which contains your conditions that select only those specific groups.
In my example below you'll see that it queries only groups with a specific type.
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 05:59 AM
I create a new Type in sys_user_group_type_list.do.
There are only two fields for specifications.
5. In the reference qualifier field, enter the query which contains your conditions that select only those specific groups.
👆Where can I create my conditions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 06:10 AM
1. On the finance department form, click the context menu icon top left and then click "copy sysid"
2. In the reference qualifier field (in my previous screenshot), write type=numberofyoursisid
If you want more conditions then just the type:
1. Filter navigator -> type sys_user_group.list
2. Enter any conditions you want, example:
3. Right-click and choose copy query:
4. Copy paste that to the reference qualifier field
If my post helped you, please click the accept solution button and hit the thumbs up! Thank you!