GlideRecord not supported for Scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 09:01 PM
Hi Experts,
Please correct my understanding that,GlideRecord is not supported scoped application,We need to use GlideAjax insted of this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 09:06 PM
Hi @Ketan Pandey ,
GlideRecord does support in scoped app as well. may I know where are you trying to use it.
Thanks,
Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 09:31 PM
Hi@Ketan Pandey Ketan Pandey Scoped Gliderecord is used for database operations.
Here are Some of available Gliderecord API's for scoped applications
https://developer.servicenow.com/dev.do#!/reference/api/vancouver/server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 09:32 PM
Hello @Ketan Pandey ,
GlideRecord is a class in ServiceNow and it is used to perform database operations without writing SQL queries.
You can refer below link for which purpose we use GlideRecord and where we can use :
https://docs.servicenow.com/bundle/vancouver-api-reference/page/app-store/dev_portal/API_reference/G...
Please mark correct answer or helpful, if applicable.
Thanks & Regards,
Chaitali Vale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 10:00 PM - edited 09-24-2023 10:03 PM
Hi @Ketan Pandey,
GlideRecord is supported in Scoped Application.
GlideAjax is used at client Side to call script include, so that we can get data from server side.
GlideRecord is used for database operations instead of writing SQL queries. We can get the data from the tables by passing the queries.
In a Script include glide record is used to get the data.
Please refer the below link if it helps:
Please mark this answer as correct and helpful if it solves your issue.
Regards,
Siva Jyothi M.