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.
Determines whether the specified field can be exported.
Syntax
private boolean canFieldBeExported(TableId _tableId, FieldId _fieldId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table that contains the field.
- _fieldId
Type: FieldId Extended Data Type
The field that is being analyzed.
Return Value
Type: boolean
true if the field can be exported; otherwise, false.