PurchFormLetter::checkPurchLinesChangedServer Method [AX 2012]

Checks whether purchase lines has been updated since the posting was started.

server private static boolean checkPurchLinesChangedServer(DocumentStatus _documentStatus, container _packedFormletter)

Run On

Server

Parameters

_documentStatus
Type: DocumentStatus Enumeration
An element from the DocumentStatus enumeration.
_packedFormletter
Type: container
A packed version of the posting class.

Return Value

Type: boolean
true if the validation passes; otherwise, false.
Show: