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.
Used as a start PreSync job to change a field ID.
Syntax
server public static boolean changeFieldId(
TableId _tableId,
FieldId _oldId,
FieldId _newId,
TableName _tableName,
FieldName _fieldName)
Run On
Server
Parameters
- _tableId
Type: TableId Extended Data Type
The ID of a table.
- _oldId
Type: FieldId Extended Data Type
The old field ID.
- _newId
Type: FieldId Extended Data Type
The new field ID.
- _tableName
Type: TableName Extended Data Type
The name of a table.
- _fieldName
Type: FieldName Extended Data Type
The name of a field.
Return Value
Type: boolean
true if the action is successful; otherwise, false.
Remarks
This method is not currently being used.