WHSSplitWork Class [AX 2012]
The WHSSplitWork class is responsible for separating specified work from the work that was created initially
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| generateNewWorkLine | Generates a new WHSWorkLine record |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| handleOrigWorkLine | Updates the original WHSWorkLine record and all associated transactions |
| handleRemainingPickTrans | Processes the remaining pick transactions associated with the original work |
| handleRemainingTrans | Processes any remaining transactions associated with the original work |
| initValues | Initializes the values for the WHSSplitWork class |
| new | Initializes a new instance of the WHSSplitWork class. |
| 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.) |
| parmLineNum | Gets or sets the LineNum parameter. |
| parmOrigWorkId | Gets or sets the OrigWorkId parameter. |
| parmQtyToPick | Gets or sets the QtyToPick parameter. |
| setChangedDoneValues | Sets the variables used to determine if values have been changed on closed pick transactions |
| setChangedToDoValues | Sets the variables used to determine if values have been changed on open pick transactions |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| splitWork | Splits the specified work from the current work ID |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateClosedPickTrans | Updates the closed pick transactions associated with the original work |
| updateDimTrackingRef | Updates the work identifier and line number for WHSDimTracking records |
| updateHeaderRecords | Updates all header records tied to the original work and generates a new work table header |
| updateWorkInventTransRef | Updates the reference and line number for the original WHSWorkInventTrans and InventTransOrigin records |
| updateWorkTransRef | Updates the work identifier and line number for WHSWorkTrans records |
| 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.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Initializes a new instance of the WHSSplitWork class. |
| ::newStandard | Creates a new instance of the WHSSplitWork class. |
Community Additions
ADD
Show: