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

adding a custom object to visualforce page
Hi
I have created a custom object that contains vendors with one field (price). I would like to add the (price) field from these vendors in my visualforce page. How do I call out a vendor ID and its field in apex code? do I add to my existing standardcontroller?
Thanks
I have created a custom object that contains vendors with one field (price). I would like to add the (price) field from these vendors in my visualforce page. How do I call out a vendor ID and its field in apex code? do I add to my existing standardcontroller?
Thanks
check the following H&T doc for sample code:
http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_dataTable.htm
Which I already do have...
My intent is to reference another ID on the same page. Here's the workflow on the user side to help understand where I want to go.
Account > Opportunity > Worksheet > View Vendors Options (Multiple) > Select (vendors / prices) > Save Worksheet
View Vendors Options (Multiple) - how do I show these vendors and their prices on my visual page?