AxAdvancedLedgerEntryHeader.validateField Method [AX 2012]
Calls the validateField method for the current AdvancedLedgerEntryHeader record.
Syntax
protected void validateField(FieldId _field)
Run On
Called
Parameters
- _field
Type: FieldId Extended Data Type
The field identifier that corresponds to the field being validated.
Exceptions
Exception | Condition |
---|---|
Error | An error is found validating record. |
Remarks
This method overrides the base implementation so this AxAdvancedLedgerEntryHeader instance can be passed to the AdvancedLedgerEntryHeader.validateField table method.