Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ServiceNow transform maps handle the format of data being shared into a ServiceNow instance. The common documents use transform maps to allow data to be properly shared out of one application and then be mapped correctly to the relevant fields in ServiceNow. 


Understand the process of transform maps with Common Documents with the following steps: 



UI Steps


UI Step

Coalesced Field Mappings 

Field mappings with the coalesced box checked will be processed first to identify if this is a new record or an update. 


UI Step

On Before Transform Scripts 

All on before scripts are processed. 


UI Step

All Non-Coalesced Field Mappings

Field mappings where the coalesced checkbox is not ticked. 


UI Step

On Foreign Insert Scripts 

All on foreign scripts are processed.


UI Step

Script Box 

This is the script field on the main transform map.

The Common Documents will have a script in this field that will ensure proper dates and times are reflected on records.


UI Step

On After Scripts  

Once the record is written to the database, these scripts are run.




Image Modified