Assigning Users and Roles to a Dynamics 365 App

…your environment and go to https://yourorg.crm.dynamics.com/apps. Click on Create New App: Enter a name and click Done: Click into the Site Map: Provide a name for the Group, and select…

C# Using the BackgroundWorker

…{ backgroundWorker1.DoWork += new DoWorkEventHandler(backgroundWorker1_DoWork); backgroundWorker1.ProgressChanged += new ProgressChangedEventHandler(backgroundWorker1_ProgressChanged); backgroundWorker1.RunWorkerCompleted += new RunWorkerCompletedEventHandler(backgroundWorker1_RunWorkerCompleted); backgroundWorker1.RunWorkerAsync(); } } private void backgroundWorker1_RunWorkerCompleted(object sender, RunWorkerCompletedEventArgs e) { lblCounter.Text = “Complete”; } private void btnHelloWorld_Click(object…

Introduction to DAX (Data Analysis Expressions)

…Ellipse next to the dataset and you will see “New measure” andNew column”: When you make a selection, for example New measure, a formula bar will appear: You can…

Managing Inventory in Dynamics 365 Field Service

…/ inventory adjustment from the main Field Service menu: First, click on Inventory Adjustment: Click New. Select the Warehouse: Click Save. Now click Products->Add New Inventory Adjustment Product: Select the…

Dynamics 365 Change Advanced Find Default View

…default view and publish the solution. Now, when we run the advanced find for opportunities with a “New” view, we see this default view has the new field added:  …

Dynamics CRM Queues

…You can also go to Settings->Service Management: Select New to create a new queue: You can set the type to public or private. When you save the queue, a mailbox…

Unified Client Interface (UCI) in Dynamics 365

…to data quickly: Navigating to opportunities, we can see a new design with nice looking charts: And drilling right down into an opportunity record, we can see the new design…