Opting In to the April 2019 Preview Features in Dynamics 365

To opt in to the April 2019 update, first, sign into https://admin.powerplatform.microsoft.com/. You will see: Click on Environments to display a list of your environments: Click on the environment you want to opt in: On the right, note the current database version, in this case 9.1.0.2251. In the updates section, select Manage: You will see “April 2019 update – These changes will go live in April, but you can activate them … Continue reading Opting In to the April 2019 Preview Features in Dynamics 365

Adding a JavaScript Function to a Field in Dynamics 365 Power Apps On Load with addOnChange

In this post we will look at how to add a function to field in Dynamics 365 / Power Apps, so when a form loads, the function will run on change of the field. We can do this by using addOnChange. Let’s say I have a field called My Optional Field (new_myoptionalfield) which is on an entity called My New Entity. The field is on the main form: Now let’s say … Continue reading Adding a JavaScript Function to a Field in Dynamics 365 Power Apps On Load with addOnChange

Everything You Need to Know About Using Microsoft Excel with Dynamics 365

In Dynamics 365, there are several ways to use Excel to analyze data. In this post, we will look at the various different options. Let’s start with a view of All Accounts. Note we’re displaying this in the Sales Hub app. The logic applied to the web client as well. In the toolbar, we have several Excel options, including: Excel Templates Export to Excel Open in Excel Online Static Worksheet … Continue reading Everything You Need to Know About Using Microsoft Excel with Dynamics 365

Error Connecting to Dynamics 365 from Excel, Cannot Download the Information you Requested

When downloading a spreadsheet from Dynamics 365, you may run into the problem: Unable to open https://xxxxx.crm.dynamics.com/_grid/print/print_data.aspx?tweener=1. Cannot download the information you requested: To resolve this, in Internet Explorer options, uncheck “Do not save encrypted paged to disk”: Click OK and click Refresh All: If this doesn’t resolve the issue, or you get the issue: “This web query returned no data. To change the query, click OK, click the arrow … Continue reading Error Connecting to Dynamics 365 from Excel, Cannot Download the Information you Requested

Set and Retrieve a Lookup Id and Value using Xrm.WebApi

We can use JavaScript to connect to Dynamics 365 and set and retrieve a lookup id and value. Let’s say on an Account, we have the Owner field, which is a lookup: We would like to set the value of this lookup field through JavaScript. Let’s say we want to set it to another system user, Alan Steiner. To set the value, we will need to know Guid of Alan’s … Continue reading Set and Retrieve a Lookup Id and Value using Xrm.WebApi

What Are Power BI Dataflows and How to Use Them (with Dynamics 365 and Common Data Model)

Power BI Dataflows are a feature of Power BI that allows organizations to unify data from various sources, prepare the data for consumption, and publish for users to consume in Power BI. Dataflows connect to multiple familiar data sources such as Excel, Dynamics 365, Salesforce and databases, then transform the data within a web browser so it is ready for use in reports and dashboards. The end result is a … Continue reading What Are Power BI Dataflows and How to Use Them (with Dynamics 365 and Common Data Model)

Processing a Return to Warehouse in Dynamics 365 Field Service

In this post, we will show how to process a return to a warehouse in Dynamics 365 Field Service. We will follow on from our previous post of managing inventory in Dynamics 365. There are different ways to create a return in Dynamics 365, including a return to warehouse and return to vendor. The first thing to do is to create a return merchandise authorization (RMA). Go to the Field … Continue reading Processing a Return to Warehouse in Dynamics 365 Field Service

Managing Inventory in Dynamics 365 Field Service

In the Dynamics 365 Field Service app, we can manage product inventory. In this post, we will go through how to manage inventory. First, from yours apps in Dynamics 365, open the Field Service app: You will see: Select “…” and then Field Service Settings: You will see the settings: Expanding the view, we can see all the Field Service settings: To manage inventory, we will first look at where … Continue reading Managing Inventory in Dynamics 365 Field Service