You need to sign in to do that
Don't have an account?
Sivasankari Muthu
how to get the picklist value from database
Hi All,
I created a custom object as accproducts__c,this object having one of the field is Product__c - it has the Product name from the Product standard object in sfdc. In table Product__c field holding Productid of that Productname.
Now, I create a one visualpage ,input of this page i want to give the picklist value of Product__c(that input picklist field must be product name not a productid) .how to get it from controller. If anybody knows please tell me.
Thanks & Regard,
M. Sivasankari. .
I created a custom object as accproducts__c,this object having one of the field is Product__c - it has the Product name from the Product standard object in sfdc. In table Product__c field holding Productid of that Productname.
Now, I create a one visualpage ,input of this page i want to give the picklist value of Product__c(that input picklist field must be product name not a productid) .how to get it from controller. If anybody knows please tell me.
Thanks & Regard,
M. Sivasankari. .
On visualforce Page add the following code - And in the controller - Hope, this will help you.
Thanks,
Sumit Kumar Singh
All Answers
On visualforce Page add the following code - And in the controller - Hope, this will help you.
Thanks,
Sumit Kumar Singh
Thank you for your reply,
Its working
Thanks & Regard,
M. Sivasankari.