WHSWorkCreateKanbanPut Class [AX 2012]
The WHSWorkCreateKanbanPut class creates warehouse work for kanbans.
Syntax
class WHSWorkCreateKanbanPut extends WHSWorkCreate
Run On
Server
Methods
Method | Description | |
---|---|---|
assignLocToDemandLines | (Inherited from WHSWorkCreate.) | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
cleanupTempTable | (Inherited from WHSWorkCreate.) | |
createOrUpdateBatch | Generates or updates an inventory batch ID for a given item. | |
createReceiptDimQtyMap | Creates map tracking above location dimensions and qty to be used for work creation. (Inherited from WHSWorkCreate.) | |
createTempLine | (Inherited from WHSWorkCreate.) | |
createTempTable | Creates temporary work lines. (Overrides the createTempTable Method.) | |
createWork | (Inherited from WHSWorkCreate.) | |
createWorkHistoryLine | (Inherited from WHSWorkCreate.) | |
deleteShipmentTmpWorkLines | (Inherited from WHSWorkCreate.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
kanban | Retrieves the Kanban record that work is created for. | |
killFailedShipments | Loops over shipments that failed location directives and determines if any work should be created or not.If no work is to be created then it deleted tmpWorkLines for the shipment. (Inherited from WHSWorkCreate.) | |
new | Creates a new instance of the WHSWorkCreateKanbanPut class. (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.) | |
parmBatchDispCode | Gets or sets the BatchDispCode parameter. | |
parmBatchExpDate | Gets or sets the BatchExpDate parameter. | |
parmBatchPotencyValue | Gets or sets the BatchPotencyValue parameter. | |
parmCreatedBy | Gets or sets the CreatedBy parameter. (Inherited from WHSWorkCreate.) | |
parmDispositionCode | Gets or sets the DispositionCode parameter. (Inherited from WHSWorkCreate.) | |
parmHasReplen | Gets or sets the HasReplen parameter. (Inherited from WHSWorkCreate.) | |
parmInventBatchId | Gets or sets the InventBatchId parameter. (Inherited from WHSWorkCreate.) | |
parmInventLocationId | Gets or sets the InventLocationId parameter. (Inherited from WHSWorkCreate.) | |
parmInventQty | Gets or sets the InventQty parameter. | |
parmInventStatusId | Gets or sets the InventStatusId parameter. (Inherited from WHSWorkCreate.) | |
parmLocDirHintCode | Gets or sets the LocDirHintCode parameter. (Inherited from WHSWorkCreate.) | |
parmOrginType | Gets or sets the OrginType parameter. (Inherited from WHSWorkCreate.) | |
parmParentStatusRecId | Gets or sets the ParentStatusRecId parameter. (Inherited from WHSWorkCreate.) | |
parmParmWaveId | Gets or sets the ParmWaveId parameter. (Inherited from WHSWorkCreate.) | |
parmReceiptId | Gets or sets the ReceiptId parameter. (Inherited from WHSWorkCreate.) | |
parmReleaseToWarehouseId | Gets or sets the ReleaseToWarehouseId parameter. (Inherited from WHSWorkCreate.) | |
parmReplenishmentTemplateLine | Gets or sets the ReplenishmentTemplateLine parameter. (Inherited from WHSWorkCreate.) | |
parmReplenUOM | Gets or sets the ReplenUOM parameter. (Inherited from WHSWorkCreate.) | |
parmSimulate | Gets or sets the Simulate parameter. | |
parmStartLocationId | Gets or sets the StartLocationId parameter. (Inherited from WHSWorkCreate.) | |
parmTargetLicensePlateId | Gets or sets the TargetLicensePlateId parameter. (Inherited from WHSWorkCreate.) | |
parmWaveExecutionId | Gets or sets the WaveExecutionId parameter. (Inherited from WHSWorkCreate.) | |
parmWorkCreatedQty | Gets or sets the WorkCreatedQty parameter. (Inherited from WHSWorkCreate.) | |
parmWorkCreateId | Gets or sets the WorkCreateId parameter. (Overrides the parmWorkCreateId Method.) | |
parmWorkTemplateCode | Gets or sets the WorkTemplateCode parameter. (Inherited from WHSWorkCreate.) | |
parmWorkTransType | Gets or sets the WorkTransType parameter. (Inherited from WHSWorkCreate.) | |
processTempTable | (Inherited from WHSWorkCreate.) | |
receiveKanban | Receives the kanban. | |
setGlobals | (Inherited from WHSWorkCreate.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
splitTmpWorkLine | Takes the quantity to leave on the current line, then splits the remaining quantity off onto its own line. (Inherited from WHSWorkCreate.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
validate | Validates the kanban. | |
validateLoadLine | Validates a given load line. (Inherited from WHSWorkCreate.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::construct | Instantiates a new instance of the WHSWorkCreateKanbanPut class class. |
Top
Inheritance Hierarchy
Object Class
WHSWorkCreate Class
WHSWorkCreateKanbanPut Class