We have a business requirement to concatenate a specific custom text field in our account object, when it’s been merged with another account ( using the merge account function).
For Example :
Account 1 has the field “SID” value of “123”.
And Account 2 has the field “SID” value of “567”.
We want the merged account result field “SID” value to be “123,567” (or something like this).
Is there a way to achieve it without APEX coding ?
If not do you have any clue how the merging process can be modified or controlled by APEX ?
Thanks in advance.
1 risposta
You want this to occur during the merge? This, if at all possible, will definitely have to be done using Apex code.
You may want to read this discussion relative to merging and fields and triggers to see if you can formulate a solution for your scenario.
http://boards.developerforce.com/t5/Apex-Code-Development/Merge-triggers-a-maze-of-twisty-little-passages-all-alike-and/td-p/295487