Ex:
Event category field options: other, Sales Consultant, Surgeon
If I choose Other, the following Event Type Fields Display: global event, trade show, etc
I need an initial field above the Type field that has a cascading pick list to determine which Type field obtions are available. The value selected for the Type field would determine the page layout.
When we create a new record, the Type field is the only one displayed. Have any ideas on how we can add another field to filter the Type field 1st?
답변 2개
Hi Amber
You can use following
(1) Dependent Pick-lists where the values in controlling picklist determine the values in controlled picklists
http://na14.salesforce.com/help/doc/en/fields_defining_field_dependencies.htm
(2) Record Types + Workflow + Page Layouts - use these to change the UI
(3) Visualforce page