You need to sign in to do that
Don't have an account?
I have a scenario, Can anyone help me on this?
When I mark a resume__c as Active(picklist value).
All the applications for this candidate should be updated with the current resume(Current is picklist value on Application__c)
(Exsiting records should also be updated if above scenario will be match)
Parent--- Resume
Child--- Application
Resume__c and Application__c are Child of Candidate__c
All the applications for this candidate should be updated with the current resume(Current is picklist value on Application__c)
(Exsiting records should also be updated if above scenario will be match)
Parent--- Resume
Child--- Application
Resume__c and Application__c are Child of Candidate__c
I assume you have picklist field Resume__c on Resume__c custom object. And Resume__c and Application__c are Child of Candidate__c.
assuming Candidate__c is the lookup field on resume object to Candidate object.
Let me know If you have any concern.
All Answers
I assume you have picklist field Resume__c on Resume__c custom object. And Resume__c and Application__c are Child of Candidate__c.
assuming Candidate__c is the lookup field on resume object to Candidate object.
Let me know If you have any concern.