Creating a Workflow in Dynamics 365

In Dynamics 365, workflows can be created through Processes. To access Processes, go to Settings->Processes: Or through Customizations->Processes: We will create a Workflow that sends an email when an Account is Created. Click New. Note workflows can be synchronous or asynchronous (run in background). We will choose asynchronous: This takes us to the Workflow Designer. Click Add Step. This is what will happen when our event, account created, is triggered: … Continue reading Creating a Workflow in Dynamics 365

North52 – Alert

North52 contains functionality to show an alert box to the user, just as can be done with JavaScript. To do this, create a new North52 formula and select ClientSide – Peform Action. We will create this example on the Account entity: Find the form to run the code against. We will run this on the Account Form on the OnLoad event: Now click on the Functions tab to find the … Continue reading North52 – Alert

Workflow Scope in Dynamics 365

Workflows in Dynamics 365 can run under specific scopes. We will go through an example of creating a workflow that will create a task for specific accounts. First, go to Processes and create a new workflow: Note the scope that the workflow can run under. We will select User, with the other options being Business Unit, Parent: Child Business Units and Organization: Next, create a task record to “call the … Continue reading Workflow Scope in Dynamics 365

Installing the Sales Analytics for Dynamics 365 Content Pack

To install the Sales Analytics for Dynamics 365 Content Pack, go through the following steps. Sign in to Power BI at http://powerbi.com: And you will see something like below. Under Services, click Get: This will take you to the AppSource window. Enter Dynamics in the search box and find Sales Analytics for Dynamics 365. Click Get it now: Enter the URL to your Dynamics 365 Service, and the last month of … Continue reading Installing the Sales Analytics for Dynamics 365 Content Pack

Dynamics 365 Plugins – Pre and Post Images

When using Dynamics 365 Plugins, we have the ability to view the record data before and after changes have been made. Here we will go through an example. First, create a new class library in Visual Studio: Add code:   Now, register a step: Register on Post Operation: We will filter this to run on the telephone1 change: Now, register an image. Select the Update step we created above: We … Continue reading Dynamics 365 Plugins – Pre and Post Images

Dynamics 365 Autosave

Dynamics 365 has an auto-save configuration option. After records are initially saved in Dynamics 365, if a user updates a record, the system will automatically save the record every 30 seconds. This behavior can be disabled by going to system settings:  

Dynamics 365 Solution Templates Install – Sales Management

To install the Sales Management for Dynamics 365 Solution Template, go through the following steps. Go to https://powerbi.microsoft.com/en-us/solution-templates/dynamics-crm/ Click Install Now: Select the instance of Dynamics 365, on premise or online and click next: Click Connect: Click Accept: If you do not have an Azure account, you will see this message: Sign up and click Connect again. Select the organization and the subscription: Pricing calculator: https://azure.microsoft.com/en-us/pricing/calculator/ Estimated costs (link not working but … Continue reading Dynamics 365 Solution Templates Install – Sales Management

Dynamics 365 PowerShell – Microsoft.Xrm.Data.Powershell

The Microsoft.Xrm.Data.Powershell module for PowerShell provides data operations such as CRUD. The module is available for download at: https://github.com/seanmcne/Microsoft.Xrm.Data.PowerShell/releases/ Download the ZIP file and unblock it by right clicking. If you do not unblock it you will get errors relating to could not load file or assembly with the Microsoft.Crm.Sdk.Proxy.dll. Next extract the zip. There is one folder: With multiple files: Copy the folder to the C:\Windows\System32\WindowsPowerShell\v1.0\Modules folder: Check the PowerShell version. This module … Continue reading Dynamics 365 PowerShell – Microsoft.Xrm.Data.Powershell

Currency Setup in Dynamics 365

To set up a new currency in the system, go to Settings->Business Management and select Currencies: Click New: Use the currency code lookup to select a currency: Set the conversion rate: Now, on the Account record, you can set the account’s currency: Now, go to Settings->Product Catalog and select Price Lists: Create a new price list. Set the currency to Euro: Add a price list: Save the price list to … Continue reading Currency Setup in Dynamics 365

Dynamics 365 Sales Literature

Sales Literature is an area in Dynamics 365 where you can save your brochures, manuals, price sheets etc. To access Sales Literature, go to Sales->Sales Literature: This will display all sales literature: Click New to create a new record: Note the options for the subject, and the Type: Save the record. Click to add Sales Attachments: Here you can add documents: Complete the record by adding products and competitors: