copySourceFields/copyTargetFields

Comma-separated lists of fields whose values are copied to the details view of the new record. copySourceFields contains the fields from the source record (copyUid), copyTargetFields contains the target fields.

Syntax

copySourceFields: A comma-separated list of fields (<field name or number>) referring to the the info area specified in copyUid) or the syntax <infoAreaId>.<fieldId> (e.g. FI.City) to copy fields from a parent info area.

copyTargetFields: A comma-separated list of fields that receive the values from copySourceFields.

Examples

copySourceFields = City

Copies the value of the City field if copyUid refers to a related company record.

copySourceFields = FI.City

Copies the value of the City field from FI no matter whether copyUid (or link) refer to a related company record.

Creating a new person (KP) in a company (FI):

copySourceFields = !Country

copyTargetFields = FreeC1

This copies the text value of the Country catalog into the new person's FreeC1 field.

Note: When using field IDs: To copy the text of a catalog value, add a "t" in front of the field ID (e.g. FI.t5).
Note: When using XML names: To copy the text of a catalog value, add a "!" in front of the field name (e.g. FI.!Country).
Note: To copy a catalog value from one catalog field to another catalog field (that uses the same catalog), enter just the field name or ID (e.g. FI.Country)
Note: Copying a catalog value to a different catalog is not supported.