Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a source to target the field mapping.
Syntax
client server public static void addFieldNameMapping(
TableName _oldTableName,
FieldName _oldFieldName,
TableName _newTableName,
FieldName _newFieldName,
[NoYes _system])
Run On
Called
Parameters
- _oldTableName
Type: TableName Extended Data Type
The source table name.
- _oldFieldName
Type: FieldName Extended Data Type
The source field name.
- _newTableName
Type: TableName Extended Data Type
The target table name.
- _newFieldName
Type: FieldName Extended Data Type
The target field name.
- _system
Type: NoYes Enumeration
Indicates whether the record has system mapping.