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
@GM@GM 

How to achieve following conditions? please suggest

Create a custom object “NEWOPTION” with the following custom fields

Primary-interest Picklist (Reading/Writing/Drawing/Music)

 

Secondary-interest Multi-valued Picklist (Fantasy/fiction/management/modern art/paint/crayon/pencil shading/classical/rock/pop)

 

Conditions

Display secondary fields’ crayon/paint/modern art if primary-interest field Drawing is selected.

Display secondary fields’ classical/rock/pop if primary-interest field Music is selected

Display secondary fields Fantasy/fiction/Management if primary-interest field Reading/Writing is selected

Best Answer chosen by Admin (Salesforce Developers) 
Rahul_sgRahul_sg
go to Setup> App Setup > Create > Click new to create new object.
Once object is created, click new field button : select picklist field
add values. Click save & New>
This time select a multi-picklist field> add values > click Save.

Click on the field dependencies button and set up the dependency

All Answers

Rahul_sgRahul_sg
go to Setup> App Setup > Create > Click new to create new object.
Once object is created, click new field button : select picklist field
add values. Click save & New>
This time select a multi-picklist field> add values > click Save.

Click on the field dependencies button and set up the dependency
This was selected as the best answer
Satish_SFDCSatish_SFDC
@GM@GM
Hi Rahul,

Thank you So much for the solution.