How to Import and export Layout designs and receipt format of POS in D365 Commerce (Retail)
Using the POS screen layout designer is a tedious work and very likely you would not want to do this in every environment over and over again. For this particular task of moving POS screen layouts, here are the steps to follow: In Data Management, Click on Export. Add following entity list for POS design … Continue reading How to Import and export Layout designs and receipt format of POS in D365 Commerce (Retail)
Share Story :
How to add fields in the Business Central standard reports
Introduction: There are some needs where the client wants to add fields in the standard business central report. You cannot make changes in the Standard Business central report. We can change the layout of standard reports by using a custom layout that is present in Report Layout Selection. Steps to achieve the goal: 1. Go … Continue reading How to add fields in the Business Central standard reports
Share Story :
Create a Custom Real-time Loader Control in Canvas PowerApps
In Canvas PowerApps, we usually show an image that lies over the screen until an execution is completed. But tracking real-time update might be confusing. I’ll show you a simple custom loading control that not only show execution status but also look good and is highly customizable. Here’s a preview how it will look (Note: … Continue reading Create a Custom Real-time Loader Control in Canvas PowerApps
Share Story :
How to Initialize Commerce Scale Unit (cloud) from LCS in D365 Commerce(Retail)
If you’re using a Tier-2 sandbox or production environment that has application version 8.1.2.x or later, you must initialize Commerce Scale Unit before you can use retail channel functionality for point of sale (POS) operations that use Retail Server in the cloud. Initialization will deploy a Commerce Scale Unit (cloud). Prerequisites: Deploy a Tier-2 sandbox … Continue reading How to Initialize Commerce Scale Unit (cloud) from LCS in D365 Commerce(Retail)
Share Story :
Post Message in MS Team when Code is Checked-in Azure DevOps TFS
If you want to keep track of the Commits of any Critical Project and want to discuss with your Project Team Member regarding commits made on TFS. We can create a flow that will post the Commit details of that Critical Project on your Project Channel. Step 1: Create a Team and a channel to … Continue reading Post Message in MS Team when Code is Checked-in Azure DevOps TFS
Share Story :
How to replace your customized report with the existing Business Central standard report
Introduction: There is a need where you want to replace your customized report with the standard business central report. In which the customized report is a copy of the standard report along with new fields added. So how can you avoid to show two reports with same caption one is your customized report other is … Continue reading How to replace your customized report with the existing Business Central standard report
Share Story :
Track an Entity record form opening / retrieve activity by system user in Dynamics 365 CRM
If you want to track a user who has opened records of any specific entity then you are on the right blog because today we are going to see how we can do simple customization to track the user activity of who has open which record for how many times. Step 1: Create an Entity to track … Continue reading Track an Entity record form opening / retrieve activity by system user in Dynamics 365 CRM
Share Story :
Sort records in Cloud flows
In this blog we will see how we can sort list records in Cloud flows Lets say we want to retrieve all accounts on created by ascending. There are two ways to sort list of records in Cloud flows Order By – Fetch Xml – Order By – Use List Records step in Common Data … Continue reading Sort records in Cloud flows
Share Story :
Send Email to not resolved Email Ids from Workflow/Cloud flows
Introduction: We might have a requirement to send emails from Workflow/cloud flows to Ids that cannot be resolved as Contacts, Accounts, Users in CRM. Solution: We need to make changes to system settings to allow messages to unresolved recipients In case of Workflow, directly add email address in the field( It will show ? as … Continue reading Send Email to not resolved Email Ids from Workflow/Cloud flows
Share Story :
How to manage OneDrive using Administrative Templates in Intune
Administrative Templates are responsible to facilitate the management of registry based policies that allows to configure many settings on Windows machine. With the availability of these Administrative Templates in Intune for Windows 10 it is helping Administrators to easily manage applications on Windows 10 or later devices using device configuration profiles. Profiles in Intune lets … Continue reading How to manage OneDrive using Administrative Templates in Intune