- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 08:35 AM - edited ‎11-13-2024 08:36 AM
Hi all! I need to restrict access to this New button for a role in All Enterprise Tab EAM Workspace. I can't find where it was created. I've already looked in the Action Assignments table but there are 140 New buttons created and I can't identify which one it is even though I filtered by the table I think it belongs to. I've already modified 20 New buttons by adding _ to the label to differentiate it but it didn't work. Any idea how I can do it or if anyone knows which one it is? It's OOB.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 10:17 AM
Hi @Community Alums ,
I do not have Enterprise Asset Workspace, but I can help you to find the right record for this.
Right click on the workspace and click "Inspect"
2. Next click the arrow, to inspect the element.
3. Now click on New button and you can see the highlighted text which contains the sys_id of the New button record.
The li id is the sys_id of the record.
If you can get something similar to this,
In this case, then component-name has the sys_id, remove _node1_ and the remaining one is the sys_id.
Now, navigate to sys_ux_form_action.LIST and filter the table with Sys Id | is | [sys_id].
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-13-2024 10:17 AM
Hi @Community Alums ,
I do not have Enterprise Asset Workspace, but I can help you to find the right record for this.
Right click on the workspace and click "Inspect"
2. Next click the arrow, to inspect the element.
3. Now click on New button and you can see the highlighted text which contains the sys_id of the New button record.
The li id is the sys_id of the record.
If you can get something similar to this,
In this case, then component-name has the sys_id, remove _node1_ and the remaining one is the sys_id.
Now, navigate to sys_ux_form_action.LIST and filter the table with Sys Id | is | [sys_id].
If the above information helps you, Kindly mark it as Helpful and Accept the solution.
Regards,
Najmuddin.
