Latest Microsoft Dynamics 365 Blogs | CloudFronts - Page 5

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 :

Fixed Asset Management In Business Central

Introduction: In this series of Fixed Assets aka FA, I will be teaching you through a life cycle of the Fixed Assets. How to create and acquire these fixed assets, how to depreciate the FA, and how to post transactions on Fixed Assets in Microsoft Dynamics Business Central.   Pre-requisites: Microsoft Dynamics Business Central (ERP) … Continue reading Fixed Asset Management In Business Central

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 :

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 :

Order fulfillment notifications in Dynamics 365 Retail (Commerce)

Posted On December 27, 2019 by Admin Posted in

The order fulfillment operation in the point of sale provides a single work area in the point of sale that can be used to process orders. This includes everything from accepting the order, to marking it as shipped, or initiating store pickup. In my case we wanted a notification to appear on POS whenever a … Continue reading Order fulfillment notifications in Dynamics 365 Retail (Commerce)

Share Story :

Suspend(Hold) and Recall a transaction in the POS in D365 Retail(Commerce)

Point of sale (POS) users can suspend in-progress transactions, and then resume them later or on a different register. Transactions are often suspended to quickly free up a register for a different task without losing any progress on the current transaction. For example, a store associate starts to process a customer’s transaction on a mobile … Continue reading Suspend(Hold) and Recall a transaction in the POS in D365 Retail(Commerce)

Share Story :

How to retrieve a Sub-string from a String

Problem Statement:  We have a requirement where the client wants a part of String from Sales Order No. which is Code(Data type) and it is auto-generated from Number Series. The Sales Order No. value is “SO/123/789/456”. The required Sub-string was: 123<Space>789. Pre-requisites: VS Code AL Language Extension Microsoft Dynamics NAV /  Business Central Solution: As … Continue reading How to retrieve a Sub-string from a String

Share Story :

Attach Custom Generic event to lookup field (one or multiple same field) in D365 portals

Posted On December 27, 2019 by Admin Posted in

Sometimes we may get some requirements with multiple lookup fields on the same Entity form on D365 Portals. Also, we may have to perform some operations on click of search button on these Lookup fields. Here, it is not possible to achieve this without writing javascript or jquery code mean-while, we also have to make … Continue reading Attach Custom Generic event to lookup field (one or multiple same field) in D365 portals

Share Story :

Update Sub-form (Sub-Page) from Main Page to apply Filters.

Problem Statement: I have a requirement where I want to update the Subform(Part page) from the Main page, this Subpage(Subform) is linked to the Main page by SubpageLink Property. The Subpage is a List page and I want to filter this list by a field from Main Page. Pre-requisites: VS Code AL Language Extension Microsoft … Continue reading Update Sub-form (Sub-Page) from Main Page to apply Filters.

Share Story :

Power BI report using BYOD (Bring your Own Device)

Posted On December 19, 2019 by Admin Posted in

In this blog, we will learn how to create an Azure SQL database in Azure portal and export Finance and operation data into it. Steps: Go to www.portal.azure.com and create a new resource of SQL Database. Create New database, click on a new server and fill the necessary details, the login id and password will … Continue reading Power BI report using BYOD (Bring your Own Device)

Share Story :

Secured By miniOrange