- August 17, 2017 at 7:05 am #21690
How we can insert values of set in a Salesforce list?
I have a set with 3 different Contact I want to move these Contact in a List…
August 17, 2017 at 7:17 am #21691Hi Shubham,
You can use addAll method of list, for example :-
List.addAll(SetElements)
Hope this Helps.
September 16, 2018 at 3:10 pm #34553 - AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)