MCRBRCustomerMerge Class [AX 2012]
The class MCRBRCustomerMerge merges business relations when related customers are merged.
| Method | Description | |
|---|---|---|
| businessSectorExist | Checks if a business sector record exists for the mergeTo BR. |
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| copyBusinessSectors | Loops through the merged business relation's business sectors and copies them to the survivor, provided they don't already exist for the business relation based upon checking in the businessSectorExist() method. |
| copyQuoteCompetitorGrp | Loops through the mergedFrom business relation's Competitor Groups and copies them to the survivor, provided they don't already exist for the BR based upon checking in the quoteCompetitorGroupExist() method. |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| existsBRtableFrom | Determines if the from SMMBusRelTable class variable has been set. |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| mergeBRCustomer | Merges a business relation customer when its related customer is merged. |
| mergeChildren | Points the children business relation's of the merged from to the mergedFrom's parent. |
| new | Sets class attributes needed to merge a business relation account. |
| 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.) |
| quoteCompetitorGroupExist | Checks if a competitor group record exists for the merge to business relation. |
| 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.) |
| ::applyMerge | Merges a business relation customer when its related customer is merged. |
| ::unmergeBRCustomer | Unmerges an account from its parent and updates the root of any potential children that were merged into the account that is now being unmerged. |
| ::updateMergedRootsForUnmerge | Updates the root node of child accounts during an unmerge. |
Community Additions
ADD
Show: