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
CalledParameters
- _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 Enumerationtrue if an asterisk must be printed instead of an amount; otherwise, false.
Community Additions
ADD
Show: