WHSLoadPlanningWorkbenchServerForm Class [AX 2012]
Service side controller class for the WHSLoadPlanningWorkbenchForm form.
| Method | Description | |
|---|---|---|
| addLoadLines | Adds the selected order lines as load lines to the specified load. |
| addShipmentToLoad | Adds all load lines associated with a shipment to a load. |
| addShipmentToNewLoadInsert | Inserts a new load with updated origin and destination addresses. |
| addShipmentToNewLoadPopulateTable | Populates values on the load based on shipment and load template information. |
| addShipmentToNewLoadTableUnassigned | Adds all load lines on a shipment to a load. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| clearGlobalVariables | Clear internal global variables. |
| createTmpLoadLineFromPurchLine | Generates a temporary load line for a given purchase order line |
| createTmpLoadLineFromSalesLine | Generates a temporary load line for a given sales order line |
| createTmpLoadLineFromTransferLine | Generates a temporary load line for a given transfer order line |
| createTmpLoadLineFromTransRequestLine | Generates a temporary load line for a given transport request line |
| createTmpLoadLinesPurchLines | Generates temporary load lines for a given purchase order or purchase order line. |
| createTmpLoadLinesSalesLines | Generates temporary load lines for a given sales order or sales order line. |
| createTmpLoadLinesTransferLines | Generates temporary load lines for a given transfer order or transfer order line. |
| createTmpLoadLinesTransportRequestLines | Generates temporary load lines for a given transport request or transport request line. |
| defaultShipmentLoadTemplateId | Resolves a default load template ID based on a shipment. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| evaluatePaysFreight | |
| filterLoadGrid | Gets a list of load ids tied to order |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the WHSLoadPlanningWorkbenchServerForm 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.) |
| parmLoadPaysFreight | Gets or sets the LoadPaysFreight parameter. |
| parmOrderNum | Gets the OrderNum parameter. |
| parmTmpLoadLine | Gets or sets the TmpLoadLine parameter. |
| parmVolume | Gets or sets the Volume parameter. |
| parmWeight | Gets or sets the Weight parameter. |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| 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.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: