Regression Suite Automation Tool - Create unique values
The RSAT doesn't have any roll back feature. So, it can be frustrating updating the excel file withunique records.Well not to worry - RSAT supports Excel formulas. The user guide suggests using...
View ArticleEmbed PowerApps in Modern POS
There was a feature released around 8.1.3 to open URL in POS. https://docs.microsoft.com/en-us/dynamics365/unified-operations/retail/open-url-in-posFollow the guide to add a button to POS via the...
View ArticleRegression Suite Automation Tool (RSAT) via command line
The recent RSAT tool now supports running via command line. Just call the ConsoleApp executable with the right commands. This is great for automation scenarios. Normally, you would have all your test...
View ArticleDetailed guide on creating Business Events with Azure Service Bus
I have been working with the new Business Events feature released in FinOps and you should read the docs site first.This blog post focuses primarily on setting up Azure Service Bus endpoint. Setting up...
View ArticleEvent Based Integration using Business Events and Data Management Framework
In this post I will share how I used Business Events for integration. If you have been in the FinOps space, then you know that there is a Recurring integration pattern that uses dequeue concept. The...
View ArticleData Management Export - XML to JSON Transformation
In my last post, I wrote about event based integration using Business Events. I used JSON as my export file type. JSON is a lot easier to work with in Microsoft Flow or Azure LogicApp.Below is how I...
View ArticleBusiness Events and Date format in Flow
Business Events formats Dates in the Microsoft JSON format, e.g. "EventTime": "/Date(1560839609000)/"I wish it was in ISO8601 standard e.g. "2019-06-18T05:40Z".Below is what I did using Flow.First get...
View ArticleSearching in Event Viewer for #MSDyn365FO
This might seem simple but I thought I would post it anyways.I always tell everyone to check the event viewer if there are unexplained errors or issues with the system. Recently, I was investigating...
View ArticleLoop through AOT Display Menu Items #MSDyn365FO
I have been experimenting with getting Metadata information from the AOT from FinOps. There is some discussion on this forum post which helped...
View ArticleEmbedded ChatBot in #MSDyn365FO Help Pane
In this post I will share some code on how to embed a Chat bot into the Help pane in #MSDyn365FO. My full code is available on GitHub. Do share any feedback.I won’t go into detail on how to develop the...
View ArticleDynamics eCommerce source control development strategy
Recently, Microsoft released their eCommerce solution. I got started by looking at how to do a bit of development locally. The guide is here...
View ArticleData import/export Business Events
Sometime last year, I posted about using Business Events with Data Export. The code was shared on Github too.Now, I have updated to introduce a Data Import Business event. This is helpful for a number...
View ArticleHow to Debug Dynamics 365 eCommerce
Our team has been doing some development with the new eCommerce. One of the things we had to figure out was how to debug.To debug client side javascript, you can use Chrome Inspect and dig into the...
View ArticleGetting Started with eCommerce development
Microsoft has done a really good job with documenting eCommerce development on the Microsoft docs site.Here I am just summarising useful links for those wanting to get started with development. Start...
View ArticleDual Write - How Pricing and Inventory On-Hand works in CE?
In the recent updates of Dual Write, Microsoft released a pricing and inventory on hand integration in CE. Real time pricing calculation and inventory on hand as per FinOps business logic. In this...
View ArticleFind information about data entities in your system
Just bringing attention to this docs page. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities-reportI only saw it today and it has some nice scripts that...
View ArticleCreating SQL index via LCS
LCS has some really great tools for checking performance. Its really a matter of trying to get used to them and knowing whats available.Under the Environment monitoring > SQL insights >...
View ArticleTips for getting detailed error message from Dual Write
In some cases Dual Write gives you some cryptic error messages. Here are a couple of tips to get or find the errors.Tip 1.If you get an error while mapping or trying to set up a new map. You can get a...
View ArticleMy Experience moving FinOps/X++ code to GitHub
I recently saw a question on LinkedIn, asking if we can share our experience with moving to Git version...
View ArticleAsset Management Mobile App
 Microsoft recently released a preview mobile app for Asset Management. The App gives 2 personas that you can use it for:Maintenance worker - You need to be assigned to the security role "Maintenance...
View ArticleDynamics 365 Invoice Capture Feature
Microsoft recently released the new Invoice Capture for Dynamics 365 Finance. I ran through installing and configuring it. From that experience, below is my brain dump and hopefully it can help with...
View ArticleCopy Company and Number Sequence Issue
When it comes to setting up multiple companies, stream lining the process can save you time and effort. One effective strategy is to establish a template company or select a source company to replicate...
View ArticleExploring Analytical Options with Dynamics 365 Finance and Operations: Link...
I’ve recently been exploring various analytical options within Dynamics 365 Finance and Operations, and one that I’ve delved deeply into is Link to Fabric.There is a walkthrough guide available on the...
View ArticleFabric - Sample Notebook scripts for MSDyn365FO
This will be a fairly straightforward blog post covering different ways of copying data from a shortcut delta table into a delta table created automatically via a notebook.Select statement with a...
View ArticleFabric - See history of parquet files
One advantage with parquet files is that it keeps history. Run the below script and it will give you the history. %%sqlDESCRIBE HISTORY dirpartytable;Below is an example I have in my environment.Use...
View Article