- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 05:09 AM
Hello everyone,
I need to bulk import using an excel file in to a custom table, the records in this table are created using a Record producer, how can I import this records and fill up this variables on the record?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 10:36 AM
Hello
I figure it out a way of doing this.
I created a fix script using the API "submitProducer"
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_sc-namespace/c_CatItem#CI-su...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 08:06 AM
Hi,
Are you creating the the record through script?
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2023 09:28 AM
Hello,
Yes I would create the records via script, I needed something similar to a transform map but that would work with the variables on the form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 10:36 AM
Hello
I figure it out a way of doing this.
I created a fix script using the API "submitProducer"
https://developer.servicenow.com/dev.do#!/reference/api/tokyo/server/sn_sc-namespace/c_CatItem#CI-su...