Skip to content

YesAndroidBox/Extending-Microsoft-Dynamics-365-for-Operations-Cookbook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$5 Tech Unlocked 2021!

If you have read this book, please leave a review on Amazon.com. Potential readers can then use your unbiased opinion to help them make purchase decisions. Thank you. The $5 campaign runs from December 15th 2020 to January 13th 2021.

Extending Microsoft Dynamics 365 for Operations Cookbook

This is the code repository for Extending Microsoft Dynamics 365 for Operations Cookbook, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

About the Book

If you are a software developer new to Dynamics 365 for Operations programming or an experienced software engineer migrating from its predecessor, Dynamics AX, this book is an ideal tutorial to help you avoid the common pitfalls and make the most of this advanced technology. This book is also useful if you are a solution architect or technical consultant, as it provides a deeper insight into the technology behind the solution.

Instructions and Navigation

The code for Chapter 05 is organized into one folder, Chapter05 and the rest in one separate folder.

The code will look like the following:

public void modifiedField(FieldId _fieldId)
{
  super(_fieldId);
  switch (_fieldId)
  {
    case fieldNum(ConWHSVehicleServiceLine, ItemId):
    this.initFromInventTable(
    InventTable::find(this.ItemId));
    break;
  }
}  

Related Products

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781786467133

About

Code repository for Extending Microsoft Dynamics 365 for Operations Cookbook, Published By Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published