function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SAI CHARAN MADUGULASAI CHARAN MADUGULA 

Rerender the fields upon yes or no

Hello All,
Can any one suggest me on this!!
I have a custom Object called Task in that i have a picklist Field called Completed in that picklist values are yes or No. So i have to write a visualforce page to render the fields by selecting the picklist value Yes.If Yes i have to render the Fields and i have to add this visual force page on the pagelayout.

section Name: xyzz
Object: Task
Fields : 1.xyz
            2.xyz
            3.xyz
I have to render this fields by selecting yes.