Skip to main content

EntityMap

Instructs how to map existing values in a field to a new value using an exact match.

Process

DESIGN APPEND

Syntax:

CURRENT VALUE;NEW VALUE;EntityMap.SEARCH FIELD.Unique Customer Reference

Example:

CO;COLOMBIA;EntityMap.COUNTRY_CODE.1
CR;COSTA RICA;EntityMap.COUNTRY_CODE.2
EC;ECUADOR;EntityMap.COUNTRY_CODE.3
RD;REPUBLICA DOMINICANA;EntityMap.COUNTRY_CODE.4
BO;BOLIVIA;EntityMap.COUNTRY_CODE.5
CL;CHILE;EntityMap.COUNTRY_CODE.6
MX;MEXICO;EntityMap.COUNTRY_CODE.7
PA;PANAMA;EntityMap.COUNTRY_CODE.8
PR;PUERTO RICO;EntityMap.COUNTRY_CODE.9
US;UNITED STATES;EntityMap.COUNTRY_CODE.10
GT;GUATEMALA;EntityMap.COUNTRY_CODE.11
PE;PERU;EntityMap.COUNTRY_CODE.12
SV;EL SALVADOR;EntityMap.COUNTRY_CODE.13

See Also:

None

Prerequisites:

None