Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Executes validateField logic on the server side.
Syntax
private boolean validateField_ServerPre(
FieldId field,
[AxVendInvoiceInfoLine _axVendInvoiceInfoLine,
PurchLine _purchLine])
Run On
ClientOrServer
Parameters
- field
Type: FieldId Extended Data Type
ID of the validated field.
- _axVendInvoiceInfoLine
Type: AxVendInvoiceInfoLine Class
AxVendInvoiceInfoLine object corresponding to current invoice line; optional.
- _purchLine
Type: PurchLine Table
PurchLine table record corresponding to current invoice line; optional.
Return Value
Type: boolean
true if the field is valid; otherwise, false.