Share via


ReleaseUpdateDB::isRightJustified Method [AX 2012]

Checks whether the field is right justified.

Syntax

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

Run On

Server

Parameters

Return Value

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

Exceptions

Exception Condition
Error

The table does not exist.

–or–

The field is not found in the table.

See Also

Reference

ReleaseUpdateDB Class