Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a reference to a LedgerPostingController object.
Syntax
protected void addPostingReference(
LedgerPostingController _ledgerPostingController,
Voucher _voucher,
TransDate _transDate,
[TableId _sourceTableId,
RecId _sourceRecId])
Run On
Server
Parameters
- _ledgerPostingController
Type: LedgerPostingController Class
The ledger posting controller to use for ledger posting.
- _voucher
Type: Voucher Extended Data Type
The voucher to use when the reference is added.
- _transDate
Type: TransDate Extended Data Type
The transaction date to use when the reference is being added.
- _sourceTableId
Type: TableId Extended Data Type
The source table ID to use when the reference is being added.
- _sourceRecId
Type: RecId Extended Data Type
The source record ID to use when the reference is being added.