PdsBatchAttrib::isValidAttribMultiple Method
Checks whether the value is valid, based on the increments that are 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 boolean isValidAttribMultiple(
PdsBatchAttribMin _pdsBatchAttribMin,
PdsBatchAttribMultiple _pdsBatchAttribMultiple,
PdsBatchAttribValue _pdsBatchAttribValue)
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static boolean isValidAttribMultiple(
PdsBatchAttribMin _pdsBatchAttribMin,
PdsBatchAttribMultiple _pdsBatchAttribMultiple,
PdsBatchAttribValue _pdsBatchAttribValue)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server private static boolean isValidAttribMultiple(
PdsBatchAttribMin _pdsBatchAttribMin,
PdsBatchAttribMultiple _pdsBatchAttribMultiple,
PdsBatchAttribValue _pdsBatchAttribValue)
Microsoft Dynamics AX 2012 (FPK)
client server private static boolean isValidAttribMultiple(
PdsBatchAttribMin _pdsBatchAttribMin,
PdsBatchAttribMultiple _pdsBatchAttribMultiple,
PdsBatchAttribValue _pdsBatchAttribValue)
Run On
Called
Parameters
- _pdsBatchAttribMin
Type: PdsBatchAttribMin Extended Data Type
The minimum value that is allowed for the attribute.
- _pdsBatchAttribMultiple
Type: PdsBatchAttribMultiple Extended Data Type
The increment that is defined over the minimum value.
- _pdsBatchAttribValue
Type: PdsBatchAttribValue Extended Data Type
The value that is used for the comparison.
Return Value
Type: boolean
true if the validation succeeds.