LedgerRRGEDSend_W::sendDocument Method [AX 2012]

Sends the specified electronic document.

client server public static LedgerRRGEDRefRecId_W sendDocument(
    Common _document, 
    LedgerRRGEDIdStr_W _documentIdStr, 
    str _documentStr)

Run On

Called

Parameters

_document
Type: Common Table
The table buffer of the source document.
_documentIdStr
Type: LedgerRRGEDIdStr_W Extended Data Type
The electronic document ID.
_documentStr
Type: str
The document string.

Return Value

Type: LedgerRRGEDRefRecId_W Extended Data Type
The reference record ID of the electronic document ID.

ExceptionCondition
Error

The table buffer of the source document or electronic document ID is not specified.

Show: