You need to sign in to do that
Don't have an account?
can anyone help me to create a visualforce page?
I have too many fields on my page layout. i would like to hide some of them depending on the value in a picklist. So i have an object called Business review (based on case) and field Business Outcome with values Pass and Fail. Then I have Pass Reason and Fail reason fields. If business outcome value is Pass i would like to show only Pass reason field and hide Fail reason field. this is only an example but if someone could create a visualforce for me i could then change the values. I would appreciate your help.
Controller
Visualforce
NOTE: This code has not been tested and may contain typographical or logical errors.
Source: http://blog.deadlypenguin.com/blog/2012/07/09/dynamic-dependent-picklists-in-salesforce/
All Answers
Controller
Visualforce
NOTE: This code has not been tested and may contain typographical or logical errors.
Source: http://blog.deadlypenguin.com/blog/2012/07/09/dynamic-dependent-picklists-in-salesforce/