You need to sign in to do that
Don't have an account?
ashish jadhav 9
How can I display selected accounts on right side of the vf page?
I've to display list of account with checkboxes, suppose there are 10 records and I've selected 3 and clicked on submit button, now I want to show those 3 accounts on right side of the page and remaining 7 on left side, how can I achieve this functionality? Please help.
To move records from one section to other, just manipulate these lists (adding / removing from lists).
1) http://amitsalesforce.blogspot.in/2016/03/wrapper-class-in-salesforce-select-all.html
Let us know if that will help you