Destination Field
|
The field in the application, into which the value in the import will be stored.
|
The Relationship ID can be obtained from Component Management (Designer Component Management).
For relationship IDs, this should always be determined from the component you are importing into (the Destination Component).
Example:
- Field is "Assigned To: Email". The Destination Field would be the relationship from Action to Person component:
bms_FK_9999999_101_ID
Tip: To be able to identify the type of relationship, e.g., PRIMARY/ASSOCIATIVE, use the Advanced View/Filter option in list views, select the relationship and click on the view button, this will give you the correct Relationship ID
|
Related Field
|
The component field in which the value, held in the import file, should be found.
The id of the field in the related component that the information references.
|
The Related Field ID can be obtained from Component Management (Designer Component Management).
Example:
- Field is "Assigned To: Email". The Related Field ID would be the bms_id of the Email Address field in the Person component -
bms_9999999_1231
|
Import Field Delimiter
|
Where there are multiple related field values that need to be mapped, the system will use the delimiter specified here to separate the data.
If this is blank, the system will assume the values are separated by semi colon ";"
|
Example of Employee Numbers separated by semi colon
EMP001;EMP002;EMP010
Example of Employee Numbers separated by a "|"
EMP001|EMP002|EMPID010
|