- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 12:44 PM
After the imports many assets show their asset tags as "default string" or empty. How can we default these assets to show the serial numbers when there are no valid asset tags?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 01:34 PM
You could create a business rule that fires before insert/update. The condition would be where asset_tag is empty or "default string" and the script would set the asset_tag to the serial_number. Something similar to the following.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 01:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2022 02:03 PM
Also ,
1. You can use the Script field to set the correct target value in a transform map .
2. Use the Script checkbox inside a field map to return the correct target value .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2022 03:25 AM
Hello, we are running Service Manager 2010 SP1, CU3. We are having an issue with the SCCM connector; it is not importing the serial number into SCSM. We have opened the objects in question in SCCM and confirmed the serial number is present there, but when opening the same object in SCSM the serial number is missing (same appears to be true for the Asset Tag field as well)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2022 04:03 PM
Add a transform map (Transform Type = Script Operation) in IntegrationHub ETL for Asset Tag, using the below docummentation.