Purpose: The purpose of this post is to demonstrate how we can get the table ids out of the development or production environment of Dynamics 365 for Finance and Operations. Product: Dynamics 365 for Finance and Operations Steps: In AX 2012, we used to find table ids from the properties window for a selected table... Continue Reading →
Budget control for purchase orders
Purpose: The purpose of this blog post is to demonstrate how can we configure budget controls for purchase orders. Product: Dynamics 365 for Finance and Operations Prerequisites: Basic understanding of main accounts and financial dimensionsBasic understanding of purchase orders, procurement categories, posting profile Disclaimer: This blog post uses Microsoft's demo company data to demonstrate the... Continue Reading →
Azure DevOps Workspaces Command
Purpose: The purpose of this blog is to demonstrate the use of Azure DevOps Workspaces command and how it can be executed using the Developer Command Prompt for V2015. Assumptions: Visual Studio 2015 version is being used. Steps: Sometimes you need to know the existing workspaces created for different users on different machines. The best... Continue Reading →
D365FO: Design Flow for Business Events in Dynamics 365 for Finance and Operations
Products: Dynamics 365 for Finance and Operations Microsoft Flow Azure messaging service Purpose: The purpose of this blog is to demonstrate how you can write Microsoft Flows to consume Business Events which are available in Dynamics 365 for Finance and Operations. Prerequisites: Basic understanding of Microsoft Flows Business events are activated in Dynamics 365 for... Continue Reading →
Integrate Dynamics 365 for Finance and Operations with CDS
Product: Dynamics 365 for Finance and OperationsCommon Data Service Purpose: The purpose of this blog is to demonstrate how we can integrate Dynamics 365 for Finance and Operations with Common Data Service (CDS). Prerequisites: Basic understanding of Common Data Service and PowerApps Admin Center Steps: Create a new custom entity for Vendor and add relevant... Continue Reading →
D365FO: The path is already mapped in workspace
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this blog is to explain how can we resolve the version control workspace issue while working with Azure DevOps version control, previously known as VSTS or TFS. Error: The path % is already mapped in workspace % Resolution: First make sure that no other... Continue Reading →
AX 2012: Existing DIXF service for new AOS instance
Product: Dynamics AX 2012 Purpose: The purpose of this document is to explain what we can do to reuse a DIXF service of an existing AOS instance for a new AOS instance Steps: Copy paste the following files from the bin folder of an existing AOS instance to the bin folder of the new AOS... Continue Reading →
D365: Send email in X++ using email templates
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this document is to demonstrate how we can send emails in X++ using built-in email templates. For demonstration purposes we'll be using standard email template CnfmOrder. This email template is used to send email to customer when a sales order is confirmed. Business requirement:... Continue Reading →
D365: Create lookup in X++
Product: Dynamics 365 for Finance and Operations Purpose: The purpose of this document is to demonstrate how we can create a lookup in X++ and attach it to an extension field added to the form extension of standard Sales order form. This is a good example to see how we can use event handling to... Continue Reading →
D365: Reverse customer transaction in X++
Purpose: The purpose of this document is to demonstrate how we can reverse a posted customer transaction through X++. The code below can be used as a script to automate reversal of posted customer transactions. Product: Dynamics 365 for Finance and Operations Development: Please find below the code which can be used to reverse a... Continue Reading →