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
MNCGuntaka GMNCGuntaka G 

Apex Trigger or S control Process for mapping fields on any object

Hi All,
I have a requirement, on the Case object. There are three fields which are mapped and have field dependencies i.e. third field is dependent on second field and second on first field. If i select the first, second and third field values then the value in the fourth field need to automatically shown, here the condition is i am not supposed to select from the drop down. Which is the better option to solve this case i felt apex code would be the best. Kindly suggest
Anupama SamantroyAnupama Samantroy
Hi,

You can create a Visualforce Page to implement this.
Can you explain if they are dependent why can't you use the dependent picklist?

Thanks
Anupama
MNCGuntaka GMNCGuntaka G
Thank you anupama. Yes, i was looking for other alternatives and i used dependent picklist of values on the fields using dropdown.

Can you please share the link or any example visual page code so that i can research and work on it.

Thanks,
Nikhil