A new knowledge base article has been published on our support portal.
Scenario Overview
In this scenario every time the Primary Contact is changed on an Account, we wish for that Primary Contact’s name to be saved to the Account’s Description field. The function FindValueQuickName provides an easy way to do this.
N52 Formula Manager Solution
The Formula Manager solution works like this:
- A formula of type ‘Save-Perform Action’ is created that triggers on create or updating of the Account entity’s Primary Contact
- The formula takes the new Contact’s Name field and saves it to the Account Description field.