Share via


InventLedgerConflictInventory.printAsterisk Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

  • _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.

Remarks

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.

See Also

Reference

InventLedgerConflictInventory Class