RetailCreateLinesFromProductsToAdd Class [AX 2012]
The RetailCreateFromProductsToAdd class is used to create product lines according to caller.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createInventJournalTrans | Creates the record into InventJournalTrans table. |
| createInventTransferLine | Creates the record in the InventTransferLine table. |
| createPeriodicDiscount | |
| createProducts | Method creates record in the following tables: 1. SalesLine2. PurchLine3. InventTransferLine4. InventJournalTrans5. RetailPeriodicDiscountLine |
| createPurchLine | Creates record into PurchLine table. |
| createSalesLine | Creates record into SalesLine table. |
| createTmpAddProducts | Save record TmpRetailProductsToAdd into data set. |
| 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.) |
| getTmpAddProducts | Get data set TmpRetailProductsToAdd from caller form RetailPrintLabels. |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| journalForm | Gets or sets the journalFormTrans parameter. |
| loadAssortmentLines | Inserts the record into table TmpretailProductsToAdd for assortment. |
| loadCountJournalLines | Inserts the record into table TmpretailProductsToAdd for counting journal. |
| loadDiscountLines | Inserts the record into table TmpretailProductsToAdd for discounts. |
| loadLines | |
| loadLinesFromCaller | Loads the caller lines. |
| loadPackageLines | |
| loadPurchLines | Inserts the record into table TmpretailProductsToAdd for purchase order. |
| loadSalesLine | Inserts the record into table TmpretailProductsToAdd for sales order. |
| loadSpecialCategory | Inserts the record into table TmpretailProductsToAdd for Special category. |
| loadTmpAddProducts | |
| loadTransferLines | Inserts the record into table TmpretailProductsToAdd for Inventory transfer order. |
| mapLines | |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| 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.) |
| parmCallerCommon | Gets or sets the CallerCommon 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.) |
| validateInventDim | Validates inventory dimension for a product. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
Community Additions
ADD
Show: