When a workflow needs to be stopped, workflow editor offers two choices: Succeeded and Canceled. The main difference is that Canceled status is considered to be an error which has the following implications: Log records are retained (if flag is set to retain logs for failed workflows). For real-time workflows the transaction the workflow is […]
Tip #57: Secure Real-time Workflow Execution
Executing real-time workflows has it’s own security setting. It is in addition to and separate from executing a background workflow. Open up the security role, move the Customization tab, scroll down to Miscellaneous Privileges and assign the appropriate scope.
Tip #49: How to increase marketing email open rate
What now, your marketing emails are ignored and trashed without reading? You are not alone then. If you search internets in attempt to increase open rate for your emails, you’ll find plenty of advice, typically in the form of “{Random integer between 4 and 10} tips to improve your open rates“. Tips usually revolve around […]
Tip #48: Update process flow for existing records
So you decided to follow tip 46 and use process flows instead of the sales stage field. How do you update your existing records? If you open a closed opportunity, for example, the record (and the process flow stage) will be non editable. First, understand how the process and stage are stored on the record. if […]
Tip #46: Don’t combine multiple sales process tracking methods
In Microsoft Dynamics CRM 2013, the Business Process Flow is a great way to keep track of where you are in your sales (or any other type of) process. There are also other methods, left over from previous versions of CRM, such as the Close Probability field and Sales Stage field. It can be tempting […]
Tip #42: Adding Ready-to-use Business Processes
Happy New Year Ladies and Gentlemen – Gus Gonzalez here driving the CRM Tipping Truck today! One of the biggest additions to Microsoft Dynamics CRM 2013 is Business Process Flow and when you start using Microsoft Dynamics CRM 2013 you will notice that Microsoft has included three new BPF processes for you to understand how […]
Tip #34: CRM Gustronomy – force the workflow order
Shan McArthur, our fellow MVP, asked the other day: How can we order workflows? For example, I have an auto-number workflow that adds a case number to an entity, and I want that workflow to run before another workflow. I considered using wait states – i.e.: workflow 2 waits until the case number is not […]
Tip #33: Create a two-action ribbon button
Do your users have a CRM process that requires them to perform two unrelated actions in CRM? For example, a marketing department needs to run a mail merge and then have a workflow update the same selected records. Since these are separate actions, it can be cumbersome to the users, and can also have a […]
Tip #27: Conditional action in dialog based on record counts
One of the more powerful things that can be done with a dialog is querying data. You can query data in CRM to populate a picklist, and my favorite use of it is to query data and then base a conditional action on the record count. Consider this scenario: You sell to businesses, you have […]
Tip #25: Make bit fields required in Business Process Flows
In the new Business Process Flow functionality in CRM 2013, what if you want to have a bit field that must equal yes before the user can advance to the next process stage? When you add a new bit (two option) field with the default values and make it required, when the record is viewed, […]