InventLedgerConflictInventory.printAsterisk Method [AX 2012]

Indicates whether an asterisk must be printed instead of an amount.

protected NoYes printAsterisk(
    InventValueReportUnionAll _inventValueReportUnionAll, 
    int _noOfConflicts, 
    str _currentConflict)

Run On

Called

Parameters

_inventValueReportUnionAll
Type: InventValueReportUnionAll View
The view buffer with inventory transaction data.
_noOfConflicts
Type: int
The number of conflicts for the current transaction.
_currentConflict
Type: str
The current conflict message.

Return Value

Type: NoYes Enumeration
true if an asterisk must be printed instead of an amount; otherwise, false.

The current implementation on invoice and return scenarios causes some problems when reporting the correct imbalance value.

Also, all transactions with only a blank dimension conflict, should not print an amount.

Community Additions

ADD
Show: