PBAItemLineType Class [AX 2012]
The PBAItemLineType class is a super class for classes that handle the various types of item lines that are configured during the product model execution.
| Method | Description | |
|---|---|---|
| allowDeleteConfig | |
| allowEditConfig | Determines whether the configuration, the configured BOM and Route, of the line should be editable. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| configId | Retrieves the configuration ID and the first item dimension of the line that is currently being configured. |
| doCreateLine | This method has no functionality in the PBAItemLineType class, but is overridden in some subclasses to create and insert a new item line. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInventTransId | Returns the current record. In subclasses the method also selects a line for update. |
| findOrCreateNewDistinctProductVariant | Finds or creates a new distinct product variant. |
| findRecId | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| initSalesPrice | |
| inventDimId | |
| inventTable | |
| languageId | Returns the language ID that will be used when generating configuration detail notes. |
| maintainProductDimensions | Maintains product dimensions associated with the configured product. |
| 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.) |
| parmLine | |
| qty | |
| setPriceDate | Sets the price and delivery date on an item line. |
| setPriceDateHelper | Sets the price and the date of the current ItemLine. |
| 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.) |
| updateConfigId | Updates the three item dimensions on an item line. |
| updateItemId | Updates the item number on an item line. |
| updateLine | Updates the item line. |
| 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 PBAItemLineType class. |
| ::newItemLine |
The following example returns the language code that will be used when generating notes about configuration details. The parameter itemLine could be a record from any of the tables mapped in the PBAItemLine map.
LanguageId languageId(PBAItemLine itemLine)
{
PBAItemLineType pBAItemLineType;
pBAItemLineType = PBAItemLineType::construct();
return pBAItemLineType.languageId();
}
Object Class
PBAItemLineType Class
PBAItemLineType_BOM Class
PBAItemLineType_PBATable Class
PBAItemLineType_ProdTable Class
PBAItemLineType_PurchLine Class
PBAItemLineType_SalesBasketline Class
PBAItemLineType_Salesline Class
PBAItemLineType_SalesQuotationBasketLine Class
PBAItemLineType_SalesQuotationLine Class
PBAItemLineType Class
PBAItemLineType_BOM Class
PBAItemLineType_PBATable Class
PBAItemLineType_ProdTable Class
PBAItemLineType_PurchLine Class
PBAItemLineType_SalesBasketline Class
PBAItemLineType_Salesline Class
PBAItemLineType_SalesQuotationBasketLine Class
PBAItemLineType_SalesQuotationLine Class
Community Additions
ADD
Show: