How get SG-SCCM to set CI field to empty?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
If the value in SCCM is empty for certain fields, we want to set it to empty in the CMDB.
Eg, for Assigned to or Description on the cmdb_ci_computer record.
How enable this? All updates work fine for non-empty values, but can't force it to set an empty value.
Tried adding a Reconciliation rule on Computer for SG-SCCM for All Attributes and added the fields I want to the Update on null list.
Also, in the RTE Entity operation script, I've tried setting output[i] to "", or null, or even '<EMPTY_STRING>'.
I can set the the attributes fine in script calling SNC.IdentificationEngineScriptableApi.createOrUpdateCI(), so I don't think it's the IRE.
But no luck using the SG-SCCM Robust transform maps.
What's the trick?
