Dynamics User Group
Dynamics User Group
  • Site
  • User
  • Site
  • Search
  • User
Dynamics 365 for Finance and Operations/AX User Group
Dynamics 365 for Finance and Operations/AX User Group
Dynamics NAVAX
  • Forums
  • Blogs
  • More
  • Cancel
  • New
Dynamics 365 for Finance and Operations/AX User Group requires membership for participation - click to join (it's free)
Dynamics NAVAX
All things Dynamics AX
  • Home
  • Contact author
  • Subscribe by email
  • More
  • Cancel
  • Posts RSS
  • Atom
  • More
  • Cancel
Monthly archive list
  • February 2021 (1)
  • November 2020 (1)
  • October 2020 (1)
  • September 2020 (1)
  • June 2020 (2)
  • May 2020 (1)
  • April 2020 (1)
  • January 2020 (1)
  • October 2019 (1)
  • September 2019 (1)
  • July 2019 (2)
  • June 2019 (1)
  • April 2019 (3)
  • February 2019 (1)
  • January 2019 (2)
  • November 2018 (1)
  • October 2018 (3)
  • September 2018 (5)
  • August 2018 (1)
  • July 2018 (1)
  • June 2018 (2)
  • May 2018 (2)
  • April 2018 (3)
  • March 2018 (1)
  • January 2018 (4)
  • December 2017 (3)
  • November 2017 (1)
  • October 2017 (2)
  • September 2017 (2)
  • August 2017 (2)
  • July 2017 (5)
  • June 2017 (2)
  • May 2017 (1)
  • April 2017 (1)
  • March 2017 (2)
  • February 2017 (1)
  • January 2017 (3)
  • December 2016 (2)
  • November 2016 (6)
  • October 2016 (6)
  • September 2016 (4)
  • August 2016 (1)
  • July 2016 (1)
  • June 2016 (2)
  • May 2016 (1)
  • April 2016 (4)
  • July 2012 (1)
  • June 2012 (4)
  • May 2012 (2)
  • April 2012 (4)
  • March 2012 (6)
  • February 2012 (4)
  • January 2012 (5)
  • November 2011 (1)
  • July 2011 (2)
  • June 2011 (5)
  • May 2011 (1)
Related
Related Tags
  • Android
  • ApiApp
  • AX
  • AX X++
  • AX2012
  • AX2012R3
  • ax7
  • Azure
  • D365O
  • Development
  • Dyn365FO
  • Dynamics 365 For Operations
  • Flow
  • General
  • Integration
  • iPhone
  • Mobile
  • MSDyn365FO
  • Restful
  • SOAPUI
  • Tip
  • WebServices
  • Workflow
  • X++
  • Xpp
Blog post list
  • Tags
  • Contact author
  • Subscribe by email
  • More
  • Cancel
  • Tips for getting detailed error message from Dual Write

    munib
    munib
    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 bit more info from using browser developer tools. In Chrome, just right click and select Inspect. Click on Network and start recording (trace). Hopefully you get a bit more detail with the error. Tip 2 If you are getting an integration error. There is a table that stores all the errors. https://XXXaos.cloudax.dynamics.com/?mi=SysTableBrowser&tableName=DualWriteErrorLog For more troubleshooting…
    • 2021-2-9
    • Original post
    • dual write
    • MSDyn365FO
    • Dataflex
    • Dynamics
    • 3 views
    • 0 comments
    • 16 days ago
    • More
    • Cancel
  • Creating SQL index via LCS

    munib
    munib
    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 > Performance metrics. You can find some slow queries and how they are affecting the environment over time. I found that SalesLine table was missing an index for Revenue recognition. Warning: Do this at your own risk. You could break the system if you haven't tested this properly. I raised a support ticket but was asked to create a non-unique index on the table via LCS. Go to Environment monitoring > SQL Insights…
    • 2020-11-12
    • Original post
    • MSDyn365FO
    • LCS
    • 7 views
    • 0 comments
    • 3 months ago
    • More
    • Cancel
  • Find information about data entities in your system

    munib
    munib
    Just bringing attention to this docs page. https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entities-report I only saw it today and it has some nice scripts that you can run to generate information. Go to the github project it references and run the scripts. Script Outputs AggregateDataEntitiesReport.ps1 AggregateDataEntities.csv AggregateMeasuresReport.ps1 AggregateMeasures.csv DataEntityFieldReport.ps1 DataEntityFields.csv DataEntityReport.ps1 DataEntities.csv KPIReport.ps1 KPIs.csv LicenseCode-ConfigKeyReport.ps1 LicenseCodes.csv ConfigKeys.csv ConfigKeyGroups…
    • 2020-10-28
    • Original post
    • MSDyn365FO
    • Data Migration
    • 17 views
    • 0 comments
    • 3 months ago
    • More
    • Cancel
  • Dual Write - How Pricing and Inventory On-Hand works in CE?

    munib
    munib
    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 post, I wanted to cover how it seems to magically work. As you know by now, Dual Write uses a push architecture. Where either FinOps pushes to CE or CE pushes to FinOps. Both call a web service on the other side to sync data. Any errors that occur are presented to the user in real time. However, the pricing and inventory on-hand feature is different. These two features pull limited calculated data as…
    • 2020-9-2
    • Original post
    • dual write
    • MSDyn365FO
    • Integration
    • Dynamics 365 For Operations
    • 38 views
    • 0 comments
    • 5 months ago
    • More
    • Cancel
  • Getting Started with eCommerce development

    munib
    munib
    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 by watching some of these videos. Some are repeating content but very useful information in all of them. Accelerate your business with Dynamics 365 Commerce Dynamics 365 Commerce – What’s New Dynamics 365 Commerce: Authoring tools Dynamics 365 Commerce: E-Commerce extensibility Dynamics 365 Commerce: How to Extend Dynamics 365 Commerce How to extend Dynamics 365 Commerce | BRK2366 Dynamics 365 Commerce…
    • 2020-6-16
    • Original post
    • 1 views
    • 0 comments
    • 8 months ago
    • More
    • Cancel
  • How to Debug Dynamics 365 eCommerce

    munib
    munib
    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 javascript. If you want to debug the server side TypeScript code then you need to do that on a development box. Set your self up, as I assume you already know how to get started with development and you got it to run via yarn start . In VS Code, install Debugger for Chrome extension. Call yarn start to run your project Click on Run > Start Debugging If it is the first time debugging, then it will auto…
    • 2020-6-10
    • Original post
    • Commerce
    • ecommerce
    • MSDyn365FO
    • Development
    • 1 views
    • 0 comments
    • 8 months ago
    • More
    • Cancel
  • Data import/export Business Events

    munib
    munib
    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 of scenarios (specially for integration). Long running jobs - you don’t want to constantly call Odata services to get the status of your execution job Trigger data execution alerts for integration - you could trigger alerts based on failures. The argument here could be that you could use alert rules to fire a business event. Alerts rules are flexible but I find that I have to use Odata calls to…
    • 2020-5-29
    • Original post
    • 8 views
    • 0 comments
    • 8 months ago
    • More
    • Cancel
  • Dynamics eCommerce source control development strategy

    munib
    munib
    Recently, Microsoft released their eCommerce solution. I got started by looking at how to do a bit of development locally. The guide is here https://docs.microsoft.com/en-us/dynamics365/commerce/e-commerce-extensibility/setup-dev-environment One of the first steps to development is to clone Microsoft github repo . That's fairly easy to do. But, the next question I had was, “how do I do my development in my own private version control and continue to pull Microsoft's latest releases?”. I don't want to manually merge folders and deal with painful files. I am not an expert in git and still have a…
    • 2020-4-17
    • Original post
    • Commerce
    • ecommerce
    • MSDyn365FO
    • Retail
    • Development
    • 7 views
    • 0 comments
    • 10 months ago
    • More
    • Cancel
  • Embedded ChatBot in #MSDyn365FO Help Pane

    munib
    munib
    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 Chat bot as there are a number of ways to do it. Options available in the Microsoft world are: Power Virtual Agent , QnA Maker bot Azure Bot Service bot The point is you might want to surface that bot in FinOps to help users with their queries or support requests. Below is what it looks like. I added a field to embed the URL in the system parameters. Once you have entered the webbot url, you will…
    • 2020-1-7
    • Original post
    • MSDyn365FO
    • ChatBot
    • Azure
    • 8 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
  • Loop through AOT Display Menu Items #MSDyn365FO

    munib
    munib
    I have been experimenting with getting Metadata information from the AOT from FinOps. There is some discussion on this forum post which helped me. https://community.dynamics.com/365/financeandoperations/f/dynamics-365-for-finance-and-operations-forum/316468/how-to-get-aot-objects I thought I would try to clean it up a bit to make it a bit more readable for future reference. The X++ code below will loop through Display menu items in the AOT and print some info. Menu Item Name Menu Item Label Model Name public static void main (Args _args) { System.Type axMenuItemTypeDisplay = new Microsoft.Dynamics…
    • 2019-10-4
    • Original post
    • MSDyn365FO
    • Development
    • X++
    • Xpp
    • 20 views
    • 0 comments
    • over 1 year ago
    • More
    • Cancel
>
  • Microsoft Dynamics 365 User Groups

  • Dynamics 365 Business Central
  • Dynamics 365 Customer Engagement
  • Dynamics 365 for Finance and Operations
  • Power Platform
  • Microsoft Dynamics User Groups

  • Dynamics AX
  • Dynamics CRM
  • Dynamics NAV
  • About
  • Contact us
  • Frequently asked questions
  • Terms of use
  • Privacy policy
Copyright 1995-2021 Dynamics User Group, all rights reserved.
EU Cookie Consent
  • DUG Home
    • Contact DUG
  • Dynamics 365 for Finance and Operations/AX User Group
    • Forums
    • Blogs
  • Dynamics 365 Business Central/NAV User Group
    • Forums
    • Blogs
    • Wikipedia
    • Events
  • About DUG
    • Announcements
    • Frequently asked questions about DUG
    • Membership service
    • Advertise on DUG
    • Become a DUG sponsor
    • Follow us on LinkedIn
    • Follow us on Facebook
    • Follow us on Twitter
  • More
  • Cancel