Extending Microsoft Dynamics 365 for operations cookbook :: extend the potential of your Dynamics 365 for operations implementation /
Have the best tools at your fingertips to extend and maximize the efficiency of your business management About This Book Follow practical and easy-to-grasp examples, illustrations and coding to make the most out of Dynamics 365 for Operations in your business scenario Extend Dynamics 365 for Operati...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Have the best tools at your fingertips to extend and maximize the efficiency of your business management About This Book Follow practical and easy-to-grasp examples, illustrations and coding to make the most out of Dynamics 365 for Operations in your business scenario Extend Dynamics 365 for Operations in a cost-effective manner by using tools you already have Solve common business problems with the valuable features of Dynamics 365 for Operations Who This Book Is For This book is for those who are getting to grips with Dynamics 365 for Operations developers or those migrating from C# development. The guide includes information essential for new and experienced Dynamics 365 for Operations developers. What You Will Learn Create enumerated and extended data types Understand the importance of using patterns and frameworks while creating a unique concept for your solution Service and deploy your code and packages to improve performance Write and perform unit tests to automate the testing process Design your security model and policies to provide code access privileges Construct the UI and business logic to add Power BI to dashboards In Detail Dynamics 365 for Operations is the ERP element of Microsoft's new Dynamics 365 Enterprise Edition. Operations delivers the infrastructure to allow businesses to achieve growth and make better decisions using scalable and contemporary ERP system tools. This book provides a collection of ?recipes? to instruct you on how to create - and extend - a real-world solution using Operations. All key aspects of the new release are covered, and insights into the development language, structure, and tools are discussed in detail. New concepts and patterns that are pivotal to elegant solution designs are introduced and explained, and readers will learn how to extend various aspects of the system to enhance both the usability and capabilities of Operations. Together, this gives the reader important context regarding the new concepts and the confidence to reuse in their own solution designs. This ?cookbook? provides the ingredients and methods needed to maximize the efficiency of your business management using the latest in ERP software - Dynamics 365 for Operations. Style and approach The book takes a practical recipe-based approach, focusing on real-world scenarios and giving you all the information you need to build a strong Dynamics 365 for Operations implementation. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 178646330X 9781786463302 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBU-ocn989780316 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 170609s2017 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d IDEBK |d OCLCQ |d CEF |d KSU |d NLE |d OCLCO |d UKMGB |d UAB |d AU@ |d STF |d UKAHL |d OCL |d N$T |d QGK |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ |d DXU | ||
015 | |a GBB7D4312 |2 bnb | ||
016 | 7 | |a 018399318 |2 Uk | |
020 | |a 178646330X | ||
020 | |a 9781786463302 |q (electronic bk.) | ||
020 | |z 9781786467133 | ||
035 | |a (OCoLC)989780316 | ||
037 | |a CL0500000865 |b Safari Books Online | ||
050 | 4 | |a HD38.5 | |
082 | 7 | |a 658.4 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Buxton, Simon, |e author. | |
245 | 1 | 0 | |a Extending Microsoft Dynamics 365 for operations cookbook : |b extend the potential of your Dynamics 365 for operations implementation / |c Simon Buxton. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2017. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | |a Description based on online resource; title from title page (Safari, viewed June 9, 2017). | ||
520 | |a Have the best tools at your fingertips to extend and maximize the efficiency of your business management About This Book Follow practical and easy-to-grasp examples, illustrations and coding to make the most out of Dynamics 365 for Operations in your business scenario Extend Dynamics 365 for Operations in a cost-effective manner by using tools you already have Solve common business problems with the valuable features of Dynamics 365 for Operations Who This Book Is For This book is for those who are getting to grips with Dynamics 365 for Operations developers or those migrating from C# development. The guide includes information essential for new and experienced Dynamics 365 for Operations developers. What You Will Learn Create enumerated and extended data types Understand the importance of using patterns and frameworks while creating a unique concept for your solution Service and deploy your code and packages to improve performance Write and perform unit tests to automate the testing process Design your security model and policies to provide code access privileges Construct the UI and business logic to add Power BI to dashboards In Detail Dynamics 365 for Operations is the ERP element of Microsoft's new Dynamics 365 Enterprise Edition. Operations delivers the infrastructure to allow businesses to achieve growth and make better decisions using scalable and contemporary ERP system tools. This book provides a collection of ?recipes? to instruct you on how to create - and extend - a real-world solution using Operations. All key aspects of the new release are covered, and insights into the development language, structure, and tools are discussed in detail. New concepts and patterns that are pivotal to elegant solution designs are introduced and explained, and readers will learn how to extend various aspects of the system to enhance both the usability and capabilities of Operations. Together, this gives the reader important context regarding the new concepts and the confidence to reuse in their own solution designs. This ?cookbook? provides the ingredients and methods needed to maximize the efficiency of your business management using the latest in ERP software - Dynamics 365 for Operations. Style and approach The book takes a practical recipe-based approach, focusing on real-world scenarios and giving you all the information you need to build a strong Dynamics 365 for Operations implementation. | ||
505 | 0 | |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting a New Project -- Introduction -- Creating the Visual Studio Team Services project -- Getting ready -- How to do it... -- How it works... -- See also... -- Connecting Visual Studio to Visual Studio Team Services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a new Model and Packages -- Getting ready -- How to do it... -- How it works... -- There's more... -- Prefixes and naming conventions -- Configuring project and build options -- Getting ready -- How to do it... -- Dynamics 365 for Operations' options -- The project-specific parameters -- There's more... -- Creating a Label file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Data Structures -- Introduction -- Creating enumerated types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Enums for comparison and status -- Extensibility in Base Enums -- Creating extended data types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating setup tables -- Getting ready -- How to do it... -- How it works... -- Creating a parameter table -- How to do it... -- There's more... -- Copying and pasting methods to save time -- Optimistic concurrency and selectForUpdate -- See also -- Creating main data tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- More on indexes -- See also -- Creating order header tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating order line tables -- How to do it... -- How it works... -- See also -- Chapter 3: Creating the User Interface -- Introduction -- Creating the menu structure. | |
505 | 8 | |a Getting ready -- How to do it... -- How it works... -- Creating a parameter form -- How to do it... -- How it works... -- There's more... -- See also -- Creating menu items -- Getting ready -- How to do it... -- How it works... -- Creating setup forms -- How to do it... -- How it works... -- There's more... -- Creating details master (main table) forms -- How to do it... -- How it works... -- Creating a details transaction (order entry) form -- How to do it... -- How it works... -- Creating form parts -- Getting ready -- How to do it... -- How it works... -- Create tiles with counters for the workspace -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a workspace -- How to do it... -- How it works... -- There's more... -- Chapter 4: Application Extensibility, Form Code-Behind, and Frameworks -- Introduction -- Creating a handler class using the Application Extension factory -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Hooking up a number sequence -- Getting ready -- How to do it... -- How it works... -- Number sequence set up -- Hooking up the number sequence -- There's more... -- Creating a create dialog for details transaction forms -- Getting ready -- How to do it... -- How it works... -- Creating a SysOperation process -- How to do it... -- How it works... -- There's more... -- Executing code using the batch framework -- Calling a process from a form -- Using the data contract to make changes to the dialog -- Adding an interface to the SysOperation framework -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Business Intelligence -- Introduction -- Creating aggregate dimensions -- Getting ready -- How to do it... -- How it works... -- See also -- Creating aggregate measures -- Getting ready -- How to do it... -- How it works. | |
505 | 8 | |a Creating aggregate data entities -- Getting ready -- How to do it... -- How it works... -- Creating and using key performance indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Security -- Introduction -- Creating privileges -- Getting ready -- How to do it... -- How it works... -- There's more... -- Impact on licensing -- See also -- Creating duties -- How to do it... -- How it works... -- There's more... -- Creating security roles -- How to do it... -- How it works... -- See also... -- Creating policies -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 7: Leveraging Extensibility -- Introduction -- Extending standard tables without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating data-event handler methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to customize a document layout without an over-layer -- How to do it... -- How it works... -- There more... -- Creating event handler methods -- Getting ready -- How to do it... -- How it works... -- Extending standard forms without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using a form event handler to replace a lookup -- Getting ready -- How to do it... -- How it works... -- Creating your own query functions -- How to do it... -- How it works... -- Chapter 8: Data Management, OData, and Office -- Introduction -- Creating a data entity -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Extending standard data entities -- Getting ready -- How to do it... -- How it works... -- There's more... -- Importing data through Data Import/Export Framework -- Getting ready -- How to do it... -- How it works... -- See also. | |
505 | 8 | |a Reading, writing, and updating data through OData -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 9: Consuming and Exposing Services -- Introduction -- Creating a service -- Getting ready -- How to do it... -- How it works... -- Consuming a Dynamics 365 for Operations SOAP service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming a Dynamics 365 for Operations JSON service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Consuming an external service within Dynamics 365 for Operations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Extensibility Through Metadata and Data Date-Effectiveness -- Introduction -- Using metadata for data access -- Getting ready... -- How to do it... -- How it works... -- Using Interfaces for extensibility through metadata -- Getting ready... -- How to do it... -- How it works... -- Making data date-effective -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 11: Unit Testing -- Introduction -- Creating a Form Adaptor project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test case for code -- Getting ready -- How to do it... -- How it works... -- Creating a test case from a task recording -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Automated Build Management -- Introduction -- Creating a Team Services Build Agent Queue -- Getting ready -- How to do it... -- How it works... -- Setting up a build server -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing build operations -- Getting ready -- How to do it... -- How it works. | |
505 | 8 | |a Releasing a build to User Acceptance Testing -- Getting ready -- How to do it... -- How it works... -- Chapter 13: Servicing Your Environment -- Introduction -- Applying metadata fixes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Applying binary updates -- Getting ready -- How to do it... -- How it works... -- See also -- Servicing the build server -- Getting ready -- How to do it... -- How it works... -- Servicing the Sandbox -- Standard Acceptance Test environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Servicing production -- See also -- Chapter 14: Workflow Development -- Introduction -- Creating a workflow type -- Getting ready -- How to do it... -- How it works... -- See also... -- Creating a workflow approval -- Getting ready -- How to do it... -- How it works... -- Creating a manual workflow task -- Getting ready -- How to do it... -- How it works... -- Hooking up a workflow to the user interface -- Getting ready -- How to do it... -- How it works... -- Creating a sample workflow design -- Getting ready -- How to do it... -- How it works... -- Chapter 15: State Machines -- Introduction -- Creating a state machine -- Getting ready -- How to do it... -- How it works... -- Creating a state machine handler class -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using menu items to control a state machine -- Getting ready -- How to do it... -- How it works... -- Hooking up the state machine to a workflow -- Getting ready -- How to do it... -- How it works... -- There's more... -- Index. | |
630 | 0 | 0 | |a Microsoft Dynamics AX. |0 http://id.loc.gov/authorities/names/no2014126904 |
630 | 0 | 7 | |a Microsoft Dynamics AX |2 fast |
650 | 0 | |a Management information systems |v Software. | |
650 | 0 | |a Enterprise resource planning |v Software. | |
650 | 6 | |a Systèmes d'information de gestion |v Logiciels. | |
650 | 6 | |a Progiciels de gestion intégrés |v Logiciels. | |
650 | 7 | |a COMPUTERS |x Enterprise Applications |x Business Intelligence Tools. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Enterprise Applications |x Collaboration Software. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming |x Microsoft. |2 bisacsh | |
650 | 7 | |a Enterprise resource planning |2 fast | |
650 | 7 | |a Management information systems |2 fast | |
655 | 7 | |a Software |2 fast | |
758 | |i has work: |a Extending Microsoft Dynamics 365 for Operations Cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PD3BWghm8GVKckPYd8Mgck8 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBU |q FWS_PDA_EBU |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521160 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH31403948 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis38244285 | ||
938 | |a EBSCOhost |b EBSC |n 1521160 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBU | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBU-ocn989780316 |
---|---|
_version_ | 1816796927506776064 |
adam_text | |
any_adam_object | |
author | Buxton, Simon |
author_facet | Buxton, Simon |
author_role | aut |
author_sort | Buxton, Simon |
author_variant | s b sb |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | H - Social Science |
callnumber-label | HD38 |
callnumber-raw | HD38.5 |
callnumber-search | HD38.5 |
callnumber-sort | HD 238.5 |
callnumber-subject | HD - Industries, Land Use, Labor |
collection | ZDB-4-EBU |
contents | Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting a New Project -- Introduction -- Creating the Visual Studio Team Services project -- Getting ready -- How to do it... -- How it works... -- See also... -- Connecting Visual Studio to Visual Studio Team Services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a new Model and Packages -- Getting ready -- How to do it... -- How it works... -- There's more... -- Prefixes and naming conventions -- Configuring project and build options -- Getting ready -- How to do it... -- Dynamics 365 for Operations' options -- The project-specific parameters -- There's more... -- Creating a Label file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Data Structures -- Introduction -- Creating enumerated types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Enums for comparison and status -- Extensibility in Base Enums -- Creating extended data types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating setup tables -- Getting ready -- How to do it... -- How it works... -- Creating a parameter table -- How to do it... -- There's more... -- Copying and pasting methods to save time -- Optimistic concurrency and selectForUpdate -- See also -- Creating main data tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- More on indexes -- See also -- Creating order header tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating order line tables -- How to do it... -- How it works... -- See also -- Chapter 3: Creating the User Interface -- Introduction -- Creating the menu structure. Getting ready -- How to do it... -- How it works... -- Creating a parameter form -- How to do it... -- How it works... -- There's more... -- See also -- Creating menu items -- Getting ready -- How to do it... -- How it works... -- Creating setup forms -- How to do it... -- How it works... -- There's more... -- Creating details master (main table) forms -- How to do it... -- How it works... -- Creating a details transaction (order entry) form -- How to do it... -- How it works... -- Creating form parts -- Getting ready -- How to do it... -- How it works... -- Create tiles with counters for the workspace -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a workspace -- How to do it... -- How it works... -- There's more... -- Chapter 4: Application Extensibility, Form Code-Behind, and Frameworks -- Introduction -- Creating a handler class using the Application Extension factory -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Hooking up a number sequence -- Getting ready -- How to do it... -- How it works... -- Number sequence set up -- Hooking up the number sequence -- There's more... -- Creating a create dialog for details transaction forms -- Getting ready -- How to do it... -- How it works... -- Creating a SysOperation process -- How to do it... -- How it works... -- There's more... -- Executing code using the batch framework -- Calling a process from a form -- Using the data contract to make changes to the dialog -- Adding an interface to the SysOperation framework -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Business Intelligence -- Introduction -- Creating aggregate dimensions -- Getting ready -- How to do it... -- How it works... -- See also -- Creating aggregate measures -- Getting ready -- How to do it... -- How it works. Creating aggregate data entities -- Getting ready -- How to do it... -- How it works... -- Creating and using key performance indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Security -- Introduction -- Creating privileges -- Getting ready -- How to do it... -- How it works... -- There's more... -- Impact on licensing -- See also -- Creating duties -- How to do it... -- How it works... -- There's more... -- Creating security roles -- How to do it... -- How it works... -- See also... -- Creating policies -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 7: Leveraging Extensibility -- Introduction -- Extending standard tables without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating data-event handler methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to customize a document layout without an over-layer -- How to do it... -- How it works... -- There more... -- Creating event handler methods -- Getting ready -- How to do it... -- How it works... -- Extending standard forms without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using a form event handler to replace a lookup -- Getting ready -- How to do it... -- How it works... -- Creating your own query functions -- How to do it... -- How it works... -- Chapter 8: Data Management, OData, and Office -- Introduction -- Creating a data entity -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Extending standard data entities -- Getting ready -- How to do it... -- How it works... -- There's more... -- Importing data through Data Import/Export Framework -- Getting ready -- How to do it... -- How it works... -- See also. Reading, writing, and updating data through OData -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 9: Consuming and Exposing Services -- Introduction -- Creating a service -- Getting ready -- How to do it... -- How it works... -- Consuming a Dynamics 365 for Operations SOAP service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming a Dynamics 365 for Operations JSON service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Consuming an external service within Dynamics 365 for Operations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Extensibility Through Metadata and Data Date-Effectiveness -- Introduction -- Using metadata for data access -- Getting ready... -- How to do it... -- How it works... -- Using Interfaces for extensibility through metadata -- Getting ready... -- How to do it... -- How it works... -- Making data date-effective -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 11: Unit Testing -- Introduction -- Creating a Form Adaptor project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test case for code -- Getting ready -- How to do it... -- How it works... -- Creating a test case from a task recording -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Automated Build Management -- Introduction -- Creating a Team Services Build Agent Queue -- Getting ready -- How to do it... -- How it works... -- Setting up a build server -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing build operations -- Getting ready -- How to do it... -- How it works. Releasing a build to User Acceptance Testing -- Getting ready -- How to do it... -- How it works... -- Chapter 13: Servicing Your Environment -- Introduction -- Applying metadata fixes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Applying binary updates -- Getting ready -- How to do it... -- How it works... -- See also -- Servicing the build server -- Getting ready -- How to do it... -- How it works... -- Servicing the Sandbox -- Standard Acceptance Test environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Servicing production -- See also -- Chapter 14: Workflow Development -- Introduction -- Creating a workflow type -- Getting ready -- How to do it... -- How it works... -- See also... -- Creating a workflow approval -- Getting ready -- How to do it... -- How it works... -- Creating a manual workflow task -- Getting ready -- How to do it... -- How it works... -- Hooking up a workflow to the user interface -- Getting ready -- How to do it... -- How it works... -- Creating a sample workflow design -- Getting ready -- How to do it... -- How it works... -- Chapter 15: State Machines -- Introduction -- Creating a state machine -- Getting ready -- How to do it... -- How it works... -- Creating a state machine handler class -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using menu items to control a state machine -- Getting ready -- How to do it... -- How it works... -- Hooking up the state machine to a workflow -- Getting ready -- How to do it... -- How it works... -- There's more... -- Index. |
ctrlnum | (OCoLC)989780316 |
dewey-full | 658.4 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.4 |
dewey-search | 658.4 |
dewey-sort | 3658.4 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>14094cam a2200613 i 4500</leader><controlfield tag="001">ZDB-4-EBU-ocn989780316</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">170609s2017 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">NLE</subfield><subfield code="d">OCLCO</subfield><subfield code="d">UKMGB</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">STF</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCL</subfield><subfield code="d">N$T</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB7D4312</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018399318</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">178646330X</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781786463302</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781786467133</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)989780316</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000865</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">HD38.5</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">658.4</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Buxton, Simon,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Extending Microsoft Dynamics 365 for operations cookbook :</subfield><subfield code="b">extend the potential of your Dynamics 365 for operations implementation /</subfield><subfield code="c">Simon Buxton.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from title page (Safari, viewed June 9, 2017).</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Have the best tools at your fingertips to extend and maximize the efficiency of your business management About This Book Follow practical and easy-to-grasp examples, illustrations and coding to make the most out of Dynamics 365 for Operations in your business scenario Extend Dynamics 365 for Operations in a cost-effective manner by using tools you already have Solve common business problems with the valuable features of Dynamics 365 for Operations Who This Book Is For This book is for those who are getting to grips with Dynamics 365 for Operations developers or those migrating from C# development. The guide includes information essential for new and experienced Dynamics 365 for Operations developers. What You Will Learn Create enumerated and extended data types Understand the importance of using patterns and frameworks while creating a unique concept for your solution Service and deploy your code and packages to improve performance Write and perform unit tests to automate the testing process Design your security model and policies to provide code access privileges Construct the UI and business logic to add Power BI to dashboards In Detail Dynamics 365 for Operations is the ERP element of Microsoft's new Dynamics 365 Enterprise Edition. Operations delivers the infrastructure to allow businesses to achieve growth and make better decisions using scalable and contemporary ERP system tools. This book provides a collection of ?recipes? to instruct you on how to create - and extend - a real-world solution using Operations. All key aspects of the new release are covered, and insights into the development language, structure, and tools are discussed in detail. New concepts and patterns that are pivotal to elegant solution designs are introduced and explained, and readers will learn how to extend various aspects of the system to enhance both the usability and capabilities of Operations. Together, this gives the reader important context regarding the new concepts and the confidence to reuse in their own solution designs. This ?cookbook? provides the ingredients and methods needed to maximize the efficiency of your business management using the latest in ERP software - Dynamics 365 for Operations. Style and approach The book takes a practical recipe-based approach, focusing on real-world scenarios and giving you all the information you need to build a strong Dynamics 365 for Operations implementation.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting a New Project -- Introduction -- Creating the Visual Studio Team Services project -- Getting ready -- How to do it... -- How it works... -- See also... -- Connecting Visual Studio to Visual Studio Team Services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a new Model and Packages -- Getting ready -- How to do it... -- How it works... -- There's more... -- Prefixes and naming conventions -- Configuring project and build options -- Getting ready -- How to do it... -- Dynamics 365 for Operations' options -- The project-specific parameters -- There's more... -- Creating a Label file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Data Structures -- Introduction -- Creating enumerated types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Enums for comparison and status -- Extensibility in Base Enums -- Creating extended data types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating setup tables -- Getting ready -- How to do it... -- How it works... -- Creating a parameter table -- How to do it... -- There's more... -- Copying and pasting methods to save time -- Optimistic concurrency and selectForUpdate -- See also -- Creating main data tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- More on indexes -- See also -- Creating order header tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating order line tables -- How to do it... -- How it works... -- See also -- Chapter 3: Creating the User Interface -- Introduction -- Creating the menu structure.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Getting ready -- How to do it... -- How it works... -- Creating a parameter form -- How to do it... -- How it works... -- There's more... -- See also -- Creating menu items -- Getting ready -- How to do it... -- How it works... -- Creating setup forms -- How to do it... -- How it works... -- There's more... -- Creating details master (main table) forms -- How to do it... -- How it works... -- Creating a details transaction (order entry) form -- How to do it... -- How it works... -- Creating form parts -- Getting ready -- How to do it... -- How it works... -- Create tiles with counters for the workspace -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a workspace -- How to do it... -- How it works... -- There's more... -- Chapter 4: Application Extensibility, Form Code-Behind, and Frameworks -- Introduction -- Creating a handler class using the Application Extension factory -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Hooking up a number sequence -- Getting ready -- How to do it... -- How it works... -- Number sequence set up -- Hooking up the number sequence -- There's more... -- Creating a create dialog for details transaction forms -- Getting ready -- How to do it... -- How it works... -- Creating a SysOperation process -- How to do it... -- How it works... -- There's more... -- Executing code using the batch framework -- Calling a process from a form -- Using the data contract to make changes to the dialog -- Adding an interface to the SysOperation framework -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Business Intelligence -- Introduction -- Creating aggregate dimensions -- Getting ready -- How to do it... -- How it works... -- See also -- Creating aggregate measures -- Getting ready -- How to do it... -- How it works.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Creating aggregate data entities -- Getting ready -- How to do it... -- How it works... -- Creating and using key performance indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Security -- Introduction -- Creating privileges -- Getting ready -- How to do it... -- How it works... -- There's more... -- Impact on licensing -- See also -- Creating duties -- How to do it... -- How it works... -- There's more... -- Creating security roles -- How to do it... -- How it works... -- See also... -- Creating policies -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 7: Leveraging Extensibility -- Introduction -- Extending standard tables without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating data-event handler methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to customize a document layout without an over-layer -- How to do it... -- How it works... -- There more... -- Creating event handler methods -- Getting ready -- How to do it... -- How it works... -- Extending standard forms without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using a form event handler to replace a lookup -- Getting ready -- How to do it... -- How it works... -- Creating your own query functions -- How to do it... -- How it works... -- Chapter 8: Data Management, OData, and Office -- Introduction -- Creating a data entity -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Extending standard data entities -- Getting ready -- How to do it... -- How it works... -- There's more... -- Importing data through Data Import/Export Framework -- Getting ready -- How to do it... -- How it works... -- See also.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Reading, writing, and updating data through OData -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 9: Consuming and Exposing Services -- Introduction -- Creating a service -- Getting ready -- How to do it... -- How it works... -- Consuming a Dynamics 365 for Operations SOAP service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming a Dynamics 365 for Operations JSON service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Consuming an external service within Dynamics 365 for Operations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Extensibility Through Metadata and Data Date-Effectiveness -- Introduction -- Using metadata for data access -- Getting ready... -- How to do it... -- How it works... -- Using Interfaces for extensibility through metadata -- Getting ready... -- How to do it... -- How it works... -- Making data date-effective -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 11: Unit Testing -- Introduction -- Creating a Form Adaptor project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test case for code -- Getting ready -- How to do it... -- How it works... -- Creating a test case from a task recording -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Automated Build Management -- Introduction -- Creating a Team Services Build Agent Queue -- Getting ready -- How to do it... -- How it works... -- Setting up a build server -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing build operations -- Getting ready -- How to do it... -- How it works.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Releasing a build to User Acceptance Testing -- Getting ready -- How to do it... -- How it works... -- Chapter 13: Servicing Your Environment -- Introduction -- Applying metadata fixes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Applying binary updates -- Getting ready -- How to do it... -- How it works... -- See also -- Servicing the build server -- Getting ready -- How to do it... -- How it works... -- Servicing the Sandbox -- Standard Acceptance Test environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Servicing production -- See also -- Chapter 14: Workflow Development -- Introduction -- Creating a workflow type -- Getting ready -- How to do it... -- How it works... -- See also... -- Creating a workflow approval -- Getting ready -- How to do it... -- How it works... -- Creating a manual workflow task -- Getting ready -- How to do it... -- How it works... -- Hooking up a workflow to the user interface -- Getting ready -- How to do it... -- How it works... -- Creating a sample workflow design -- Getting ready -- How to do it... -- How it works... -- Chapter 15: State Machines -- Introduction -- Creating a state machine -- Getting ready -- How to do it... -- How it works... -- Creating a state machine handler class -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using menu items to control a state machine -- Getting ready -- How to do it... -- How it works... -- Hooking up the state machine to a workflow -- Getting ready -- How to do it... -- How it works... -- There's more... -- Index.</subfield></datafield><datafield tag="630" ind1="0" ind2="0"><subfield code="a">Microsoft Dynamics AX.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2014126904</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Microsoft Dynamics AX</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Management information systems</subfield><subfield code="v">Software.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Enterprise resource planning</subfield><subfield code="v">Software.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Systèmes d'information de gestion</subfield><subfield code="v">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Progiciels de gestion intégrés</subfield><subfield code="v">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Enterprise Applications</subfield><subfield code="x">Business Intelligence Tools.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Enterprise Applications</subfield><subfield code="x">Collaboration Software.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming</subfield><subfield code="x">Microsoft.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Enterprise resource planning</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Management information systems</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="7"><subfield code="a">Software</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Extending Microsoft Dynamics 365 for Operations Cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PD3BWghm8GVKckPYd8Mgck8</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBU</subfield><subfield code="q">FWS_PDA_EBU</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521160</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH31403948</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis38244285</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1521160</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBU</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Software fast |
genre_facet | Software |
id | ZDB-4-EBU-ocn989780316 |
illustrated | Illustrated |
indexdate | 2024-11-26T14:49:27Z |
institution | BVB |
isbn | 178646330X 9781786463302 |
language | English |
oclc_num | 989780316 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBU |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Buxton, Simon, author. Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / Simon Buxton. Birmingham, UK : Packt Publishing, 2017. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Description based on online resource; title from title page (Safari, viewed June 9, 2017). Have the best tools at your fingertips to extend and maximize the efficiency of your business management About This Book Follow practical and easy-to-grasp examples, illustrations and coding to make the most out of Dynamics 365 for Operations in your business scenario Extend Dynamics 365 for Operations in a cost-effective manner by using tools you already have Solve common business problems with the valuable features of Dynamics 365 for Operations Who This Book Is For This book is for those who are getting to grips with Dynamics 365 for Operations developers or those migrating from C# development. The guide includes information essential for new and experienced Dynamics 365 for Operations developers. What You Will Learn Create enumerated and extended data types Understand the importance of using patterns and frameworks while creating a unique concept for your solution Service and deploy your code and packages to improve performance Write and perform unit tests to automate the testing process Design your security model and policies to provide code access privileges Construct the UI and business logic to add Power BI to dashboards In Detail Dynamics 365 for Operations is the ERP element of Microsoft's new Dynamics 365 Enterprise Edition. Operations delivers the infrastructure to allow businesses to achieve growth and make better decisions using scalable and contemporary ERP system tools. This book provides a collection of ?recipes? to instruct you on how to create - and extend - a real-world solution using Operations. All key aspects of the new release are covered, and insights into the development language, structure, and tools are discussed in detail. New concepts and patterns that are pivotal to elegant solution designs are introduced and explained, and readers will learn how to extend various aspects of the system to enhance both the usability and capabilities of Operations. Together, this gives the reader important context regarding the new concepts and the confidence to reuse in their own solution designs. This ?cookbook? provides the ingredients and methods needed to maximize the efficiency of your business management using the latest in ERP software - Dynamics 365 for Operations. Style and approach The book takes a practical recipe-based approach, focusing on real-world scenarios and giving you all the information you need to build a strong Dynamics 365 for Operations implementation. Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting a New Project -- Introduction -- Creating the Visual Studio Team Services project -- Getting ready -- How to do it... -- How it works... -- See also... -- Connecting Visual Studio to Visual Studio Team Services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a new Model and Packages -- Getting ready -- How to do it... -- How it works... -- There's more... -- Prefixes and naming conventions -- Configuring project and build options -- Getting ready -- How to do it... -- Dynamics 365 for Operations' options -- The project-specific parameters -- There's more... -- Creating a Label file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Data Structures -- Introduction -- Creating enumerated types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Enums for comparison and status -- Extensibility in Base Enums -- Creating extended data types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating setup tables -- Getting ready -- How to do it... -- How it works... -- Creating a parameter table -- How to do it... -- There's more... -- Copying and pasting methods to save time -- Optimistic concurrency and selectForUpdate -- See also -- Creating main data tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- More on indexes -- See also -- Creating order header tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating order line tables -- How to do it... -- How it works... -- See also -- Chapter 3: Creating the User Interface -- Introduction -- Creating the menu structure. Getting ready -- How to do it... -- How it works... -- Creating a parameter form -- How to do it... -- How it works... -- There's more... -- See also -- Creating menu items -- Getting ready -- How to do it... -- How it works... -- Creating setup forms -- How to do it... -- How it works... -- There's more... -- Creating details master (main table) forms -- How to do it... -- How it works... -- Creating a details transaction (order entry) form -- How to do it... -- How it works... -- Creating form parts -- Getting ready -- How to do it... -- How it works... -- Create tiles with counters for the workspace -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a workspace -- How to do it... -- How it works... -- There's more... -- Chapter 4: Application Extensibility, Form Code-Behind, and Frameworks -- Introduction -- Creating a handler class using the Application Extension factory -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Hooking up a number sequence -- Getting ready -- How to do it... -- How it works... -- Number sequence set up -- Hooking up the number sequence -- There's more... -- Creating a create dialog for details transaction forms -- Getting ready -- How to do it... -- How it works... -- Creating a SysOperation process -- How to do it... -- How it works... -- There's more... -- Executing code using the batch framework -- Calling a process from a form -- Using the data contract to make changes to the dialog -- Adding an interface to the SysOperation framework -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Business Intelligence -- Introduction -- Creating aggregate dimensions -- Getting ready -- How to do it... -- How it works... -- See also -- Creating aggregate measures -- Getting ready -- How to do it... -- How it works. Creating aggregate data entities -- Getting ready -- How to do it... -- How it works... -- Creating and using key performance indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Security -- Introduction -- Creating privileges -- Getting ready -- How to do it... -- How it works... -- There's more... -- Impact on licensing -- See also -- Creating duties -- How to do it... -- How it works... -- There's more... -- Creating security roles -- How to do it... -- How it works... -- See also... -- Creating policies -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 7: Leveraging Extensibility -- Introduction -- Extending standard tables without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating data-event handler methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to customize a document layout without an over-layer -- How to do it... -- How it works... -- There more... -- Creating event handler methods -- Getting ready -- How to do it... -- How it works... -- Extending standard forms without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using a form event handler to replace a lookup -- Getting ready -- How to do it... -- How it works... -- Creating your own query functions -- How to do it... -- How it works... -- Chapter 8: Data Management, OData, and Office -- Introduction -- Creating a data entity -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Extending standard data entities -- Getting ready -- How to do it... -- How it works... -- There's more... -- Importing data through Data Import/Export Framework -- Getting ready -- How to do it... -- How it works... -- See also. Reading, writing, and updating data through OData -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 9: Consuming and Exposing Services -- Introduction -- Creating a service -- Getting ready -- How to do it... -- How it works... -- Consuming a Dynamics 365 for Operations SOAP service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming a Dynamics 365 for Operations JSON service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Consuming an external service within Dynamics 365 for Operations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Extensibility Through Metadata and Data Date-Effectiveness -- Introduction -- Using metadata for data access -- Getting ready... -- How to do it... -- How it works... -- Using Interfaces for extensibility through metadata -- Getting ready... -- How to do it... -- How it works... -- Making data date-effective -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 11: Unit Testing -- Introduction -- Creating a Form Adaptor project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test case for code -- Getting ready -- How to do it... -- How it works... -- Creating a test case from a task recording -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Automated Build Management -- Introduction -- Creating a Team Services Build Agent Queue -- Getting ready -- How to do it... -- How it works... -- Setting up a build server -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing build operations -- Getting ready -- How to do it... -- How it works. Releasing a build to User Acceptance Testing -- Getting ready -- How to do it... -- How it works... -- Chapter 13: Servicing Your Environment -- Introduction -- Applying metadata fixes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Applying binary updates -- Getting ready -- How to do it... -- How it works... -- See also -- Servicing the build server -- Getting ready -- How to do it... -- How it works... -- Servicing the Sandbox -- Standard Acceptance Test environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Servicing production -- See also -- Chapter 14: Workflow Development -- Introduction -- Creating a workflow type -- Getting ready -- How to do it... -- How it works... -- See also... -- Creating a workflow approval -- Getting ready -- How to do it... -- How it works... -- Creating a manual workflow task -- Getting ready -- How to do it... -- How it works... -- Hooking up a workflow to the user interface -- Getting ready -- How to do it... -- How it works... -- Creating a sample workflow design -- Getting ready -- How to do it... -- How it works... -- Chapter 15: State Machines -- Introduction -- Creating a state machine -- Getting ready -- How to do it... -- How it works... -- Creating a state machine handler class -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using menu items to control a state machine -- Getting ready -- How to do it... -- How it works... -- Hooking up the state machine to a workflow -- Getting ready -- How to do it... -- How it works... -- There's more... -- Index. Microsoft Dynamics AX. http://id.loc.gov/authorities/names/no2014126904 Microsoft Dynamics AX fast Management information systems Software. Enterprise resource planning Software. Systèmes d'information de gestion Logiciels. Progiciels de gestion intégrés Logiciels. COMPUTERS Enterprise Applications Business Intelligence Tools. bisacsh COMPUTERS Enterprise Applications Collaboration Software. bisacsh COMPUTERS Programming Microsoft. bisacsh Enterprise resource planning fast Management information systems fast Software fast has work: Extending Microsoft Dynamics 365 for Operations Cookbook (Text) https://id.oclc.org/worldcat/entity/E39PD3BWghm8GVKckPYd8Mgck8 https://id.oclc.org/worldcat/ontology/hasWork FWS01 ZDB-4-EBU FWS_PDA_EBU https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521160 Volltext |
spellingShingle | Buxton, Simon Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Starting a New Project -- Introduction -- Creating the Visual Studio Team Services project -- Getting ready -- How to do it... -- How it works... -- See also... -- Connecting Visual Studio to Visual Studio Team Services -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Creating a new Model and Packages -- Getting ready -- How to do it... -- How it works... -- There's more... -- Prefixes and naming conventions -- Configuring project and build options -- Getting ready -- How to do it... -- Dynamics 365 for Operations' options -- The project-specific parameters -- There's more... -- Creating a Label file -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Data Structures -- Introduction -- Creating enumerated types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using Enums for comparison and status -- Extensibility in Base Enums -- Creating extended data types -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating setup tables -- Getting ready -- How to do it... -- How it works... -- Creating a parameter table -- How to do it... -- There's more... -- Copying and pasting methods to save time -- Optimistic concurrency and selectForUpdate -- See also -- Creating main data tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- More on indexes -- See also -- Creating order header tables -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating order line tables -- How to do it... -- How it works... -- See also -- Chapter 3: Creating the User Interface -- Introduction -- Creating the menu structure. Getting ready -- How to do it... -- How it works... -- Creating a parameter form -- How to do it... -- How it works... -- There's more... -- See also -- Creating menu items -- Getting ready -- How to do it... -- How it works... -- Creating setup forms -- How to do it... -- How it works... -- There's more... -- Creating details master (main table) forms -- How to do it... -- How it works... -- Creating a details transaction (order entry) form -- How to do it... -- How it works... -- Creating form parts -- Getting ready -- How to do it... -- How it works... -- Create tiles with counters for the workspace -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating a workspace -- How to do it... -- How it works... -- There's more... -- Chapter 4: Application Extensibility, Form Code-Behind, and Frameworks -- Introduction -- Creating a handler class using the Application Extension factory -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Hooking up a number sequence -- Getting ready -- How to do it... -- How it works... -- Number sequence set up -- Hooking up the number sequence -- There's more... -- Creating a create dialog for details transaction forms -- Getting ready -- How to do it... -- How it works... -- Creating a SysOperation process -- How to do it... -- How it works... -- There's more... -- Executing code using the batch framework -- Calling a process from a form -- Using the data contract to make changes to the dialog -- Adding an interface to the SysOperation framework -- Getting ready -- How to do it... -- How it works... -- Chapter 5: Business Intelligence -- Introduction -- Creating aggregate dimensions -- Getting ready -- How to do it... -- How it works... -- See also -- Creating aggregate measures -- Getting ready -- How to do it... -- How it works. Creating aggregate data entities -- Getting ready -- How to do it... -- How it works... -- Creating and using key performance indicators -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 6: Security -- Introduction -- Creating privileges -- Getting ready -- How to do it... -- How it works... -- There's more... -- Impact on licensing -- See also -- Creating duties -- How to do it... -- How it works... -- There's more... -- Creating security roles -- How to do it... -- How it works... -- See also... -- Creating policies -- How to do it... -- How it works... -- There's more... -- See also... -- Chapter 7: Leveraging Extensibility -- Introduction -- Extending standard tables without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Creating data-event handler methods -- Getting ready -- How to do it... -- How it works... -- There's more... -- How to customize a document layout without an over-layer -- How to do it... -- How it works... -- There more... -- Creating event handler methods -- Getting ready -- How to do it... -- How it works... -- Extending standard forms without customization footprint -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using a form event handler to replace a lookup -- Getting ready -- How to do it... -- How it works... -- Creating your own query functions -- How to do it... -- How it works... -- Chapter 8: Data Management, OData, and Office -- Introduction -- Creating a data entity -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Extending standard data entities -- Getting ready -- How to do it... -- How it works... -- There's more... -- Importing data through Data Import/Export Framework -- Getting ready -- How to do it... -- How it works... -- See also. Reading, writing, and updating data through OData -- Getting ready -- How to do it... -- How it works... -- See also -- Chapter 9: Consuming and Exposing Services -- Introduction -- Creating a service -- Getting ready -- How to do it... -- How it works... -- Consuming a Dynamics 365 for Operations SOAP service -- Getting ready -- How to do it... -- How it works... -- See also -- Consuming a Dynamics 365 for Operations JSON service -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also... -- Consuming an external service within Dynamics 365 for Operations -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 10: Extensibility Through Metadata and Data Date-Effectiveness -- Introduction -- Using metadata for data access -- Getting ready... -- How to do it... -- How it works... -- Using Interfaces for extensibility through metadata -- Getting ready... -- How to do it... -- How it works... -- Making data date-effective -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 11: Unit Testing -- Introduction -- Creating a Form Adaptor project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test project -- Getting ready -- How to do it... -- How it works... -- Creating a Unit Test case for code -- Getting ready -- How to do it... -- How it works... -- Creating a test case from a task recording -- Getting ready -- How to do it... -- How it works... -- Chapter 12: Automated Build Management -- Introduction -- Creating a Team Services Build Agent Queue -- Getting ready -- How to do it... -- How it works... -- Setting up a build server -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Managing build operations -- Getting ready -- How to do it... -- How it works. Releasing a build to User Acceptance Testing -- Getting ready -- How to do it... -- How it works... -- Chapter 13: Servicing Your Environment -- Introduction -- Applying metadata fixes -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Applying binary updates -- Getting ready -- How to do it... -- How it works... -- See also -- Servicing the build server -- Getting ready -- How to do it... -- How it works... -- Servicing the Sandbox -- Standard Acceptance Test environment -- Getting ready -- How to do it... -- How it works... -- There's more... -- Servicing production -- See also -- Chapter 14: Workflow Development -- Introduction -- Creating a workflow type -- Getting ready -- How to do it... -- How it works... -- See also... -- Creating a workflow approval -- Getting ready -- How to do it... -- How it works... -- Creating a manual workflow task -- Getting ready -- How to do it... -- How it works... -- Hooking up a workflow to the user interface -- Getting ready -- How to do it... -- How it works... -- Creating a sample workflow design -- Getting ready -- How to do it... -- How it works... -- Chapter 15: State Machines -- Introduction -- Creating a state machine -- Getting ready -- How to do it... -- How it works... -- Creating a state machine handler class -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using menu items to control a state machine -- Getting ready -- How to do it... -- How it works... -- Hooking up the state machine to a workflow -- Getting ready -- How to do it... -- How it works... -- There's more... -- Index. Microsoft Dynamics AX. http://id.loc.gov/authorities/names/no2014126904 Microsoft Dynamics AX fast Management information systems Software. Enterprise resource planning Software. Systèmes d'information de gestion Logiciels. Progiciels de gestion intégrés Logiciels. COMPUTERS Enterprise Applications Business Intelligence Tools. bisacsh COMPUTERS Enterprise Applications Collaboration Software. bisacsh COMPUTERS Programming Microsoft. bisacsh Enterprise resource planning fast Management information systems fast |
subject_GND | http://id.loc.gov/authorities/names/no2014126904 |
title | Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / |
title_auth | Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / |
title_exact_search | Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / |
title_full | Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / Simon Buxton. |
title_fullStr | Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / Simon Buxton. |
title_full_unstemmed | Extending Microsoft Dynamics 365 for operations cookbook : extend the potential of your Dynamics 365 for operations implementation / Simon Buxton. |
title_short | Extending Microsoft Dynamics 365 for operations cookbook : |
title_sort | extending microsoft dynamics 365 for operations cookbook extend the potential of your dynamics 365 for operations implementation |
title_sub | extend the potential of your Dynamics 365 for operations implementation / |
topic | Microsoft Dynamics AX. http://id.loc.gov/authorities/names/no2014126904 Microsoft Dynamics AX fast Management information systems Software. Enterprise resource planning Software. Systèmes d'information de gestion Logiciels. Progiciels de gestion intégrés Logiciels. COMPUTERS Enterprise Applications Business Intelligence Tools. bisacsh COMPUTERS Enterprise Applications Collaboration Software. bisacsh COMPUTERS Programming Microsoft. bisacsh Enterprise resource planning fast Management information systems fast |
topic_facet | Microsoft Dynamics AX. Microsoft Dynamics AX Management information systems Software. Enterprise resource planning Software. Systèmes d'information de gestion Logiciels. Progiciels de gestion intégrés Logiciels. COMPUTERS Enterprise Applications Business Intelligence Tools. COMPUTERS Enterprise Applications Collaboration Software. COMPUTERS Programming Microsoft. Enterprise resource planning Management information systems Software |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1521160 |
work_keys_str_mv | AT buxtonsimon extendingmicrosoftdynamics365foroperationscookbookextendthepotentialofyourdynamics365foroperationsimplementation |