user2671286
user2671286

Reputation: 101

2011 Dynamic CRM Workflow

I have added companies and contacts to 2011 Dynamic CRM online. The contacts are tied back to the company. However, I want to create a workflow that allows me to update the company and add a primary contact to the company record whenever the contact full name is present in the active contact list under the company form. Any suggestions?

Upvotes: 2

Views: 114

Answers (2)

Omar Rana
Omar Rana

Reputation: 75

You can create a workflow, which triggers on: Create of contact and update of contact. Then in the workflow check, if the full name is present. If yes you can update the company.

Upvotes: 0

Joseph Duty
Joseph Duty

Reputation: 795

A few thoughts:

1) A workflow can be triggered by either an event, or by a person hitting "Run Workflow." It's not clear from your question whether you want this workflow to run automatically or by human intervention ("whenever the contact full name is present in the active contacts list" - that really just means the 2 records are related to each other through the Contact's "Parent Customer" field). If you want it to run automatically, you would set it to run either on Create of Contact or Update of the Parent Customer field on Contact (or both). If you want a person to trigger it, you just set it to On-Demand.
2) If you set up this workflow, that means that the newest contact will always overwrite the existing contact in the account form as the "Primary Contact". This is not always advisable. You probably want to include a check in the workflow to only run if this field does not contain data, otherwise stop the workflow.

Upvotes: 3

Related Questions