You need to sign in to do that
Don't have an account?
Jessica Pastor
Cross object field update trigger
Hi - I do not have much Apex experience so please forgive me in advance.
I would like to have a cross object field update for 2 custom objects. I have a custom object called "Fund" which has a field called "service end date". Now i have another object called "Class" which is related to the Fund object. (You cannot have a class with out having a Fund"). What I would like to do is when a service end date is filled out at the fund level that it automatically updates the class end date.
Is this possible? Please let me know if I need to provide more information.
Thank you so much in advance!
I would like to have a cross object field update for 2 custom objects. I have a custom object called "Fund" which has a field called "service end date". Now i have another object called "Class" which is related to the Fund object. (You cannot have a class with out having a Fund"). What I would like to do is when a service end date is filled out at the fund level that it automatically updates the class end date.
Is this possible? Please let me know if I need to provide more information.
Thank you so much in advance!
Try below trigger. it may contain some sysntax errors.
Thanks,
Vishnu