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.

How to get the full URL of current page in acl script when running in CSM Configurable workspace.

Arun B
Tera Expert

How to get the full URL of current page in acl script when running in CSM Configurable workspace.

gs.action.getGlideURI() - This method is giving api/now/v1/batch?api=api as the result and not geting the full url.
 
Solution needed for workspace only. List controls will work only in native UI.
 
There is a Table A, Table B and m2m table connecting A and B.
The requirement is to hide new button in an m2m table acting as a related list for both table A and B. The m2m table is visible as a related list in 2 tables. This new button is coming from ACL only.(no declarative actions). How to check if the m2m table is acting as a related list to Table A or Table B and accordingly we need to prevent the create ACL.
 
Any alternate solutions? 
1 REPLY 1

adminpro
Tera Contributor

Did you ever find a solution to your issue?