Can I add record in Incident table using GlideRecordSecure from Scripted REST API?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 09:36 AM
Is it possible to add incident record directly into the incident table using GlideRecordSecure from Scripted REST API? Is this approach serviceNow certification friendly?
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2025 10:18 AM
Hi @bachhav ,
ServiceNow certification team doesn't recommend using table API in the scoped app
Isn't that be okay with incident table as it's not scoped application table
That should be okay using the scripted rest API (if table api is not recommended)
How else the records get's created?
You want to use import set API?
Regards
Chaitanya