You need to sign in to do that
Don't have an account?
PRASHANT BHARTI
Custom Rollup in lookup relationship
Custom roll-up – Keep relation between Position and Job application as lookup. Create a number field on Position object. This field should contain count of its child job applications. Do this using a trigger.
Greetings to you!
I have practiced this code in my org.
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks and Regards,
Deepali Kulshrestha
I tried this code but I am getting an error Position__c doesnot exist.
Thanks & Regards,
Prashant
Can you please replace Position__c with the object API Name that was present in your org
This is the object API name only.
Can you please paste the code that you tried in your org and the line where you getting the error.
try below code, I assumed number field as Number_of_Applications__c