You need to sign in to do that
Don't have an account?
ChickenOrBeef
REQUEST: Editable VisualForce contact list within Account page
Hey everyone,
We have five checkbox fields on the Contact object called:
It would be ideal if the user can just visit a certain Account, scroll down to the embedded VisualForce table (seen above), check and uncheck any boxes they need to, and then click Save, which would update the values on the Contacts. If the user needs to click an "Edit" button first in order to check/uncheck any boxes, then that would fine (but not ideal obviously).
I would be hugely appreciative if someone could provide example VisualForce and Controller code for something like this. I have minor experience with VisualForce, but this is a step above what I've done.
Thanks!
Greg
We have five checkbox fields on the Contact object called:
- Main User
- General User
- Signature Contact
- Billing Contact
- Stakeholder
It would be ideal if the user can just visit a certain Account, scroll down to the embedded VisualForce table (seen above), check and uncheck any boxes they need to, and then click Save, which would update the values on the Contacts. If the user needs to click an "Edit" button first in order to check/uncheck any boxes, then that would fine (but not ideal obviously).
I would be hugely appreciative if someone could provide example VisualForce and Controller code for something like this. I have minor experience with VisualForce, but this is a step above what I've done.
Thanks!
Greg
VisualForce page:
Extension:
-Greg