You need to sign in to do that
Don't have an account?

Field update on parent records having lookup relation
Hello Group,
I have Faculty(Name, Status("Available", "Assigned")) and Schedule(Name , Faculty, From Date, To Date) Sobjs
so, My requirement is when i create a Faculty record with Satus is "Available" and it should change to "Assigned" one day after ToDate . I have tried to achieve this but iam not able to reach my requirement....
Please help me how to achieve this in a detail way
Thanks for giving reply (in advance)
Thanks and Regards
Can you post whatever you tried ?
Thanks for giving reply Avidev9
My requirement is the Status field is to be updated from "Available" to "Assigned" one day after Todate
Thanks and Regards
You can use Schedule Apex feature for your requirement. Follow the below links to get an idea
http://www.chiragmehta.info/chirag/2009/11/13/salesforce-steps-to-schedulereschedule-apex-apex-scheduler/
http://www.chiragmehta.info/chirag/2009/11/12/salesforce-schedule-apex-to-run-at-any-time-interval/
http://boards.developerforce.com/t5/General-Development/Initiate-Apex-code-at-a-future-date/m-p/621023#M93970
AND
http://blogforce9.blogspot.in/2013/05/synchronising-apex-triggers-with.html