Share via


WMSShipmentLinesMove_Tofloor.enableToPalletId Method [AX 2012]

Indicates whether the To pallet ID should be enabled.

Syntax

public boolean enableToPalletId()

Run On

Called

Return Value

Type: boolean
true if the control should be enabled; otherwise, false.

Remarks

The value that is returned by this method is the opposite NoYes enumeration value of the moveToFloor parameter. For example, if the value of moveToFloor is NoYes::No, this method will return NoYes::Yes

See Also

Reference

WMSShipmentLinesMove_Tofloor Class