- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 09:56 AM
We have a value on change requests that is hidden. I wanted to know if there is a easy way to identify all the values on that table without going into each UI Policy to see what actions are below it? TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 10:17 AM
Hi Wendy,
I believe the table you need is sys_ui_policy_action (sys_ui_policy_action.list in navigator)
Something like one of these would return all UI Policy Actions on the change_request table.
{your instance}/nav_to.do?uri=/sys_ui_policy_action_list.do%3Fsysparm_query%3Dui_policy.table%253Dchange_request%26sysparm_first_row%3D1%26sysparm_view%3D
or
{your instance}/nav_to.do?uri=/sys_ui_policy_action_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3Dtable%253Dchange_request%26sysparm_view%3D

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 10:09 AM
sys_ui_policy.list then
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 10:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 10:10 AM
then search with ui policy action name(field name) on change req table
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2018 10:17 AM
Hi Wendy,
I believe the table you need is sys_ui_policy_action (sys_ui_policy_action.list in navigator)
Something like one of these would return all UI Policy Actions on the change_request table.
{your instance}/nav_to.do?uri=/sys_ui_policy_action_list.do%3Fsysparm_query%3Dui_policy.table%253Dchange_request%26sysparm_first_row%3D1%26sysparm_view%3D
or
{your instance}/nav_to.do?uri=/sys_ui_policy_action_list.do%3Fsysparm_first_row%3D1%26sysparm_query%3Dtable%253Dchange_request%26sysparm_view%3D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2018 08:42 AM
Sorry completely didn't see your answer yes that does help. Thank You