Reputation: 685
In SalesForce. I have 3 objects in an MDR:
obj_1 ---< obj_2 >--- Contacts.
Object_1 = meeting types and budget
Object_2 = attendees at each meeting and money spent on each.
Each time a record involving a contact in obj_2 gets updated, I need to update a field in the contacts object ONLY if the meeting took place in the past year.
How do I do this? Workflows? Formulas?
Upvotes: 0
Views: 12944
Reputation: 216
This can be accomplished by a workflow or an Apex Trigger.
To use a workflow, go to Setup - Create - Workflow & Approvals - Workflow Rules.
Greets, lenin_ra
Upvotes: 1