Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _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.
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.