Dynamics 365 Archives - Page 22 of 77 - - Page 22

Category Archives: Dynamics 365

Filter Gallery based on lookup field (Combo Box) on EditForm

Introduction: In this blog, we will learn how to filter Gallery based on Combo Box which is on different form.   Use Case: We have a requirement where there is a lookup field (Price List) on the Editform (Data Source: Quote Project Price List). When there is data in the lookup field the Gallery (Data … Continue reading Filter Gallery based on lookup field (Combo Box) on EditForm

Share Story :

Mix and Match Discounts in Dynamics 365 Commerce (Retail)

In Dynamics 365 for Retail there are many types of discounts available which retailers can offer to customers. These discounts help the business increase the sales and also the customer base. One of the discounts is called Mix and Match Discount . A mix-and-match discount gives customers a discount when they purchase a specific combination … Continue reading Mix and Match Discounts in Dynamics 365 Commerce (Retail)

Share Story :

Threshold (amount-based) discount in Dynamics 365 for Retail(Commerce)

A threshold discount is a discount that is given to customers when the total for a transaction reaches one or more specified amounts. For example, you could create a discount that gives a 10 percent discount for purchases over 100.00 and a flat 25.00 discount for totals over 200.00. You can set it up from … Continue reading Threshold (amount-based) discount in Dynamics 365 for Retail(Commerce)

Share Story :

Add lookup fields in an editable grid using PowerApps

Introduction: We had a requirement where we wanted to show the editable grid in power apps. The fields which are suppose to show are of string, decimal and lookup. Other data type was easy to display but we find difficulties in showing the lookup value.   In this blog, we will learn how to add … Continue reading Add lookup fields in an editable grid using PowerApps

Share Story :

Overview of Modern POS with Retail Store Scale Unit (RSSU)

Retail Store Scale Unit allows retailers to sell products within store locations that have internet connectivity issues, where it fails to connect with headquarters (HQ). Retail Store Scale Unit support both Modern POS and Cloud POS within the store. MPOS with Retail Store Scale Unit allows users to perform cross-terminal scenarios across multiple POS devices, … Continue reading Overview of Modern POS with Retail Store Scale Unit (RSSU)

Share Story :

What is “Does not support untyped value in non-open type” ODataException in creating records in D365 CE?

One of the most common errors we come across while calling API to create records in Dynamics but isn’t clear what it means? One such issue is – “An error occurred while validating input parameters: Microsoft.OData.ODataException: Does not support untyped value in non-open type.” On the console of the browser, you’ll see this – But, … Continue reading What is “Does not support untyped value in non-open type” ODataException in creating records in D365 CE?

Share Story :

How to use Expand Query in MS Flows

Introduction This blog explains how to use Expand Query (N:1 Relationship) in the Common Data Service List Records Connector. Steps to be followed: Initialize Variable of type string. Using Expand in list RecordsExpand Query: cf_Project($select=cf_projectname,cf_projectabbreviation) Here cf_Project is the Schema Name of Project Lookup field on location entity. Pass the field names of the project … Continue reading How to use Expand Query in MS Flows

Share Story :

Conversion of Time and Date in MS flow

Introduction We had a requirement where we wanted to create a price list with current date time with respect to current country. In this blog we will use the OOB date conversion functionality. Use Case : (UTC with ) We created a flow where we had used UTC now functionality but this was returning the … Continue reading Conversion of Time and Date in MS flow

Share Story :

Share Records in D365 CRM by Code

Introduction: This blog details steps how to share entity record in D365 CRM by Code. Scenario:  We have client requirement to share record with multiple set of Users in D365 CRM based on criteria selected by User on Form and needed to be automated. Implementation Step: Below code to be developed for OnCreate of record. … Continue reading Share Records in D365 CRM by Code

Share Story :

Calculated Field in Dynamic 365 CE

Introduction In this blog we will see how to use Calculated field. Use Case : Its common requirement of Project to set calculated date to specific date field by adding or Subtracting the no. of days. Implementation : Step 1: Let say we have date field in an Account Entity.   Step 2:  Create one more … Continue reading Calculated Field in Dynamic 365 CE

Share Story :

Secured By miniOrange