ReleaseUpdateDB::isRightJustified Method [AX 2012]

Checks whether the field is right justified.

server public static boolean isRightJustified(TableId _tableId, FieldId _fieldId)

Run On

Server

Parameters

_tableId
Type: TableId Extended Data Type
The ID of the table.
_fieldId
Type: FieldId Extended Data Type
The field ID.

Return Value

Type: boolean
true if the field is right justified; otherwise, false.

ExceptionCondition
Error

The table does not exist.

–or–

The field is not found in the table.

Show: