Quantcast
Channel: Dynamics NAVAX
Browsing latest articles
Browse All 219 View Live
↧

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

Embed 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 Article


Image may be NSFW.
Clik here to view.

Regression 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 Article

Image may be NSFW.
Clik here to view.

Detailed 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 Article

Image may be NSFW.
Clik here to view.

Event 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 Article


Image may be NSFW.
Clik here to view.

Data 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 Article

Image may be NSFW.
Clik here to view.

Business 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 Article

Image may be NSFW.
Clik here to view.

Searching 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 Article


Loop 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 Article


Image may be NSFW.
Clik here to view.

Embedded 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 Article

Image may be NSFW.
Clik here to view.

Dynamics 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 Article

Image may be NSFW.
Clik here to view.

Data 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article


Getting 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 Article

Image may be NSFW.
Clik here to view.

Dual 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 Article


Image may be NSFW.
Clik here to view.

Find 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 Article

Image may be NSFW.
Clik here to view.

Creating 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 Article


Image may be NSFW.
Clik here to view.

Tips 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 Article

Image may be NSFW.
Clik here to view.

My 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 Article

Image may be NSFW.
Clik here to view.

Asset 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 Article

Image may be NSFW.
Clik here to view.

Dynamics 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 Article


Image may be NSFW.
Clik here to view.

Copy 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 Article


Image may be NSFW.
Clik here to view.

Exploring 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 Article

Image may be NSFW.
Clik here to view.

Fabric - 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 Article

Image may be NSFW.
Clik here to view.

Fabric - 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

Browsing latest articles
Browse All 219 View Live