Share via


SalesFormLetter::checkSalesLinesChangedServer Method [AX 2012]

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

Syntax

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

Run On

Server

Parameters

  • _packedFormletter
    Type: container
    A packed version of the posting class.

Return Value

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

See Also

Reference

SalesFormLetter Class