PdsMRCRegulated_Sales.wasDocumentSent Method [AX 2012]

Returns whether or not the document was sent.

protected boolean wasDocumentSent(PdsMRCDocumentId _docId)

Run On

Called

Parameters

_docId
Type: PdsMRCDocumentId Extended Data Type
Document to check if sent.

Return Value

Type: boolean
result of check in MRCCustomerHistoryTable for document with DocumentId of _docId. true if found, otherwise false.

Community Additions

ADD
Show: