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
- _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.
Exceptions
Exception | Condition |
---|---|
Error | The table does not exist. –or– The field is not found in the table. |