PBAItemLineType_PurchLine Class [AX 2012]
The PBAItemLineType_PurchLine class is invoked when a purchase order line is configured by using Product Builder. This is performed by using the Configure line button in the Purchase orders form.
| Method | Description | |
|---|---|---|
| allowDeleteConfig | (Overrides the allowDeleteConfig Method.) |
| allowEditConfig | Determines whether the configured BOM and Route of the line should be editable. (Overrides the allowEditConfig Method.) |
| 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. (Inherited from PBAItemLineType.) |
| doCreateLine | This method has no functionality in the PBAItemLineType class, but is overridden in some subclasses to create and insert a new item line. (Overrides the doCreateLine Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| findInventTransId | Finds the current record. (Overrides the findInventTransId Method.) |
| findOrCreateNewDistinctProductVariant | Finds or creates a new distinct product variant. (Inherited from PBAItemLineType.) |
| findRecId | (Overrides the findRecId Method.) |
| 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 | (Inherited from PBAItemLineType.) |
| inventDimId | (Inherited from PBAItemLineType.) |
| inventTable | (Inherited from PBAItemLineType.) |
| languageId | Returns the language ID that will be used when generating configuration detail notes. (Overrides the languageId Method.) |
| maintainProductDimensions | Maintains product dimensions associated with the configured product. (Inherited from PBAItemLineType.) |
| 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 | (Inherited from PBAItemLineType.) |
| qty | (Inherited from PBAItemLineType.) |
| setPriceDate | Sets the price and delivery date on an item line. (Overrides the setPriceDate Method.) |
| setPriceDateHelper | Sets the price and the date of the current ItemLine. (Inherited from PBAItemLineType.) |
| 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. (Inherited from PBAItemLineType.) |
| updateItemId | Updates the item number on an item line. (Overrides the updateItemId Method.) |
| updateLine | Updates the item line. (Inherited from PBAItemLineType.) |
| 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 |
Community Additions
ADD
Show: