- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 03:55 AM
Hello,
we have the Jamf integration setup thorough service graph connector and with this a default robust transformer was created instead of transform maps. our requirement is to update a company field on cmdb_ci table with a default value "company xyz" for all the devices created with this integration. How do we do this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 01:42 AM
Hi @Pranavi07 ,
you can create a temp company variable on importset table and using Robust Transform Engine Entity Operations you can set that and populate on target table.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 03:58 AM
For already loaded data " Run - Fix script to update the company field". For future data write after script in the transform map.
Mark correct and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 04:02 AM
Hello @Saiganeshraja ,
Thanks for replying but the problem here is we don't have a transform map, all we have is an OOB robust transformer and there is no after script like we have in transform maps, there are many targets and sources and we are not sure what to do here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:58 PM
Hi @Pranavi07 ,
Once you are done with RTE entity mapping then you can do the RTE field mapping.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 01:42 AM
Hi @Pranavi07 ,
you can create a temp company variable on importset table and using Robust Transform Engine Entity Operations you can set that and populate on target table.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar