You need to sign in to do that
Don't have an account?
Need help with the code
Hi,
I need to get list of user names and return a string like below
['first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth']
Thanks,
Vetri
I need to get list of user names and return a string like below
['first', 'second', 'third', 'fourth', 'fifth', 'sixth', 'seventh', 'eighth', 'ninth', 'tenth']
Thanks,
Vetri
You can use JSON Class Methods of Apex:
Please try following Code:
If its helps, please mark as best answer so it will help to other who will serve same problem.
Thanks!
All Answers
You can use JSON Class Methods of Apex:
Please try following Code:
If its helps, please mark as best answer so it will help to other who will serve same problem.
Thanks!
Please try following code: