Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create field mapping from a source table to a work order

Create a table map to configure the fields that are copied from a source table to the work order fields. The source of a work order can be a case, change, incident, or others.

Before you begin

You must activate the Template Management for Field Service plugin (com.snc.fsm_template_management).

Role required: wm_admin

About this task

Table mapping ensures that when a work order is created from its source, the information from the source table is copied to the appropriate target fields in the work order.

Procedure

  1. Navigate to All > Field Service > Template Management > Table Mapping.

  2. Click New.

  3. On the form, fill in the fields.

FieldsDescription
Mapping NameThe table map name.
API NameThe API for this table map.This field is automatically set.
Source TableThe source table for the map. For example,case, incident, change, or more.
ActiveOption to enable the mapping from the source to the target tables.
ApplicationRead only. The application for this table map.This field is automatically set.
Advanced Field MappingOption to enable the advanced field mapping.
Target TableThe target table for the map. For example, wm\_order.
Use Advanced ConditionOption to enable the advanced condition mapping, which uses a script. If enabled, add a script in the Advanced Condition field.
Advanced ConditionThe script to use if the Use Advanced Condition field is enabled.
ConditionsUse the condition builder to select the conditions that apply to the table map.
OrderOrder of priority for processing multiple matching map definitions simultaneously to resolve dependencies. - If there is only one matching table map, the system uses that map. - If there are multiple matching table maps with the same order, the system uses the map with the older created date. - If there are multiple matching table maps with different orders, the system uses the map with the highest order.
Advanced Field Mapping

Option to map fields using advanced scripts.Note:

  • If the same source or target field is configured in both the basic and advanced field mappings, the advanced field mapping overrides the basic field mapping.
  • If the fields configured in the basic and advanced field mapping are different, the field configurations in the advanced field mapping are appended to the field configurations in the basic field mapping. This field is available only when the method of mapping is advanced and Advanced Field Mapping option is selected.
  1. Click Submit.

    The table map is created by mapping the selected source table to the work order table.

  2. Create field mapping to copy information from the source field to an appropriate field in the work order.

    1. In the Basic Field Mapping related list, select New.

    2. On the form, fill in the fields.

FieldDescription
Table MapThe table map name that is used for mapping fields.This field is automatically set.
Source TableThe source table for the map.This field is available only when the method of mapping is basic and the Advanced option is not selected.
Source FieldColumn on the source table for field mapping.This field is available only when the method of mapping is basic and the Advanced option is not selected.
ApplicationThe application for this field map.This field is automatically set.
Target TableThe target table for the map. For example, wm\_order.This field is automatically set.
Target FieldColumns on the work order table that you want to populate with the mapped source field value.
OrderOrder of priority for processing mapped fields.
ActiveOption to enable the mapping of information from the source field to the work order field.
Advanced

Option to map fields using advanced scripts.Note:

  • If the same source or target field is configured in both the basic and advanced field mappings, the advanced field mapping overrides the basic field mapping.
  • If the fields configured in the basic and advanced field mapping are different, the field configurations in the advanced field mapping are appended to the field configurations in the basic field mapping.
3.  Click **Submit**.
  1. To map more field, repeat step 5.

Result

The source and target tables are mapped and ready to copy information from the source field to an appropriate field in the work order.