How to skip updating a field value when updating a record by using Servicegraph connector for JAMF.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2024 10:23 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-18-2024 02:33 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-19-2024 07:50 PM
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.