Dynamics 365 Archives - Page 9 of 77 - - Page 9

Category Archives: Dynamics 365

New discount enhancements in D365 Retail POS(Commerce)

Ability to restrict discount to one or more stores The way this discount works is: If a particular customer buys something from a particular store , only in that case discount is applied. Lets check the setup below All you need to do is enable Match all associated price group button to enable this. And … Continue reading New discount enhancements in D365 Retail POS(Commerce)

Share Story :

New discount enhancements in D365 Retail POS(Commerce)

Posted On June 30, 2021 by Admin Posted in Tagged in

Ability for certain discounts to always apply after all other discounts have been applied This feature gives the ability to cashier to give additional discounts to certain customers even after all the eligible discounts have been applied. For example: A customer has a coupon which cashier wants to apply on a transaction. This coupon discount … Continue reading New discount enhancements in D365 Retail POS(Commerce)

Share Story :

Inventory adjustment feature in D365 Retail POS(Commerce)

Posted On June 30, 2021 by Admin Posted in Tagged in

Inventory adjustment in POS can be used to account for items which need to be discarded from the store or they need to be adjusted as per the store requirement. Let’s see how a cashier can do that. Below is the setup required to be done in order for this feature to work In the … Continue reading Inventory adjustment feature in D365 Retail POS(Commerce)

Share Story :

Capture Case Resolution data before reopening case using C#

Introduction: When we reactivate cases, the old case resolution record is set as cancelled and a new case resolution record is created, before you re open the case, you can actually store case resolution data, which you can later use when you re-close the case. Solution: Below is the code to get case resolution data … Continue reading Capture Case Resolution data before reopening case using C#

Share Story :

Disable field on change of tab in D365 CE

Use case – Our requirement is to enable field description field on invoice line form on clicking of tab General. Let’s see how we can achieve this Solution – Step 1 – Create web resource with below function- var invoiceLineCustomization = {     unlockField : function(executionContext)     {         var formContext = executionContext.getFormContext();             formContext.getControl(“description”).setDisabled(false); … Continue reading Disable field on change of tab in D365 CE

Share Story :

[Quick Tip] Get SubGrid View Id using Primary Control or Selected Control for Ribbon button’s enable rule in Dynamics 365 CRM.

Use case: I have two entity Awards and Awards category. We have SubGrid on the Awards entity form for Category with Custom Ribbon button. We want to have the button should be visible on specific view only and below are steps to do so. Step 1: Configure the Ribbon Button Create a Ribbon Button, create … Continue reading [Quick Tip] Get SubGrid View Id using Primary Control or Selected Control for Ribbon button’s enable rule in Dynamics 365 CRM.

Share Story :

Disable field in Business Process Flow in D365 CE using JavaScript

Use case – Our requirement is to mark field Purchase time Frame disabled in Business process flow on change of disable field(custom field) on opportunity form. Let’s see how we can achieve this Solution – Step 1 – Create web resource with below function- Add header_process before schema name of field. Here schema name of … Continue reading Disable field in Business Process Flow in D365 CE using JavaScript

Share Story :

Starting amount showing blank in X/Z report in D365 Commerce (Retail)

Posted On May 11, 2021 by Hitesh Jingare Posted in Tagged in

In this blog, I am going to showcase how to resolve the error while printing the X/Z report from POS. In the store, go to payment methods. Select the tender Remove/ Float payment method. The payment method configuration for “Tender remove/float” was incorrect. If you don’t want to have the same problem be sure to … Continue reading Starting amount showing blank in X/Z report in D365 Commerce (Retail)

Share Story :

Issue in returning Invoice Orders in D365 Commerce (Retail)

Posted On May 11, 2021 by Hitesh Jingare Posted in Tagged in

In this blog, I am going to showcase how to resolve the error while returning invoice orders in Retail POS. When a customer will come to the shop and want to return the order which already invoices then getting following error on the POS This error was occurred because the return reason code setup is … Continue reading Issue in returning Invoice Orders in D365 Commerce (Retail)

Share Story :

Inventory lookup feature to be operational in 10.0.19 release of D365 Retail(Commerce)

As of now as a POS user if you want to check the inventory of an Item , you will need to click on the inventory lookup button on homepage and you will have to then enter the item number to display a list of store wise inventory. While this feature is useful, there is … Continue reading Inventory lookup feature to be operational in 10.0.19 release of D365 Retail(Commerce)

Share Story :

Secured By miniOrange