Siebel – Merge Records Functionality
by Nitin JainHow many times have we realized that there are multiple records exisiting in our database with nearly the same values? The next though with a bolt of lightning is, how the hell were two records with similar data entered into the system, with all the fundamentals of Primary Keys and User Keys.
Well, the answer could be that though none of the User Keys were violated, data was common in the other fields except the User Key fields. For example, we may end up having two Contact records in our system, which we realize actually point to the same CONTACT. So much so for blasphemously expensive CRM Systems!
Before you actually pounce onto the Sales Rep, hey, the contact himself could have given two different mobile numbers to two different Sales Reps, couldn’t he? And, we can’t obviously forget the scenarios where loads and loads of low quality data is imported via our famous EIM / EAI processes into our poor Siebel system, which then has to bear the brunt of everything. Continuous Business scenario changes themselves mandating some of the changes in our Data Organization is another issue.
In any case, the problem is evident. Let’s try to work at solutions.
Siebel provides an OOB vanilla functionality called “Merge Records…” to handle such scenarios. Following is the process you can use:
1) Select the two records in the appropriate Siebel view, for eg. You may use CTRL to select 2 records.
Remember here that the record you select 2nd will become the target record. This will be the record that remains after the Merge Process. The record selected first will vanish. This may look up the corresponding record Row Ids to verify it on your own.
2) From the Application menu, choose, Edit -> Merge Records.
Do note that the Merge Records functionality is not available for all the views. The menu item Merge Records will be greyed out for the views where the functionality is not supported.
3) Click OK in the confirmation applet that appears.
The Merge process will now be performed, and the record selected first in the process will vanish. Also, you will notice that the data from the original record now appears in the left-over record. In other words, the data from first record has been MERGED into the second record! Also, the associated entities such as corresponding Opportunities, Activities, etc. will also be merged into the new record. This is the part which is most interesting.
I understand if some of you feel this is something very trivial. Personally, I found it very interesting. Will post a couple of more posts on this topic soon.
Related posts:
- Siebel – Merge Records – Checklist I call this Part III, and concluding part of a...
- Siebel – Automating Merge Records by script – II I call this Part II, as I have already introduced...
- Siebel – Scrolling between records – UP and DOWN Generally in Siebel Client, we very often have the need...
- Siebel – Vanilla Functionality What is Siebel Vanilla functionality? Somebody recently asked me this...
- Siebel – Looping multiple records – Update records Hi, We often come across a requirement where we need...
- Siebel – SIA BC Utility Service – Loop multiple records This is a vanilla business service which provides an extensive...
- Siebel – Looping multiple records – Query and Process In my last post, I discussed as to how we...
Small information, but has got big impact. Thanks for sharing it.
Thanks, Raj. Just our continuous endeavor. Glad you liked it!
Hi,
I got an error message when I do two account Merge in Duplicate Accounts tab:
“A record that contains identical values to the record you have created already exists. If you would like to enter a new record, please ensure that the field values are unique. (SBL-DAT-00381)”
I thought in Siebel, Merge does not create any new record. Why does this error message come from? I got successful merge sometime though.
Any solution?
Thanks!