Is it possible to update a field on the contact to the current record from another entity when the contact is modified?
I have an entity called year and there is a field on that entity where I mark the current/default year. What I'm trying to accomplish is to change a text field on the contact to the current year when the contact is modified. So, for instance if the current year field on the contact says 2015, but I've now modified that contact it'll update to the current year (right now it's 2016).
The hitch is that I need to do this without a custom plugin or custom code of any kind. Needs to stay within 'out of the box' functionality.