LedgerJournalCheckPost.doesAssetValidateNegativeNetBooksPass Method [AX 2012]
Syntax
private boolean doesAssetValidateNegativeNetBooksPass(
AssetId _assetId,
AssetBookId _bookId,
AmountMST _journalAmount,
boolean _allowNegativeNetBookValue,
TransDate _transDate)
Run On
Server
Parameters
- _assetId
Type: AssetId Extended Data Type
- _bookId
Type: AssetBookId Extended Data Type
- _journalAmount
Type: AmountMST Extended Data Type
- _allowNegativeNetBookValue
Type: boolean
- _transDate
Type: TransDate Extended Data Type