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

auto update picklist value using custom link
Hi Every one,
i have VF page having Delete custom link, wheni press delete that particulor picklist shouid update to another piclist value,
Ex: if my picklist is "Open quote",it should update as "closed by rep".
Please help me.
i have VF page having Delete custom link, wheni press delete that particulor picklist shouid update to another piclist value,
Ex: if my picklist is "Open quote",it should update as "closed by rep".
Please help me.
Visualforce Apex controller
You can try the following code for updating the picklist value on the button click.
Following is the controller and the page.
----------Controller------------ ----------Page--------- Thanks.