How to skip updating a field value when updating a record by using Servicegraph connector for JAMF.

somasekharK
Tera Contributor

Hi We have a Jamf integration by using the Service graph connector for JAMF. In Jamf from diff data sources and different endpoints we are updating a computer record, one endpoint when create/update a record in cmdb table the model name updating a simple name, another endpoint update the model name with exact name. We need both  integrations.

But if the 1st endpoint will do the insert operation we need the model id insertion, but when update operation only I want to skip the model id updating.

I am unable to find the script functions for the robust transform map, so I am unable to implement this, can any one please help.

 

6 REPLIES 6

How did you check for the "insert" / "update" action? I can't see any documentation in the "Before Script" to check. Or are you doing a lookup?

 

Hi,

I am unable to find a way to stop the insert/update operation. So I just cleared the input value, by checking if the target record have that field value or not.