PdsMRCRegulated_Sales.wasDocumentSent Method [AX 2012]
Returns whether or not the document was sent.
protected boolean wasDocumentSent(PdsMRCDocumentId _docId)
Run On
CalledParameters
- _docId
- Type: PdsMRCDocumentId Extended Data Type
Document to check if sent.
Return Value
Type: booleanresult of check in MRCCustomerHistoryTable for document with DocumentId of _docId. true if found, otherwise false.
Community Additions
ADD
Show: