PurchAutoCreate_ReleaseFromAgreement Class [AX 2012]
The PurchAutoCreate_ReleaseFromAgreement class makes it easier to create a release purchase order from an agreement automatically.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| create | Creates the purchase release order and lines. (Overrides the create Method.) |
| createAgreementLineReleaseLine | Creates an AgreementLineReleasedLine link record between the PurchLine and AgreementLine tables. |
| createAgreementReleaseHeaderMatch | Creates an AgreementReleaseHeaderMatch link record between the PurchTable and AgreementHeader tables. |
| createLine | Creates the purchase line. |
| createLines | Iterates over the TmpPurchLine buffer and creates lines. (Overrides the createLines Method.) |
| createPurchLine | Creates a purchase release line. (Overrides the createPurchLine Method.) |
| createPurchTable | Creates a purchase release order header. (Overrides the createPurchTable Method.) |
| endUpdate | Finalizes how to create the purchase release order header and lines. (Overrides the endUpdate Method.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| firstRecord | Moves to the first record of the TmpPurchLine table. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| invoiceAccount | Retrieves the InvoiceAccount object that is associated with a release. (Overrides the invoiceAccount Method.) |
| itemBuyerGroupId | (Inherited from PurchAutoCreate.) |
| new | Initializes a new instance of the PurchAutoCreate_releaseFromAgreement class. (Overrides the new Method.) |
| nextRecord | Moves to the new record of the TmpPurchLine table. |
| 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.) |
| parmAccountingDate | Gets or sets the AccountingDate parameter. (Inherited from PurchAutoCreate.) |
| projId | (Inherited from PurchAutoCreate.) |
| purchId | (Inherited from PurchAutoCreate.) |
| purchType | Retrieves the purchase type for the release line. (Overrides the purchType Method.) |
| recordCreatedEventHandler | Intercepts the post creation of purchasing records. |
| recordCreatingEventHandler | Intercepts how to create purchasing records. |
| recordExist | Indicates whether the current TmpPurchLine record exists. |
| setPurchLine | Sets the fields of the purchase release line, based on the current record of the TmpPurchLine table. (Overrides the setPurchLine Method.) |
| setPurchTable | Sets the purchase release order fields. (Overrides the setPurchTable Method.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| setVend | Sets the internal VendTable buffer, according to the vendor settings of the purchase agreement. (Overrides the setVend Method.) |
| showInfo | (Inherited from PurchAutoCreate.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| updateFinDimFromAgreemHeader | Copies and merges financial dimensions from agreement header to the released order header. |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| vendAccount | Retrieves for VendAccount value for the release purchase order. |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::construct | Constructs an instance of the PurchAutoCreate_releaseFromAgreement class. |
Community Additions
ADD
Show: