Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

I can't find where this New button is created

Community Alums
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.