How to update a field value using transform maps

Pranavi07
Tera Expert

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?

1 ACCEPTED SOLUTION

Pavankumar_1
Mega Patron

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.

 

If it helps please click Accept as Solution/hit the Thumb Icon.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar

View solution in original post

5 REPLIES 5

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!