• Umesha BP 9
  • NEWBIE
  • 0 Points
  • Member since 2017

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 4
    Replies
Scenario:
I have one pick list field in Candidate Object
Do you Know Java?
Options:Yes and No
In visualforce I am displaying In radio Button .
If I select Yes I want to update Do_You_kNow_java__c is Yes
If I select No I want to update Do_You_kNow_java__c is No
in picklist field.
Please Explain How to do ?
How to access Global value set in visualforce page?
Friends I am stuck in visualforce page with custo labels?
Label 1 "this is first label"
Label 2 "this is second label"
I want to use First Label in sirst line of page
after 10 output text 
I want to display second label 
How to do?
Scenario
I have one check box  based on checkbox i need to display remaining Feild Output text values.
Friends I am stuck in visualforce page with custo labels?
Label 1 "this is first label"
Label 2 "this is second label"
I want to use First Label in sirst line of page
after 10 output text 
I want to display second label 
How to do?
Scenario
I have one check box  based on checkbox i need to display remaining Feild Output text values.

Hi all

i am having a problem and not able to get the solution even after a lot of serching

 

I have a picklist field with values 'yes' and 'No'

 

I want to show this field as radio buttons on my vf page. i.e. one radio button for yes and one for no. and at a time only one can be selected

 

can anybody help me how to do this...

 

i have tried using method on link below

http://blog.sforce.com/sforce/2008/12/using-the-metadata-api-to-retrieve-picklist-values.html 

 

but this is giving error.. please suggest alternate solution..

thanks in advance..