You need to sign in to do that
Don't have an account?
praveen naraharisetty
show active account list on my vf page by checkbox
i have is_active__C checkbox on account object. so my requirment is on visualforce page i want to take one check box as 'show active accounts only'.when ever its checked i want to show active accounts only(which account checked while creating account record).otherwise show all accounts
on vf page i created one chekbok with name show active accounts and have one command button get accounts. if the chekbox is checked i want to show only active accounts
on vf page i created one chekbok with name show active accounts and have one command button get accounts. if the chekbox is checked i want to show only active accounts
Your problem should be solved.
Regards,
Alok
Try with below cod eit will hep !
Let me know any issue .
Thnaks
Manoj
Here is a similar post.
https://developer.salesforce.com/forums/ForumsMain?id=906F0000000BFqzIAG
You can use following code
PAGE
CONTROLLER
Don't forget to select best answer to make our efforts visible in the developer forum.
Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help