LedgerJournalTable.validateField Method
Validates the value for a field.
Syntax
public boolean validateField(FieldId p1, [AxLedgerJournalTable _axLedgerJournalTable])
Run On
Called
Parameters
- p1
Type: FieldId Extended Data Type
The field ID that corresponds to the field to validate.
- _axLedgerJournalTable
Type: AxLedgerJournalTable Class
An instance of the AxLedgerJournalTable class that is associated with the field to validate; optional.
Return Value
Type: boolean
true if the field is valid; otherwise, false
Remarks
The value of the _axLedgerJournalTable parameter is specified when this method is called through the AIF framework.