Template methods for scoped applications
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 01:02 AM
Hi
Is there any alternate methods for scoped applications
"GlideTemplate()"- other than this can we have any other options?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2024 02:56 AM
@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.