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

convert picklist values to textbox in apex page
in my object A there is a picklist i want to show all the values of picklist in text box in apex page
dont use triggrer
You need to sign in to do that
Don't have an account?
in my object A there is a picklist i want to show all the values of picklist in text box in apex page
dont use triggrer
you can get the picklist values by using the getdescribe() method. here the officelocation__C is custom object which you have to change with the your object name and country__C is the field in the officelocation__C object. so change these names as per your metadata in the below code. Let me know if you face any issues,
Regards,
Sai Krishna Tavva.