Hello,
I'm looking for a way to concatenate the string values from a field in a related entity. For Instance:
From Candidate entity:
RelatedOpportunityID Candidate Name
------------------- -------------
1 Mary
1 John
1 Sam
2 Alaina
2 Edward
On the Opportunity entity, we want a field "Candidates" that "joins" or "rolls up" the values with a comma and space:
ID Candidates
-------------- -------------
1 Mary, John, Sam
2 Alaina, Edward
How can we acheive this without plugin code?
-Kevin
*This post is locked for comments
I have the same question (0)