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.

Cloning List and Form page and widgets in scoped application

shwetha5
Tera Contributor

I have cloned List and Form(lf) page in scoped application. Also I have cloned respective widgets in that page.

Widget I have cloned are: Data table from URL definition, Data table and form

Also I have made required changes in the page CSS.

Now everything is working fine in Data table from URL definiton and Data table widget. But when I click on any record from left list of records, it is not opening in right side form.

I am getting error saying 'GlideTableDescriptor is not allowed in scoped applications '

Can anyone help me to resolve this error..

1 REPLY 1

Community Alums
Not applicable

Hi @Shwetha ,

We don't have any official documentation around API's such as “GlideTableDescriptor” and “FilteredGlideRecord”.

If it is not on https://developer.servicenow.com/, then it is very likely unsupported.

Also, the API might work in global scope, but there is a restriction at the java layer so there IS NOT a way around it. 

Refer to these threads it talks about Error for different scenarios:

https://community.servicenow.com/community?id=community_question&sys_id=9ee7d83a1b8373c8ada243f6fe4b...

https://community.servicenow.com/community?id=community_question&sys_id=57c41a00dba97f40e0e80b55ca96...

https://community.servicenow.com/community?id=community_question&sys_id=5718e3b9dbed4110dd886c8e1396...

Mark my answer correct & Helpful, if Applicable.

Thanks,

Sandeep