Share via


WHSWorkCreateReplenishment Class [AX 2012]

Syntax

class WHSWorkCreateReplenishment extends WHSWorkCreate

Run On

Server

Methods

  Method Description
Dn650714.pubmethod(en-us,AX.60).gif assignLocToDemandLines (Overrides the assignLocToDemandLines Method.)
Dn650714.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn650714.privmethod(en-us,AX.60).gif cleanUpDemandTmpWorkLine Cleans up any demand TempWorkLines that were not successfully replenished.
Dn650714.pubmethod(en-us,AX.60).gif cleanUpFailedReplen If replenishment didn't allocated and failed to create work then we need to go back and update the demandLines so they don't point to locations not being replenished.
Dn650714.pubmethod(en-us,AX.60).gif cleanupTempTable (Inherited from WHSWorkCreate.)
Dn650714.privmethod(en-us,AX.60).gif createDemandReplenishmentPickLines Creates the replenishment tmpWorkLines for picks.
Dn650714.protmethod(en-us,AX.60).gif createReceiptDimQtyMap Creates map tracking above location dimensions and qty to be used for work creation. (Inherited from WHSWorkCreate.)
Dn650714.privmethod(en-us,AX.60).gif createReplenishmentWave Creates a wave table record for the replenishment wave.
Dn650714.privmethod(en-us,AX.60).gif createReplenishmentWork Finalizes the creation of replenishment work.
Dn650714.pubmethod(en-us,AX.60).gif createTempLine (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif createTempTable (Overrides the createTempTable Method.)
Dn650714.pubmethod(en-us,AX.60).gif createTempTablePut
Dn650714.pubmethod(en-us,AX.60).gif createWork (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif createWorkHistoryLine (Inherited from WHSWorkCreate.)
Dn650714.privmethod(en-us,AX.60).gif deleteReplenPutTmpWorkLine Deletes the old replenishment put TmpWorkLines.
Dn650714.pubmethod(en-us,AX.60).gif deleteShipmentTmpWorkLines (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn650714.privmethod(en-us,AX.60).gif findReplenishmentPutLocation Determines the put location for replenishment work.
Dn650714.privmethod(en-us,AX.60).gif findReplenishmentTemplate Find the replenishment template to use.
Dn650714.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif 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.)
Dn650714.privmethod(en-us,AX.60).gif markDemandLineForReplen Marks demands lines that need to be replenished.
Dn650714.pubmethod(en-us,AX.60).gif new (Overrides the new Method.)
Dn650714.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif parmCreatedBy Gets or sets the CreatedBy parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmDispositionCode Gets or sets the DispositionCode parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmHasReplen Gets or sets the HasReplen parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmInventBatchId Gets or sets the InventBatchId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmInventLocationId Gets or sets the InventLocationId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmInventStatusId Gets or sets the InventStatusId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmLocDirHintCode Gets or sets the LocDirHintCode parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmOrginType Gets or sets the OrginType parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmParentStatusRecId Gets or sets the ParentStatusRecId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmParmWaveId Gets or sets the ParmWaveId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmReceiptId Gets or sets the ReceiptId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmReleaseToWarehouseId Gets or sets the ReleaseToWarehouseId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmReplenDemandTmpWorkLine Gets or sets the ReplenDemandTmpWorkLine parameter.
Dn650714.pubmethod(en-us,AX.60).gif parmReplenInventDim Gets or sets the ReplenInventDim parameter.
Dn650714.pubmethod(en-us,AX.60).gif parmReplenishmentTemplateLine Gets or sets the ReplenishmentTemplateLine parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmReplenItemId Gets or sets the ReplenItemId parameter.
Dn650714.pubmethod(en-us,AX.60).gif parmReplenQty Gets or sets the ReplenQty parameter.
Dn650714.pubmethod(en-us,AX.60).gif parmReplenUOM Gets or sets the ReplenUOM parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmStartLocationId Gets or sets the StartLocationId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmTargetLicensePlateId Gets or sets the TargetLicensePlateId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmTmpLoadDemand Gets or sets the TmpLoadDemand parameter.
Dn650714.pubmethod(en-us,AX.60).gif parmWaveExecutionId Gets or sets the WaveExecutionId parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmWhsWaveLockManager Gets or sets the WhsWaveLockManager parameter.
Dn650714.pubmethod(en-us,AX.60).gif parmWorkCreatedQty Gets or sets the WorkCreatedQty parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmWorkCreateId Gets or sets the WorkCreateId parameter. (Overrides the parmWorkCreateId Method.)
Dn650714.pubmethod(en-us,AX.60).gif parmWorkTemplateCode Gets or sets the WorkTemplateCode parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif parmWorkTransType Gets or sets the WorkTransType parameter. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif processTempTable (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif runDemandReplen
Dn650714.pubmethod(en-us,AX.60).gif setGlobals (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn650714.privmethod(en-us,AX.60).gif setTotalStepRunDemandReplen Sets the total steps for the runDemandReplen method.
Dn650714.pubmethod(en-us,AX.60).gif splitTmpWorkLine Takes the quantity to leave on the current line, then splits the remaining quantity off onto its own line. (Inherited from WHSWorkCreate.)
Dn650714.protmethod(en-us,AX.60).gif successfulReplenPutCreated Determines if replenishment successfully created put TmpWorkLines.
Dn650714.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn650714.protmethod(en-us,AX.60).gif validateLoadLine Validates a given load line. (Inherited from WHSWorkCreate.)
Dn650714.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Dn650714.pubmethod(en-us,AX.60).gif Dn650714.static(en-us,AX.60).gif ::construct
Dn650714.pubmethod(en-us,AX.60).gif Dn650714.static(en-us,AX.60).gif ::createReplenLinkRecords

Top

Inheritance Hierarchy

Object Class
  WHSWorkCreate Class
    WHSWorkCreateReplenishment Class