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
CalledParameters
- _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 TypeThe reference record ID of the electronic document ID.
Show: