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.
Adjusts the LedgerJournalTrans and LedgerJournalTrans_Project fields.
Syntax
public void offsetAccountModified(
LedgerJournalTrans _ledgerJournalTrans,
[LedgerJournalTrans_Project _ledgerJournalTrans_Project,
LedgerJournalTrans_Asset _ledgerJournalTrans_Asset,
LedgerJournalTrans_RAsset _ledgerJournalTrans_RAsset,
LedgerJournalTrans_RDeferrals _ledgerJournalTrans_RDeferrals])
Run On
Called
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans table record being modified.
- _ledgerJournalTrans_Project
Type: LedgerJournalTrans_Project Table
The LedgerJournalTrans_Project table record being modified; optional.
- _ledgerJournalTrans_Asset
Type: LedgerJournalTrans_Asset Table
The LedgerJournalTrans_Asset table record being modified; optional.
- _ledgerJournalTrans_RAsset
Type: LedgerJournalTrans_RAsset Table
The LedgerJournalTrans_RAsset table record being modified; optional.
- _ledgerJournalTrans_RDeferrals
Type: LedgerJournalTrans_RDeferrals Table
The LedgerJournalTrans_RDeferrals table record being modified; optional.
Remarks
This method should be called from the modified method in the OffsetAccount field of the LedgerJournalTrans form data source. If there is no LedgerJournalTrans_Project or LedgerJournalTrans_Asset data source on the form, null Nothing nullptr unit a null reference (Nothing in Visual Basic) may be passed in.