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
ayesha.ax926ayesha.ax926 

..Required help and attention..

Hi..

I hav made two custom object..candidate and job application..wats d demand is "wenever first name in candidate object is "XYZ" den automaticaly job status should be "hold"...job status picklist value is "hold" and job status is a field on job application...plzz help me in this...i need to write trigger on this.....

 

Any help will be appreciated..

Best Answer chosen by Admin (Salesforce Developers) 
Pradeep_NavatarPradeep_Navatar

Write a workflow and check if first name in candidate object is "XYZ" then update status picklist value "hold".

All Answers

ChowChow

Hi Ayesha,

 

U said two custom Objects  Candidate  and Job Application.

 

May i know is there any relationship established between these two objects, like Master-Detail  or Lookup?

Pradeep_NavatarPradeep_Navatar

Write a workflow and check if first name in candidate object is "XYZ" then update status picklist value "hold".

This was selected as the best answer
ayesha.ax926ayesha.ax926

Hey All..

 

Thanx for your attention..Firstly i need to say that there is look up relationship between both custom object...and i need to write apex trigger to get the results..so i cant write wrkflow...

 

thnx and regards...

ayesha..