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
sandy hellosandy hello 

How to identify the picklist value selected is existing in certain set of pick list values using apex code.

Here i am creating child record C to a parent record A based on another child record B. I need to identify the picklist field value selected on Child B record to verify the value selected in ceratin set of picklist values which inturn gives record type information to provide on child record C. How can this be achieved using apex code.