- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 12:59 PM
I am modifying our Standard change workflow, where the group approver is by country.
These are the group name by country.
How can I get or find the group name property of each group?
Because I am going to use this script, just need to replace all the 'glide.xx.xxx_xx_xxx' which are properties of different groups.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 01:15 PM
I think you are asking how to determine what the value for each property is. If you go to the sys_properties table and search each of those property names in quotes, you will find their values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 01:24 PM - edited 05-11-2023 01:26 PM
Those appear to be system properties. You can type sys_properties.list in Application Navigator to get to the system properties.
From their you can filter the name column by *glide.sc.atj for example and see if you can find the system property associated with those groups. Just based on what you are showing, I assume the ATJ group property would be glide.sc.atj_it_head .
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 01:15 PM
I think you are asking how to determine what the value for each property is. If you go to the sys_properties table and search each of those property names in quotes, you will find their values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 01:25 PM
Yaaassss, this is what I am trying to remember earlier. Thank you @Elijah Aromola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2023 01:24 PM - edited 05-11-2023 01:26 PM
Those appear to be system properties. You can type sys_properties.list in Application Navigator to get to the system properties.
From their you can filter the name column by *glide.sc.atj for example and see if you can find the system property associated with those groups. Just based on what you are showing, I assume the ATJ group property would be glide.sc.atj_it_head .
Please mark this response as correct and/or helpful if it assisted you with your question.
Steven