PurchMatchingPolicyManager Class [AX 2012]
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| convertMatchingPolicyWithNotSet | Converts a PurchMatchingPolicyWithNotSetOption enumeration value to a PurchMatchingPolicyOption enumeration value. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isNewMatchingPolicyHigher | Validates that the updated matching policy is higher than the original matching policy. |
| lowerItemRecordsExist | Specifies whether records exist in the InventTable table that have a lower matching policy than the specified matching policy. |
| lowerPurchLineRecordsExist | Specifies whether records exist in the PurchLine table that have a lower matching policy than the specified matching policy. |
| lowerVendItemRecordsExist | Specifies whether records exist in the VendItemMatchingPolicy table that have a lower matching policy than the specified matching policy. |
| lowerVendorRecordsExist | Specifies whether records exist in the VendTable table that have a lower matching policy than the specified matching policy. |
| 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.) |
| rolldownConditionsExist | Validates whether the matching policy change on the VendParametes record must be rolled down. |
| 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.) |
| updateLowerItemRecords | Updates records in the InventTable table that have a lower matching policy than the specified matching policy. |
| updateLowerPurchLineRecords | Updates records in the PurchLine table that have a lower matching policy than the specified matching policy. |
| updateLowerVendItemRecords | Updates records in the VendItemMatchingPolicy table that have a lower matching policy than the specified matching policy. |
| updateLowerVendorRecords | Updates records in the VendTable table that have a lower matching policy than the parameter. |
| 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.) |
| ::canMatchingPolicyBeChanged | Specifies whether the matching policy can be changed. |
| ::canMatchingPolicyWithNotSetBeChanged | Specifies whether the matching policy that has a PurchMatchingPolicyWithNotSetOption enumeration value of NotSet can be changed. |
| ::findMatchingPolicy | Determines the matching policy based on the specified parameters. |
| ::lowerMatchingPolicyRecordsExist | Specifies whether records exist with a lower matching policy than the VendParameter record matching policy. |
| ::rolldownCompanyMatchingPolicy | Updates records with a lower matching policy than the VendParameter record matching policy. |
Community Additions
ADD
Show: