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
Deepu Gupta 29Deepu Gupta 29 

Trigger on the custom object to etch the values from contact and user

Hi All,

I have a urgent req,as i have a one custom object which is a child of the Opportunity.Now,the req is user should be able to create new record in this custom object only when it has a skilltest field not blank and this field is in Contact Object.So,before creation it needs to check that looged in user has this skillset or not.
I am not sure how can I achieve this Req.
Any suggestions?
Is it be done via validation rule?
VamsiVamsi
Hi Deepu,

Does Contact and Opp have a relation between them ?