- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 01:45 AM
We need to obtain the warranty expiration date for devices via the Jamf Service Graph Connector in ServiceNow. Currently, the OOB integration does not provide this field. We are using Jamf Pro, where the warranty expiration date is already available for devices.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 05:41 AM
Keep the custom configuration away from the SGC. As if you update the SGC in any way it will going to get vanished in next update. If my answer helped then do mark it correct and helpful and close the thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 02:47 AM
You need to check in payload if the data is coming. If yes then you need to map it to a custom field on configuration item which later can be mapped to asset.
However, if it does not show in payload then you might need to configure a custom api to pull the data.
Regards,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 04:26 AM
The payload doesn't include it. If there is no other workaround, I will use the custom api.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2025 05:41 AM
Keep the custom configuration away from the SGC. As if you update the SGC in any way it will going to get vanished in next update. If my answer helped then do mark it correct and helpful and close the thread.