-
Converting Salesforce sobject List into string List
Hi all,
i wanted to get list of accounts name into a single string
List<account>acc=select name ,id,annualrevenue from account
i wanted to get a individual string list for each field .
like
List<string>name:- must have all accounts name
List<string>id:-must have all accounts id
thanks
-
This discussion was modified 9 years, 5 months ago by
Vikas Kumar.
-
This discussion was modified 9 years, 5 months ago by
Forcetalks.
-
This discussion was modified 9 years, 5 months ago by
Forcetalks.
-
This discussion was modified 9 years, 5 months ago by
Log In to reply.