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
Ritika Sinha 1Ritika Sinha 1 

Salesforce Admin project

Hi, how can i assign a candidate to particular recruiter on region basis. Like X is a recruiter of East region and if any candidate who is also from  East region is apply for a job  will assign to recruiter X.

Please help.

Thanks
anshul saini 7anshul saini 7
Hi Ritika, you can fix your requirement by sharing rule. 
Nubes Elite Technologies Pvt. LtdNubes Elite Technologies Pvt. Ltd
Hi Ritika,
            You can achieve your requirement in either of the two ways according to your need:
i) If there are multiple recruiters for one region, you can use Queues.
      --> Name the queue.
      --> Select the target object.
      --> Select the queue members.
ii) If One recruiter per region then you can use Process Builder - Field Update.
      --> Select the Candidate object and process as only when a record is created.
      --> Add Criteria and set the conditions there.
      --> Then set the immediate actions when evaluated to true.

        Thank You,
        http://www.nubeselite.com/
        Development | Training | Consulting
        Please mark this as solution if your problem is resolved.