Share via


RetailCreateLinesFromProductsToAdd Class [AX 2012]

The RetailCreateFromProductsToAdd class is used to create product lines according to caller.

Syntax

class RetailCreateLinesFromProductsToAdd

Run On

Called

Methods

  Method Description
Hh812670.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Hh812670.privmethod(en-us,AX.60).gif createInventJournalTrans Creates the record into InventJournalTrans table.
Hh812670.privmethod(en-us,AX.60).gif createInventTransferLine Creates the record in the InventTransferLine table.
Hh812670.privmethod(en-us,AX.60).gif createPeriodicDiscount
Hh812670.pubmethod(en-us,AX.60).gif createProducts Method creates record in the following tables: 1. SalesLine2. PurchLine3. InventTransferLine4. InventJournalTrans5. RetailPeriodicDiscountLine
Hh812670.privmethod(en-us,AX.60).gif createPurchLine Creates record into PurchLine table.
Hh812670.privmethod(en-us,AX.60).gif createSalesLine Creates record into SalesLine table.
Hh812670.privmethod(en-us,AX.60).gif createTmpAddProducts Save record TmpRetailProductsToAdd into data set.
Hh812670.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif getTmpAddProducts Get data set TmpRetailProductsToAdd from caller form RetailPrintLabels.
Hh812670.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif journalForm Gets or sets the journalFormTrans parameter.
Hh812670.privmethod(en-us,AX.60).gif loadAssortmentLines Inserts the record into table TmpretailProductsToAdd for assortment.
Hh812670.privmethod(en-us,AX.60).gif loadCountJournalLines Inserts the record into table TmpretailProductsToAdd for counting journal.
Hh812670.privmethod(en-us,AX.60).gif loadDiscountLines Inserts the record into table TmpretailProductsToAdd for discounts.
Hh812670.privmethod(en-us,AX.60).gif loadLines
Hh812670.pubmethod(en-us,AX.60).gif loadLinesFromCaller Loads the caller lines.
Hh812670.privmethod(en-us,AX.60).gif loadPackageLines
Hh812670.privmethod(en-us,AX.60).gif loadPurchLines Inserts the record into table TmpretailProductsToAdd for purchase order.
Hh812670.privmethod(en-us,AX.60).gif loadSalesLine Inserts the record into table TmpretailProductsToAdd for sales order.
Hh812670.pubmethod(en-us,AX.60).gif loadSpecialCategory Inserts the record into table TmpretailProductsToAdd for Special category.
Hh812670.privmethod(en-us,AX.60).gif loadTmpAddProducts
Hh812670.privmethod(en-us,AX.60).gif loadTransferLines Inserts the record into table TmpretailProductsToAdd for Inventory transfer order.
Hh812670.pubmethod(en-us,AX.60).gif mapLines
Hh812670.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Hh812670.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.)
Hh812670.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.)
Hh812670.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif parmCallerCommon Gets or sets the CallerCommon parameter.
Hh812670.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Hh812670.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.)
Hh812670.privmethod(en-us,AX.60).gif validateInventDim Validates inventory dimension for a product.
Hh812670.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Hh812670.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  RetailCreateLinesFromProductsToAdd Class