You need to sign in to do that
Don't have an account?

Adding a extra field in standard object ?
Hi,
I want to display a table of Product2 items (List<Product2>) for selection with a checkbox.
There is no field in the Product2 object for "Selected" item...
Do I actually need to permanently add a "selected" field to the Product2 object ?
Or is there a way that I can temporarily add a checkbox in the table for selection retrieval ?
Thanks !
No, there are no checkboxes. The Product2 object has only one custom field for Family Description.
What I need to lear is how to have a array of checkboxes that map the the array of products within a pageBlockTable.
Maybe SalesForce does not work like this at all ?