Share via


SysDataExportBase.canFieldBeExported Method [AX 2012]

Determines whether the specified field can be exported.

Syntax

private boolean canFieldBeExported(TableId _tableId, FieldId _fieldId)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field can be exported; otherwise, false.

See Also

Reference

SysDataExportBase Class