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.
Sets the asset depreciation start date for the primary account and offset account of asset book changes.
Syntax
public void setAssetDepStartDate(
LedgerJournalTrans _ledgerJournalTrans,
LedgerJournalTrans_Asset _ledgerJournalTrans_Asset,
[boolean _forceSet])
Run On
Called
Parameters
- _ledgerJournalTrans
Type: LedgerJournalTrans Table
The LedgerJournalTrans table buffer that stores part of the transaction.
- _ledgerJournalTrans_Asset
Type: LedgerJournalTrans_Asset Table
The LedgerJournalTrans_Asset table buffer that stores part of the transaction.
- _forceSet
Type: boolean
A Boolean value that forces the depreciation start date to be set; optional.
Remarks
The _forceSet parameter causes this method to ignore whether any field values have changed and set the DepreciationStartDate field on the specified LedgerJournalTrans_Asset table buffer passed in as a parameter.