March 16, 2020

Book review Implementing Microsoft Dynamics 365 for Finance and Operations Apps

Hello Everyone,

Since many months I have been reviewing this much awaited book, titled "Implementing Microsoft Dynamics 365 for Finance and Operations Apps: Learn best practices, architecture, tools, techniques, and more, 2nd Edition". I review each chapter of this book and found very useful for every consultant. 

I would say it’s a one spot destination for overall D365 FnO solution including the neighbor technology, which are pretty much used in every implementation. It covers in depth details on every area you can think of while behind the wheel including but not limited to D365 Architecture, Methodology, LCS, Logic apps, Integrations, common issues, comparison between different available tools, best use of each tool and many more.

You will get more insight on below points

   Understand the architecture of Dynamics 365 for Finance and Operations Apps
   Implement Dynamics with confidence to manage finances in your business
   Get up to speed with different methodologies and support cycles of the Microsoft Dynamics architecture
   Explore best practices to analyze the requirements of your business
   Understand the technique of data migration from legacy systems
   Leverage the capabilities of Power BI to make informed business decisions
   Manage all your upgrades through One Version service updates

I really appreciated the hard work of all authors who put their best of best and delivered this amazing book for us. Authors of this book are JJ Yadav , Sandeep Shukla , Rahul Mohta, Yogesh Kasat.


Here is the link to this book at
Amazon

PacktPub:

-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

March 05, 2020

[Solved] Error while creating table extension

Hi there,

While trying to create a table extension, all sudden I got below error message

K:\AosService\PackagesLocalDirectory\####\###\AxTableExtension\EcoResProduct.###.xml(0,0):  ConfigurationKeyDoesNotExist: Path: [AxTableExtension/EcoResProduct.###/FullTextIndexes/SearchNameFullTextIdx/ConfigurationKey]:Configuration key 'Retail' does not exist.

The possible reason and a solution is, you might missing package reference to retail in your custom package where you are doing customization. Add the respective package as reference to your package, here in this example I need to add 'Retail' package reference to my local package.


-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

January 27, 2020

QuickFix-10: Dynamics365FO-AppChecker

The Dynamics Application checker is a set of technologies that allow developers to gain insight into their application code (i.e. source and metadata) in ways that have not been possible before. The technology is based on representing both source code and metadata in XML and providing rich search facilities by using the XQuery language to express declarative queries over the source code. The current implementation runs inside a BaseX repository running locally on the developer's box.
You can find more information about

  1. Installing BaseX here
  2. Github respo: https://github.com/microsoft/Dynamics365FO-AppChecker
  3. BaseX official site: www.basex.org

-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

January 20, 2020

D365 Finance and operations Cloud offering

Every cloud implementation of D365 Finance and operations offers three types of environments.

Tier-1 environment: Tier 1 environments include Develop and test boxes. As a standard MS provides one develop/test instance for the duration of the subscription. This instance is a non-production single-box instance and can be used for Development OR Unit testing OR an automated build environments. Customer can purchase additional develop/test instances separately as an optional add-on. Provisioning for Tier-1 occurs When the Design phase starts. The provisioning process requires that Microsoft Azure DevOps be configured.

Tier-2 environment: Tier 2 environments includes a Standard Acceptance Testing (SAT) Or User acceptance testing (UAT). As subscription plan One Standard Acceptance Testing (UAT) instance is provided for the duration of the subscription. This instance is a non-production multi-box instance which  can be use for UAT, integration testing, and training. Customer can purchase additional sandbox/staging instances separately as an optional add-on. Provisioning for Tier-2 occurs During on-boarding with the Microsoft FastTrack team.

Production environment– One production instance is provided per tenant. The production multi-box instance includes disaster recovery and high availability. It will be provisioned when the implementation approaches the operate phase, after the required activities in the LCS methodology and a successful go-live assessment are completed. There is no option to buy another environment this category. Provisioning for production environments occurs at the time of production system readiness phase. A production deployment request must be submitted in LCS. Deployment is done through the Dynamics Service Engineering (DSE) team within two business days.

Additionally, the following file storage and database storage are included:
File storage - Every customer receives 100 GB of file/Azure blob cloud storage for files and binary data. Additional file/blob storage can be purchased.

Database storage - Every Finance and Operations apps subscription includes 10 GB of Azure SQL Database storage per customer at no additional charge. Additional storage capacity is provided at no charge as an organization increases the number of user and device service licenses.

Difference between Tier-1 vs. Tier-2 and higher
Tier-1
Tier-2 and higher
Single-box environment
Multi-box environment
All components are installed on the same server, a Virtual Machine. These components include Application Object Server (AOS), the database, Dynamics 365 Retail, and Management Reporter. These components include Application Object Server (AOS), the database, Dynamics 365 Retail, and Management Reporter.
Components are installed on multiple cloud services, and typically include more than one Application Object Server (AOS).
Microsoft SQL Server is used.
Azure SQL Database is used.
The architecture differs from the architecture of the production environment to maximize efficiency and cost of the development team.
The architecture is the same as the architecture of the production environment, even though this type of environment has a different sizing and isn't enabled for disaster recovery.
The environment can be deployed in various ways. For example, it can be deployed as an add-on, it can be cloud-hosted, or it can be deployed as an environment image (VHD).
The environment can be deployed only as a standard environment or an add-on environment. It can't be cloud-hosted.
The environment isn't suitable for UAT or performance testing.
The environment is suitable for UAT and performance testing.


-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

PS: This post refers to Microsoft Doc website.