Initializes an electronic document send journal record, based on the electronic document ID, status, and date, and writes the record to the database.
Syntax
client server public static LedgerRRGEDSendRecvLog_W addStatus(
LedgerRRGEDRefRecId_W _documentId,
LedgerRRGEDStatusRefRecId_W _statusId,
[LedgerRRGEDStatusDateTime_W _statusDateTime,
Description _description])
Run On
Called
Parameters
- _documentId
Type: LedgerRRGEDRefRecId_W Extended Data Type
The electronic document ID.
- _statusId
Type: LedgerRRGEDStatusRefRecId_W Extended Data Type
The electronic document status ID.
- _statusDateTime
Type: LedgerRRGEDStatusDateTime_W Extended Data Type
The electronic document status date.
- _description
Type: Description Extended Data Type
The description.
Return Value
Type: LedgerRRGEDSendRecvLog_W Table
The LedgerRRGEDSendRecvLog_W record that is written.
Exceptions
| Exception | Condition |
|---|---|
| Error | The _documentId parameter is empty. |