How can we create variable in service catalog using transform map importing data from excel ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 02:25 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 09:33 PM
Hi,
Create a transform map with target table as item_option_new and source would be your import set table which you need to create.
Creating New Transform Maps - ServiceNow Wiki
Thanks
Akhil
Hit Like/Helpful/Correct, if applicable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-24-2016 11:29 PM
item_option_new is the table which store all the variables of all the catalog item. You need to insert data into this table through transform map.
Importing Data Using Import Sets - ServiceNow Wiki
Creating New Transform Maps - ServiceNow Wiki
Transform Map Scripts - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 02:02 AM
Hi Sumeet,
Let me know if you need any other assistance on this or please mark it as correct so that others with the same question in the future can find it quickly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2016 02:12 AM
Thanks Tanumoy ,
It would be helpful if u can share sample transform scripts which were used while importing data from excel to table .