- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 09:27 AM - edited 12-24-2024 09:50 AM
What is the use of this table 'Rest Insert Multiples' [sys_rest_insert_multiple] ?
When to use it and how to use it?
PS - I did come across below 2 posts, I did not understand its complete usage. So if you are aware of this table and its usage, please share the details.
Import Set API - Goodbye SRAPIs? - ServiceNow Community
insertMultiple Import set API - ServiceNow Community
Thanks in advance!!!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:46 PM
sys_rest_insert_multiple table is primarily used when you require synchronous processing and immediate feedback for JSON data imports. If such immediate feedback is not necessary, you can proceed with the default asynchronous processing without utilizing this table.
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:33 PM
1. so when we have a need to provide immediate feedback (run synchronously), and when the data source format is JSON only, then sys_rest_insert_multiple table can be used. This is the main intention of this table right?
2. Suppose I dont want immediate feedback, I dont need make use of sys_rest_insert_multiple table right?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:46 PM
sys_rest_insert_multiple table is primarily used when you require synchronous processing and immediate feedback for JSON data imports. If such immediate feedback is not necessary, you can proceed with the default asynchronous processing without utilizing this table.
If my response helped, please mark it as the accepted solution ✅ and give a thumbs up👍.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 10:57 PM
Thank you so much @Anand Kumar P you are a gem to the community!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2024 11:31 PM
You’re welcome!