Transform Map vs Field Mapping - What's the difference?

JR42
Giga Guru

Hello!  Can anyone help me understand the difference between a Transform Map and Field Mapping?

The definitions below are not helping me determine the separation.

Filed Mapping: Field maps establish a relationship between a field in an import set table and a field in the target table.  The field map determines what values from the source table the transformation adds to the target table.
https://docs.servicenow.com/bundle/rome-platform-administration/page/script/server-scripting/task/t_CreatingAFieldMap.html


Transform Map: Every import operation to a production table requires at least one transform map associated with an import set.  The transform map specifies the data relationships between the import set and the target table.

https://docs.servicenow.com/bundle/rome-platform-administration/page/script/server-scripting/task/t_CreateATransformMap.html

1 ACCEPTED SOLUTION

Saurav11
Kilo Patron
Kilo Patron

Hello

Both are interrelated In basic terms when you want to load a data into servicenow transform map is used to define whoch table will be source and which will be destination 

Inside the transform map you will define which field of source table will map with which field of destination table which is known as field mapping

Watch the below video for more knowledge

https://youtu.be/SEl-vNaS6as

 

Please mark answer correct/helpful based on impact.

View solution in original post

2 REPLIES 2

Saurav11
Kilo Patron
Kilo Patron

Hello

Both are interrelated In basic terms when you want to load a data into servicenow transform map is used to define whoch table will be source and which will be destination 

Inside the transform map you will define which field of source table will map with which field of destination table which is known as field mapping

Watch the below video for more knowledge

https://youtu.be/SEl-vNaS6as

 

Please mark answer correct/helpful based on impact.

Sulabh Garg
Mega Sage
Mega Sage

Hello Justin.

A transform map is a set of field maps that determine the relationships between fields in an import set and fields in an existing ServiceNow table, such as Incidents [incident] or Users [sys_user].

So you can understand like it contains multiple field maps.

Please Mark Correct/helpful, if applicable, Thanks!! 

Regards

Sulabh Garg

Please Mark Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg