Template methods for scoped applications

kiran kumar m1
Tera Contributor

Hi 

Is there any alternate methods for scoped applications 
"GlideTemplate()"- other than this can we have any other options?

 

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@kiran kumar m1 There is no scoped alternative of GlideTemplate(). One way to use this API could be to create a script include in the Global scope and put GlideTemplate in it. Access this script include within your scoped application. To access the global script include in your scoped application, you would need to create some Application restricted caller access records.

 

Hope this helps.