PDSPurchFormLetterHandler::validatePostHandlerOnServer Method [AX 2012]

Validates additional PDS requirements for purchase form letter operation.

server protected static boolean validatePostHandlerOnServer(container _purchFormLetterPacked, DocumentStatus _documentStatus)

Run On

Server

Parameters

_purchFormLetterPacked
Type: container
The packed instance of the PurchFormLetter class.
_documentStatus
Type: DocumentStatus Enumeration
The document status that is related to the current form letter.

Return Value

Type: boolean
true if the potency validation is not applicable or it approves the order; otherwise, false.

This method runs only on the server.

Show: