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

Return Value

Type: boolean
true if the validation succeeds.

See Also

Reference

PdsBatchAttrib Table