InventRegistrationPurchLine Class [AX 2012]
This class provides an implementation of the InventPendingRegistrationProvider interface and the InventRegistrationHandler interface for the purchase lines.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| canRegister | Indicates whether the registration can be performed. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getDescription | Retrieves the description for the purchase order line. |
| getDirPartyRecId | Retrieves the DirPartyRecId extended data type of the vendor that is associated with the purchase order. |
| getDistinctProductRecId | Retrieves the EcoResDistinctProductRecId extended data type of the item on the purchase order line. |
| getExpectedDeliveryDateTime | Retrieves the expected delivery date for the purchase order line. |
| getGrossVolume | Retrieves the gross volume for the items on the purchase order line. |
| getGrossWeight | Retrieves the gross weight for the items in the purchase order line. |
| getInventDim | Retrieves the InventDim record of the purchase order line. |
| getPendingRegistrationQuantity | Retrieves the pending quantity to register for the purchase order line. |
| getReceiptInventLocationId | Retrieves an InventLocationId extended data type that is related to the source line where the receipt is expected. |
| getReceiptInventSiteId | Retrieves an InventSiteId extended data type that is related to the source line where the receipt is expected. |
| getReferenceCategory | Retrieves the InventTransType for the order line. |
| getReferenceId | Retrieves the purchase ID of the purchase order. |
| getReferenceLineId | Retrieves the record ID of the InventTrans record for the order line. |
| getRegistrationHelper | Retrieves an instance of the InventTransType for the order line. |
| getRegistrationProvider | |
| getSourceDocumentLineRecId | Retrieves the SourceDocumentLineRecId extended data type for the purchase order line. |
| getSourceLineCategoryRecId | Retrieves the EcoResCategoryId extended data type of the procurement category for the purchase order line. |
| getSourceLineLegalEntityRecId | Retrieves the RefRecID extended data type of the legal entity. |
| 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 InventRegistrationPurchLine 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.) |
| notifyOnRegistration | Handles the processing that is necessary after the registration of the purchase order line is finished. |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| parmPurchLine | Gets or sets the PurchLine 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.) |
| ::construct | Initializes a new instance of the InventRegistrationPurchLine class. |
| ::newFromPurchLine | Creates and returns an InventRegistrationPurchLine object for the specified PurchLine record. |
| ::newFromSourceDocumentLine | Creates and returns an InventRegistrationPurchLine object for the specified SourceDocumentLine record. |
Community Additions
ADD
Show: