Dynamics 365 For Operations: Integration helpers (URL)
The following link contains simple examples for OData, Soap, and JSON.It helps developer to view and understand the sample code to understand the integration between dynamics 365 For Operations:...
View ArticleDynamics 365 - Odata integration (Code snippet)
Dynamics365 integration - Odata:Guys below code snippet can help you when you play with Odata integration with D365:public static void customers(Resources context){ DateTime dateTime = new...
View ArticleD365 FO: Uninstall model from UAT/PROD environment
To delete the model, which was installed on the UAT/PROD environment via LCS. Instructions for uninstalling a model in UAT/PROD:If the model is extension model:1. Delete all the components from a model...
View ArticleD365 FO: Method calling sequence of Data Entity
1. The postLoad method is called also by import! Since postLoad is the recommended place to set values for the virtual fields, this potentially slow-down the import process unnecessarily.2....
View ArticleD365 F&O - Feature management - Customer and Vendor information on voucher...
Good News!!It is possible now to have the Customer/Vendor account or name on voucher transactions, this feature is part of the 2020 release wave 1. You can read about the announcement here. In a...
View ArticleD365 F&O: Performance optimizer
I know lot of people sometime stuck with the performance issue either opening a form, queries taking a lot of time, or could be any process – invoicing, posting etc. However, It is possible to optimize...
View ArticleD365 F&O: AddIns/Context Development (Developer Tool) Part I
Hello FolksI know many of you would have worked customizing AddIns in AX2009/2012... Yes! I’m talking about the context addIns and writing your own classes/functions to trigger and very useful for a...
View ArticleD365 F&O: Cleanup routines (Periodic tasks in F&O)
In Dynamics 365 for Finance and Operations cleanup routines are available across various modules within the product. It is important to note that these cleanup routines should be only executed after...
View ArticleD365 F&O: App checker (Build your code as per MS standards)
Folks, Today I would like to shed some light on D365 Fin Ops – App checker (checkbox) under the build model dialog form in Visual studio [>>Only for Developers<<]Dynamics 365 -> Build...
View ArticleD365 F&O: Saved views (Feature management)
Hello Folks,Here I’m with a new feature in D365 FinOps – Feature Management: Saved ViewsWhat’s Saved Views... ?? Extensions of the form personalization capabilities I’m sure most of us do the...
View ArticleD365 F&O: Action Message – Latest feature
Hey Folks, I know many of us were waiting for this cool feature where we could go land to the action (main form/details) page of the message – which gets notify during your work process in the...
View ArticleD365 F&O: Change Theme/Color Per Legal Entity/Company
Folks, I am going to discuss a beautiful feature out there in standard F&O – where you can change the Colour/Theme of the Forms/UI as per your choice. (Options (Top right gear icon) >> User...
View ArticleWelcome Folks!! Join My AX/D365 F&O User Group
https://www.linkedin.com/groups/13880013/
View ArticleMicrosoft Azure: Azure storage apps & Azure blob storage
What is Azure Logic App?Azure Logic App is a cloud service. Using Logic Apps defines the workflow at ease consuming a range of APIs exposed as Connectors. These Logic App connectors will perform the...
View ArticleD365 FO: Odata authentication (OAuth) via Code
using System;using Microsoft.Azure.Storage.Blob;using Microsoft.IdentityModel.Clients.ActiveDirectory;using Newtonsoft.Json;using Newtonsoft.Json.Linq;using System.IO;using System.Net.Http;using...
View ArticleD365 FO: Business Event (Error/Issue - "The underlying connection was closed:...
Hello folks, While working a few days back with the business the event in one of the virtual machine of dynamics 365 connection operations I had encountered an Issueand I'm sure most of you have had...
View ArticleUpcoming Sessions at Dynamic Communities Summit North America 2020 [October...
Hello Folks, We are less than a week away to start of the Summit conference - Dynamic Communities Summit North America [October 5th – 9th, 2020]I am super excited to share with you all - about testing...
View ArticleD365 Finance: AI, Power Apps, Power Automate Mix!!
Hello folks, Today I am going to showcase how I have used AI builder via PowerApps to create the record in D365 Finance. I just scanned a simple report (Based on your scenario) and built the model...
View ArticleD365 Finance – Integration Strategy: Lessons Learned!!
Good Morning Folks, Today I am going to talk about the integration strategy and a few lessons which we have learned while performing the integration – Either Inbound (Or) Outbound. So before...
View Article