MdmDMFProxy Class [AX 2012]
This class is the proxy to use the DMF web service operations for the master data management.
| Method | Description | |
|---|---|---|
| appendEntityInMDS | Appends the corresponding MDMEntity schema in SQL Master Data Services with schema differential of the input staging table |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| createEntityInMDS | Create an entity in SQL Master Data Services with schema matching the input staging table |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getConnectionObject | |
| getListOfDMFEntitiesInMDS | Returns the list of AX entities in SQL Master Data Services. |
| getListOfDMFEntityAttributesInMDS | Returns the list of attributes of an entity in SQL Master Data Services. |
| getListOfSubscriptionViewsForEntityInMDS | Returns the list of subscription views for an entity in SQL Master Data Services. |
| getNumberOfConflicts | Get the number of conflicts for an entity in MDS in the last synchronization. |
| getServiceProxy | |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| isSchemaAvailabeInMDS | Checks whether an entity is available in SQL MDS. |
| 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.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| testMdsConnection | Test the connections to the SQL Master Data Services database and the SQL Master Data Services service endpoint. |
| 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.) |
| ::checkAndUpdateConflicts | Check for conflicts in the last synchronization of an entity |
Community Additions
ADD
Show: