We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If I am rolling up a multi-select picklist with concatenate distinct, the distinct only works if all child values are exactly the same.
Scenario 1: Child 1 = Apple; Orange Child 2 = Apple; Banana Parent = Apple; Orange; Apple; Banana
I would expect it to roll up the values to be Apple; Orange; Banana
Scenario 2: Child 1 = Apple; Orange Child 2 = Apple; Orange Parent = Apple; Orange
The text was updated successfully, but these errors were encountered:
Fix for issue SFDO-Community#128 Concatenate Distinct Multi-Select Pi…
5f8cdde
…cklists
Ah yes, good spot! Taking a look at your PR now! 👍
Sorry, something went wrong.
Merge pull request #130 from dhoechst/master
be3ebdc
Fix for issue #128 Concatenate Distinct Multi-Select Picklists
Fixed in v1.19 package.
No branches or pull requests
If I am rolling up a multi-select picklist with concatenate distinct, the distinct only works if all child values are exactly the same.
Scenario 1:
Child 1 = Apple; Orange
Child 2 = Apple; Banana
Parent = Apple; Orange; Apple; Banana
I would expect it to roll up the values to be Apple; Orange; Banana
Scenario 2:
Child 1 = Apple; Orange
Child 2 = Apple; Orange
Parent = Apple; Orange
The text was updated successfully, but these errors were encountered: