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.
Determines whether the user is requesting to release a quantity that exceeds the available quantity.
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
server protected static boolean checkOverActivate(
Common _buffer,
InventQty _activateNow,
boolean _deductUnreserved,
PdsCWInventQty _cwActivateNow)
Microsoft Dynamics AX 2012 R2 (SYS)
server protected static boolean checkOverActivate(
Common _buffer,
InventQty _activateNow,
boolean _deductUnreserved,
PdsCWInventQty _cwActivateNow)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
server protected static boolean checkOverActivate(
Common _buffer,
InventQty _activateNow,
boolean _deductUnreserved)
Microsoft Dynamics AX 2012 (FPK)
server protected static boolean checkOverActivate(
Common _buffer,
InventQty _activateNow,
boolean _deductUnreserved)
Microsoft Dynamics AX 2012 (SYS)
server protected static boolean checkOverActivate(
Common _buffer,
InventQty _activateNow,
boolean _deductUnreserved)
Run On
Server
Parameters
- _buffer
Type: Common Table
The order line that is being modified.
- _activateNow
Type: InventQty Extended Data Type
The quantity that is being requested by the user.
- _deductUnreserved
Type: boolean
A Boolean value that indicates whether the form check box is marked.
- _cwActivateNow
Type: PdsCWInventQty Extended Data Type
Return Value
Type: boolean
true if the quantity is acceptable; otherwise, false.