AXGuru | Dynamics 365 | Cloud Consulting Services | IT Solutions….

Table On Inserting Event Handler – Dynamics 365 Finance & Operations

Table On Inserting Event Handler In dynamics Ax 2012, customization on table methods is done by simply overriding them, but in dynamics 365 we use data event handlers to customize business logic on table methods, and control the behaviour of methods by using two types of events: 1) Precedding Event ( that occurs before the […]

Table On Inserting Event Handler – Dynamics 365 Finance & Operations Read More »

Debug Workflow Code – Dynamics 365 Finance & Operations

Debug Workflow Code Workflow infrastructure in dynamics 365 uses batch processing so we need to attach to batch.exe process to debug our workflow code. Use the following steps to debug workflow code: 1) Put breakpoint in one of the following class methods: a) SysWorkflowQueue.Resume()b) SysWokrflowWorkitem.Create() 2) In the debug menu , in visual studio, select

Debug Workflow Code – Dynamics 365 Finance & Operations Read More »

Power BI Report in Dynamics 365 Finance & Operations

Power BI Report In Dynamics 365, We can develop Power BI reports using the “ODATA” entity model. In doing so, we can see “cross-company” data in which we can apply the filters at run time without any refresh or loading time. Steps to develop power BI Report includes the following Visual Studio Steps: 1. Make the Query from which data needs

Power BI Report in Dynamics 365 Finance & Operations Read More »

POS Register in Dynamics 365 Commerce – Dynamics 365 Finance & Operations

POS Register in Dynamics 365 Commerce: POS Registers: POS register(Till) is an entity that defines the essential information about a POS system at one counter. It includes information about hardware profile (contains information about different peripheral devices used at POS register), visual profile (contains visual information such as colors, resolution, menus etc.). It also includes

POS Register in Dynamics 365 Commerce – Dynamics 365 Finance & Operations Read More »

Channel Overview and Retail Store in Dynamics 365 Commerce – Dynamics 365 Finance & Operations

Channel Overview and Retail Store in Dynamics 365 Commerce: Channel overview: Channel is like a medium that a company or organization uses to sell its products. We have three different types of channels in dynamics 365. These are1) Retail Store(Physical store having pos counters)2) Online Store(An online channel that gives a retailer an online presence

Channel Overview and Retail Store in Dynamics 365 Commerce – Dynamics 365 Finance & Operations Read More »

Loyalty Programs In Dynamics 365 Commerce – Dynamics 365 Finance & Operations

Loyalty Programs In Dynamics 365 Commerce Introduction: We set up loyalty programs to identify the various loyalty opportunities that you offer to the customers. Each loyalty program can have multiple loyalty tiers or no loyalty tiers assigned to them. If you define loyalty tiers for the loyalty program, you also must set up the qualifying

Loyalty Programs In Dynamics 365 Commerce – Dynamics 365 Finance & Operations Read More »

Devices in Dynamics 365 Commerce – Dynamics 365 Finance & Operations

Devices in Dynamics 365 Commerce Devices: After you create the register, you will need to create a device that links to the register. Here in dynamics 365, we map each newly created device with each register on devices form. We define application package which will be deployed on client, client type (Windows Pcs, tablets, mobile),

Devices in Dynamics 365 Commerce – Dynamics 365 Finance & Operations Read More »