PurchParmTable.validateWrite_ServerPre Method

Determines whether the current record is valid and ready to be written to the database.

Syntax

private boolean validateWrite_ServerPre(AxPurchParmTable _axPurchParmTable)

Run On

ClientOrServer

Parameters

  • _axPurchParmTable
    Type: AxPurchParmTable Class
    An instance of the AxPurchParmTable class, used to track state; optional.

Return Value

Type: boolean
true if the record is valid; otherwise, false.

Remarks

This method was created to move execution of the logic for validateWrite onto the server.

The logic is before other validation logic because the kernel validates information that will not be exposed as faults.

See Also

Reference

PurchParmTable Table