InventTable::buildMultipleDialogStr Method
Builds the text for the dialog to adjust for the transaction quantity based on the multiple unit defined.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static TempStr buildMultipleDialogStr(
Qty _multipleQty,
Qty _transQty,
Qty _roundedUpQty,
boolean _allowUserInteraction,
[boolean _showRoundedUp])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static TempStr buildMultipleDialogStr(
Qty _multipleQty,
Qty _transQty,
Qty _roundedUpQty,
boolean _allowUserInteraction,
[boolean _showRoundedUp])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server private static TempStr buildMultipleDialogStr(
Qty _multipleQty,
Qty _transQty,
Qty _roundedUpQty,
boolean _allowUserInteraction,
[boolean _showRoundedUp])
Microsoft Dynamics AX 2012 (FPK)
client server private static TempStr buildMultipleDialogStr(
Qty _multipleQty,
Qty _transQty,
Qty _roundedUpQty,
boolean _allowUserInteraction,
[boolean _showRoundedUp])
Microsoft Dynamics AX 2012 (SYS)
client server private static TempStr buildMultipleDialogStr(
Qty _multipleQty,
Qty _transQty,
Qty _roundedUpQty,
boolean _allowUserInteraction,
[boolean _showRoundedUp])
Run On
Called
Parameters
- _multipleQty
Type: Qty Extended Data Type
The predefined multiple unit size.
- _transQty
Type: Qty Extended Data Type
The specified transaction quantity.
- _roundedUpQty
Type: Qty Extended Data Type
The suggested adjusted quantity.
- _allowUserInteraction
Type: boolean
A boolean value indicating whether the user can accept or cancel the adjustment operation.
- _showRoundedUp
Type: boolean
A boolean value indicating whether the dialog shows the suggested quantity to the user.
Return Value
Type: TempStr Extended Data Type
The string produced used to compose the dialog.