Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

I can't find where this New button is created

Not applicable

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.newButtonEAM.png

1 ACCEPTED SOLUTION

Najmuddin Mohd
Mega Sage

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"

NajmuddinMohd_0-1731521001820.png

2. Next click the arrow, to inspect the element.

NajmuddinMohd_1-1731521100161.png

 

3. Now click on New button and you can see the highlighted text which contains the sys_id of the New button record.

NajmuddinMohd_2-1731521329770.png


The li id is the sys_id of the record.

If you can get something similar to this,

NajmuddinMohd_3-1731521563043.png


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.




View solution in original post

1 REPLY 1

Najmuddin Mohd
Mega Sage

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"

NajmuddinMohd_0-1731521001820.png

2. Next click the arrow, to inspect the element.

NajmuddinMohd_1-1731521100161.png

 

3. Now click on New button and you can see the highlighted text which contains the sys_id of the New button record.

NajmuddinMohd_2-1731521329770.png


The li id is the sys_id of the record.

If you can get something similar to this,

NajmuddinMohd_3-1731521563043.png


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.