Processing Order Across Multiple Mapping Types

If a source value is used with multiple map types, FDM processes the maps in the following order:

  1. Explicit

  2. Between

  3. In

  4. Like

Explicit maps override all other map types. Between maps override In and Like maps. In maps override Like maps.