- 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-09-2023 03:53 AM
Hi @Pavankumar_1 ,
I was able to achieve this by creating a field in temporary table and setting its value using script operation in Robust Transform Engine Entity Operations.
Thanks!