LedgerJournalTrans.checkFieldViewAccessLevel_BR Method
This method will check if the column in the given table has proper field access.
Syntax
private void checkFieldViewAccessLevel_BR(TableId _tableId, FieldId _fieldId)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
Table id of table for which the check will be done.
- _fieldId
Type: FieldId Extended Data Type
Field id of table for which the check will be done.
Exceptions
Exception | Condition |
---|---|
Error | If the field does not have proper access, the error meesage idicating of the insufficient rights will be thrown. |