WMSOrderTransType_TransportDontPostTrans Class [AX 2012]
The WMSOrderTransType_TransportDontPostTrans class is used to input transports that are not being transferred.
Syntax
class WMSOrderTransType_TransportDontPostTrans extends WMSOrderTransType_Transport
Run On
Called
Methods
Method | Description | |
---|---|---|
activate | (Inherited from WMSOrderTransType.) | |
activateRefillTransport | Creates refills. (Inherited from WMSOrderTransType.) | |
allowShipmentUnReservationForLine | Retrieves a Boolean value that determines whether the shipment un-reservation is allowed for a single line. (Inherited from WMSOrderTransType.) | |
canBeUnpicked | Determines whether the related WMSOrderTrans record has a status that allows for it to be unpicked. (Inherited from WMSOrderTransType.) | |
cancel | (Overrides the cancel Method.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
changeToLocation | (Inherited from WMSOrderTransType_Transport.) | |
changeToPallet | Updates the toInventDim field of the wmsOrderTrans table with the pallet ID passed as the argument. (Inherited from WMSOrderTransType_Transport.) | |
checkFinishInTransportLine | (Overrides the checkFinishInTransportLine Method.) | |
checkFinishOutTransportLine | (Inherited from WMSOrderTransType.) | |
checkFinishPickingLine | Validates whether picking can be performed, and updates and reserves the picking line by using the specified dimensions. (Inherited from WMSOrderTransType_Transport.) | |
checkFinishRefillTransportLine | (Inherited from WMSOrderTransType.) | |
checkFinishRelocationTransportLine | Validates whether a relocation transport line can be completed. (Inherited from WMSOrderTransType.) | |
checkFinishRoute | (Inherited from WMSOrderTransType.) | |
checkFinishTransportLine | (Inherited from WMSOrderTransType.) | |
checkFix | (Inherited from WMSOrderTransType.) | |
checkRFIDTagStatus | (Inherited from WMSOrderTransType_Transport.) | |
clearInventTransReference | ||
delete | (Inherited from WMSOrderTransType.) | |
deleteCancelled | (Inherited from WMSOrderTransType.) | |
deleteNotPhysicalUpdated | Deletes WMSOrderTrans records that have an expedition status of Registered, Activated, and Started. (Inherited from WMSOrderTransType.) | |
deleteStandard | (Inherited from WMSOrderTransType.) | |
doesStatusAllowPicking | Determines whether the related WMSOrderTrans record has a status that allows for picking. (Inherited from WMSOrderTransType.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
findToLocation | Determines the location to where the picked items are to be delivered. (Inherited from WMSOrderTransType.) | |
finishInTransportLine | (Overrides the finishInTransportLine Method.) | |
finishOutTransportLine | (Inherited from WMSOrderTransType_Transport.) | |
finishPickingLine | (Inherited from WMSOrderTransType_Transport.) | |
finishRefillTransportLine | (Overrides the finishRefillTransportLine Method.) | |
finishRelocationTransportLine | Completes a relocation transport line. (Inherited from WMSOrderTransType.) | |
finishTransportLine | (Inherited from WMSOrderTransType.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
initToInventDimFromInventDim | Initializes the inventory to-dimensions. (Inherited from WMSOrderTransType.) | |
insert | (Inherited from WMSOrderTransType.) | |
inventMovement | (Overrides the inventMovement Method.) | |
load | Changes the status on the current picking line from Staged to Loaded. (Inherited from WMSOrderTransType.) | |
moveReservation | (Inherited from WMSOrderTransType.) | |
new | (Overrides the new Method.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmAdjustWMSLocationLoad | Gets or sets the AdjustWMSLocationLoad parameter. (Inherited from WMSOrderTransType_Transport.) | |
pdsDeleteZeroCWLine | Delete this line as a zero catch weight line. (Inherited from WMSOrderTransType.) | |
pdsValidateCatchWeight | Validates the quantity and catch weight quantity fields. (Inherited from WMSOrderTransType.) | |
postTransfer | (Inherited from WMSOrderTransType.) | |
removeFromRoute | (Inherited from WMSOrderTransType.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
start | (Inherited from WMSOrderTransType.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
unload | Changes the status on the current picking line from Loaded to Staged. (Inherited from WMSOrderTransType.) | |
unPick | (Inherited from WMSOrderTransType.) | |
unReserve | (Overrides the unReserve Method.) | |
updateQty | (Inherited from WMSOrderTransType_Transport.) | |
updateShipmentId | Updates the shipment ID to the specified value. (Inherited from WMSOrderTransType.) | |
updateToInventDim | (Inherited from WMSOrderTransType_Transport.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
wmsOrder | (Inherited from WMSOrderTransType.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::newWMSOrderTrans | Initializes a new instance of the WMSOrderTransType_TransportDontPostTrans class. |
Top
Remarks
For example, input transports that are created from the item arrival journal.
Inheritance Hierarchy
Object Class
WMSOrderTransType Class
WMSOrderTransType_Transport Class
WMSOrderTransType_TransportDontPostTrans Class