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.
Initializes field values for the specified record of the LedgerJournalTrans table.
Syntax
public void initValue(
LedgerJournalTrans _ledgerJournalTrans,
[LedgerJournalTrans_Asset _ledgerJournalTrans_Asset,
boolean _isDebit])
Run On
Client
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
A record of the LedgerJournalTrans table
- _ledgerJournalTrans_Asset
Type: LedgerJournalTrans_Asset Table
A record of the LedgerJournalTrans_Asset table
- _isDebit
Type: boolean
Indicates whether to generate voucher for debit data source or credit data source.
Remarks
The initValue() method of the LedgerJournalTrans class is called here.