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

Uncategorized

Configure Office 365 Email for Mail Notifications for work flows in Dynamics 365 Finance and operations – Part 1

Microsoft Dynamics 365 finance and operations contains workflows to manage various day to day activities. This blog helps you to configure your environment to generate emails whenever a work item is assigned to you in D365 F&O;, providing you the option to take appropriate decision on the go.To configure Office365 Email for mail notifications from

Configure Office 365 Email for Mail Notifications for work flows in Dynamics 365 Finance and operations – Part 1 Read More »

Bulk Insertion with null values in Tables – Dynamics 365

Bulk Insertion with null values in Tables – Dynamics 365 Insert_recordset does not accept null values in the selection fields. Error: Cannot insert multiple records. The SQL database has issued an error. Cannot insert the value NULL into column ‘ ‘, table ‘ ‘; column does not allow nulls. INSERT fails. There are some work around

Bulk Insertion with null values in Tables – Dynamics 365 Read More »

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 »