LedgerJournalCheckPost.assetValidateNetBooksPerformValidation Method [AX 2012]
Syntax
private boolean assetValidateNetBooksPerformValidation(
JournalId _journalNum,
AssetId _assetId,
AssetBookId _bookId,
AmountMST _journalAmount,
AmountMST _journalAmountAcquistion,
boolean _allowNegativeNetBookValue,
boolean _allowExceedNetBookValue)
Run On
Server
Parameters
- _journalNum
Type: JournalId Extended Data Type
- _assetId
Type: AssetId Extended Data Type
- _bookId
Type: AssetBookId Extended Data Type
- _journalAmount
Type: AmountMST Extended Data Type
- _journalAmountAcquistion
Type: AmountMST Extended Data Type
- _allowNegativeNetBookValue
Type: boolean
- _allowExceedNetBookValue
Type: boolean