Share via


VendInvoiceInfoLine.validateField_ServerPre Method

Executes validateField logic on the server side.

Syntax

private boolean validateField_ServerPre(
    FieldId field, 
   [AxVendInvoiceInfoLine _axVendInvoiceInfoLine, 
    PurchLine _purchLine])

Run On

ClientOrServer

Parameters

  • _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.

See Also

Reference

VendInvoiceInfoLine Table