Dynamics 365 for finance and operations development cookbook :: build extensive, powerful, and agile business solutions /
Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices Develop powerful projects using...
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2017.
|
Ausgabe: | Fourth edition. |
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices Develop powerful projects using new tools and features Work through easy-to-understand recipes with step-by-step instructions and useful screenshots Who This Book Is For If you are a Dynamics AX developer primarily focused on delivering time-proven applications, then this book is for you. This book is also ideal for people who want to raise their programming skills above the beginner level, and at the same time learn the functional aspects of Dynamics 365 for Finance and Operations. Some X++ coding experience is expected. What You Will Learn Explore data manipulation concepts in Dynamics 365 for Operations Build scripts to assist data migration processes Organize data in Dynamics 365 for Operations forms Make custom lookups using AOT forms and dynamically generate them from X++ code Create a custom electronic payment format and process a vendor payment using it Integrate your application with Microsoft Office Suite and other external systems using various approaches Export and import business data for further distribution or analysis Improve your development efficiency and performance In Detail Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization's needs. This Development Cookbook will help you manage your company or customer ERP information and operations efficiently. We start off by exploring the concept of data manipulation in Dynamics 365 for Operations. This will also help you build scripts to assist data migration, and show you how to organize data in forms. You will learn how to create custom lookups using Application Object Tree forms and generate them dynamically. We will also show you how you can enhance your application by using advanced form controls, and integrate your system with other external systems. We will help you script and enhance your user interface using UI elements. This book will help you look at application development from a business process perspective, and develop enhanced ERP solutions by learning and implementing the best practices and techniques. Style and approach The book follows a practical recipe-based approach, focusing on real-w ... |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781786466112 1786466112 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1003645563 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 170914s2017 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d IDEBK |d TOH |d STF |d EBLCP |d MERUC |d N$T |d OCLCF |d YDX |d COO |d UOK |d CEF |d KSU |d OCLCQ |d OCLCO |d WYU |d UAB |d AU@ |d OCLCQ |d OCLCO |d K6U |d OCLCQ |d QGK |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 1001330596 |a 1001350304 |a 1001383747 |a 1003201808 | ||
020 | |a 9781786466112 | ||
020 | |a 1786466112 | ||
020 | |z 9781786468864 | ||
020 | |z 1786468867 | ||
035 | |a (OCoLC)1003645563 |z (OCoLC)1001330596 |z (OCoLC)1001350304 |z (OCoLC)1001383747 |z (OCoLC)1003201808 | ||
037 | |a CL0500000891 |b Safari Books Online | ||
050 | 4 | |a HD38.5 | |
072 | 7 | |a BUS |x 082000 |2 bisacsh | |
072 | 7 | |a BUS |x 041000 |2 bisacsh | |
072 | 7 | |a BUS |x 042000 |2 bisacsh | |
072 | 7 | |a BUS |x 085000 |2 bisacsh | |
082 | 7 | |a 658.500285633 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Agarwal, Deepak, |e author. | |
245 | 1 | 0 | |a Dynamics 365 for finance and operations development cookbook : |b build extensive, powerful, and agile business solutions / |c Deepak Agarwal, Abhimanyu Singh. |
246 | 3 | 0 | |a Dynamics three hundred sixty-five for finance and operations development cookbook |
250 | |a Fourth edition. | ||
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 | 0 | |a Online resource; title from title page (Safari, viewed September 11, 2017). | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Processing Data; Introduction; Creating a new project, package, and model; How to do it ... ; There's more ... ; Creating a new number sequence; How to do it ... ; How it works ... ; See also; Renaming the primary key; How to do it ... ; How it works ... ; Adding a document handling note; Getting ready; How to do it ... ; How it works ... ; Using a normal table as a temporary table; How to do it ... ; How it works ... ; Copying a record; How to do it ... ; How it works ... | |
505 | 8 | |a There's more ... Building a query object; How to do it ... ; How it works ... ; There's more ... ; Using the OR operator; See also; Using a macro in a SQL statement; How to do it ... ; How it works ... ; Executing a direct SQL statement; How to do it ... ; How it works ... ; There's more ... ; Enhancing the data consistency checks; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the date effectiveness feature; How to do it ... ; How it works ... ; Chapter 2: Working with Forms; Introduction; Creating dialogs using the RunBase framework; How to do it ... ; How it works ... | |
505 | 8 | |a Handling the dialog eventHow to do it ... ; How it works ... ; See also; Creating dialogs using the SysOperation framework; Getting ready; How to do it ... ; Building a dynamic form; How to do it ... ; How it works ... ; Adding a form splitter; How to do it ... ; How it works ... ; Creating a modal form; How to do it ... ; How it works ... ; There's more ... ; See also; Modifying multiple forms dynamically; How to do it ... ; How it works ... ; Storing the last form values; How to do it ... ; How it works ... ; Using a tree control; How to do it ... ; How it works ... ; See also; Adding the View details link. | |
505 | 8 | |a How to do it ... How it works ... ; Selecting a form pattern; How to do it; Full list of form patterns; How to do it ... ; Creating a new form; Getting ready; How to do it ... ; How it works ... ; Chapter 3: Working with Data in Forms; Introduction; Using a number sequence handler; How to do it ... ; How it works ... ; See also; Creating a custom filter control; How to do it ... ; How it works ... ; See also; Creating a custom instant search filter; How to do it ... ; How it works ... ; See also; Building a selected/available list; How to do it ... ; How it works ... ; There's more ... ; Creating a wizard. | |
505 | 8 | |a How to do it ... How it works ... ; Processing multiple records; How to do it ... ; How it works ... ; Coloring records; Getting ready; How to do it ... ; How it works ... ; See also; Adding an image to records; How to do it ... ; How it works ... ; There's more ... ; Displaying an image as part of a form; Saving a stored image as a file; Chapter 4: Building Lookups; Introduction; Creating an automatic lookup; How to do it ... ; How it works ... ; There's more ... ; Creating a lookup dynamically; How to do it ... ; How it works ... ; There's more ... ; Using a form to build a lookup; How to do it ... ; How it works ... | |
520 | |a Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices Develop powerful projects using new tools and features Work through easy-to-understand recipes with step-by-step instructions and useful screenshots Who This Book Is For If you are a Dynamics AX developer primarily focused on delivering time-proven applications, then this book is for you. This book is also ideal for people who want to raise their programming skills above the beginner level, and at the same time learn the functional aspects of Dynamics 365 for Finance and Operations. Some X++ coding experience is expected. What You Will Learn Explore data manipulation concepts in Dynamics 365 for Operations Build scripts to assist data migration processes Organize data in Dynamics 365 for Operations forms Make custom lookups using AOT forms and dynamically generate them from X++ code Create a custom electronic payment format and process a vendor payment using it Integrate your application with Microsoft Office Suite and other external systems using various approaches Export and import business data for further distribution or analysis Improve your development efficiency and performance In Detail Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization's needs. This Development Cookbook will help you manage your company or customer ERP information and operations efficiently. We start off by exploring the concept of data manipulation in Dynamics 365 for Operations. This will also help you build scripts to assist data migration, and show you how to organize data in forms. You will learn how to create custom lookups using Application Object Tree forms and generate them dynamically. We will also show you how you can enhance your application by using advanced form controls, and integrate your system with other external systems. We will help you script and enhance your user interface using UI elements. This book will help you look at application development from a business process perspective, and develop enhanced ERP solutions by learning and implementing the best practices and techniques. Style and approach The book follows a practical recipe-based approach, focusing on real-w ... | ||
630 | 0 | 0 | |a Microsoft Dynamics AX. |0 http://id.loc.gov/authorities/names/no2014126904 |
630 | 0 | 0 | |a SQL server. |0 http://id.loc.gov/authorities/names/n90684343 |
630 | 0 | 7 | |a Microsoft Dynamics AX |2 fast |
630 | 0 | 7 | |a SQL server |2 fast |
650 | 0 | |a Business logistics |v Software. | |
650 | 0 | |a Enterprise resource planning |v Software. | |
650 | 0 | |a Management information systems |v Software. | |
650 | 6 | |a Logistique (Organisation) |v Logiciels. | |
650 | 6 | |a Progiciels de gestion intégrés |v Logiciels. | |
650 | 6 | |a Systèmes d'information de gestion |v Logiciels. | |
650 | 7 | |a BUSINESS & ECONOMICS |x Industrial Management. |2 bisacsh | |
650 | 7 | |a BUSINESS & ECONOMICS |x Management. |2 bisacsh | |
650 | 7 | |a BUSINESS & ECONOMICS |x Management Science. |2 bisacsh | |
650 | 7 | |a BUSINESS & ECONOMICS |x Organizational Behavior. |2 bisacsh | |
650 | 7 | |a Business logistics |2 fast | |
650 | 7 | |a Enterprise resource planning |2 fast | |
650 | 7 | |a Management information systems |2 fast | |
655 | 7 | |a Software |2 fast | |
700 | 1 | |a Singh, Abhimanyu, |e author. | |
758 | |i has work: |a Dynamics 365 for finance and operations development cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGjqf8k9QJpKV43rmPTJpd |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Agarwal, Deepak. |t Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition. |d Birmingham : Packt Publishing, ©2017 |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1575658 |3 Volltext |
938 | |a EBL - Ebook Library |b EBLB |n EBL4947191 | ||
938 | |a EBSCOhost |b EBSC |n 1575658 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis37318072 | ||
938 | |a YBP Library Services |b YANK |n 14752900 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1003645563 |
---|---|
_version_ | 1816882400069681152 |
adam_text | |
any_adam_object | |
author | Agarwal, Deepak Singh, Abhimanyu |
author_facet | Agarwal, Deepak Singh, Abhimanyu |
author_role | aut aut |
author_sort | Agarwal, Deepak |
author_variant | d a da a s as |
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-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Processing Data; Introduction; Creating a new project, package, and model; How to do it ... ; There's more ... ; Creating a new number sequence; How to do it ... ; How it works ... ; See also; Renaming the primary key; How to do it ... ; How it works ... ; Adding a document handling note; Getting ready; How to do it ... ; How it works ... ; Using a normal table as a temporary table; How to do it ... ; How it works ... ; Copying a record; How to do it ... ; How it works ... There's more ... Building a query object; How to do it ... ; How it works ... ; There's more ... ; Using the OR operator; See also; Using a macro in a SQL statement; How to do it ... ; How it works ... ; Executing a direct SQL statement; How to do it ... ; How it works ... ; There's more ... ; Enhancing the data consistency checks; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the date effectiveness feature; How to do it ... ; How it works ... ; Chapter 2: Working with Forms; Introduction; Creating dialogs using the RunBase framework; How to do it ... ; How it works ... Handling the dialog eventHow to do it ... ; How it works ... ; See also; Creating dialogs using the SysOperation framework; Getting ready; How to do it ... ; Building a dynamic form; How to do it ... ; How it works ... ; Adding a form splitter; How to do it ... ; How it works ... ; Creating a modal form; How to do it ... ; How it works ... ; There's more ... ; See also; Modifying multiple forms dynamically; How to do it ... ; How it works ... ; Storing the last form values; How to do it ... ; How it works ... ; Using a tree control; How to do it ... ; How it works ... ; See also; Adding the View details link. How to do it ... How it works ... ; Selecting a form pattern; How to do it; Full list of form patterns; How to do it ... ; Creating a new form; Getting ready; How to do it ... ; How it works ... ; Chapter 3: Working with Data in Forms; Introduction; Using a number sequence handler; How to do it ... ; How it works ... ; See also; Creating a custom filter control; How to do it ... ; How it works ... ; See also; Creating a custom instant search filter; How to do it ... ; How it works ... ; See also; Building a selected/available list; How to do it ... ; How it works ... ; There's more ... ; Creating a wizard. How to do it ... How it works ... ; Processing multiple records; How to do it ... ; How it works ... ; Coloring records; Getting ready; How to do it ... ; How it works ... ; See also; Adding an image to records; How to do it ... ; How it works ... ; There's more ... ; Displaying an image as part of a form; Saving a stored image as a file; Chapter 4: Building Lookups; Introduction; Creating an automatic lookup; How to do it ... ; How it works ... ; There's more ... ; Creating a lookup dynamically; How to do it ... ; How it works ... ; There's more ... ; Using a form to build a lookup; How to do it ... ; How it works ... |
ctrlnum | (OCoLC)1003645563 |
dewey-full | 658.500285633 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 658 - General management |
dewey-raw | 658.500285633 |
dewey-search | 658.500285633 |
dewey-sort | 3658.500285633 |
dewey-tens | 650 - Management and auxiliary services |
discipline | Wirtschaftswissenschaften |
edition | Fourth edition. |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>09125cam a2200793 i 4500</leader><controlfield tag="001">ZDB-4-EBA-on1003645563</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">170914s2017 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">IDEBK</subfield><subfield code="d">TOH</subfield><subfield code="d">STF</subfield><subfield code="d">EBLCP</subfield><subfield code="d">MERUC</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">YDX</subfield><subfield code="d">COO</subfield><subfield code="d">UOK</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">WYU</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1001330596</subfield><subfield code="a">1001350304</subfield><subfield code="a">1001383747</subfield><subfield code="a">1003201808</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781786466112</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1786466112</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781786468864</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1786468867</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1003645563</subfield><subfield code="z">(OCoLC)1001330596</subfield><subfield code="z">(OCoLC)1001350304</subfield><subfield code="z">(OCoLC)1001383747</subfield><subfield code="z">(OCoLC)1003201808</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000891</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">HD38.5</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">082000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">041000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">042000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">BUS</subfield><subfield code="x">085000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">658.500285633</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">Agarwal, Deepak,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Dynamics 365 for finance and operations development cookbook :</subfield><subfield code="b">build extensive, powerful, and agile business solutions /</subfield><subfield code="c">Deepak Agarwal, Abhimanyu Singh.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Dynamics three hundred sixty-five for finance and operations development cookbook</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Fourth edition.</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="0" ind2=" "><subfield code="a">Online resource; title from title page (Safari, viewed September 11, 2017).</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Processing Data; Introduction; Creating a new project, package, and model; How to do it ... ; There's more ... ; Creating a new number sequence; How to do it ... ; How it works ... ; See also; Renaming the primary key; How to do it ... ; How it works ... ; Adding a document handling note; Getting ready; How to do it ... ; How it works ... ; Using a normal table as a temporary table; How to do it ... ; How it works ... ; Copying a record; How to do it ... ; How it works ...</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">There's more ... Building a query object; How to do it ... ; How it works ... ; There's more ... ; Using the OR operator; See also; Using a macro in a SQL statement; How to do it ... ; How it works ... ; Executing a direct SQL statement; How to do it ... ; How it works ... ; There's more ... ; Enhancing the data consistency checks; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the date effectiveness feature; How to do it ... ; How it works ... ; Chapter 2: Working with Forms; Introduction; Creating dialogs using the RunBase framework; How to do it ... ; How it works ...</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Handling the dialog eventHow to do it ... ; How it works ... ; See also; Creating dialogs using the SysOperation framework; Getting ready; How to do it ... ; Building a dynamic form; How to do it ... ; How it works ... ; Adding a form splitter; How to do it ... ; How it works ... ; Creating a modal form; How to do it ... ; How it works ... ; There's more ... ; See also; Modifying multiple forms dynamically; How to do it ... ; How it works ... ; Storing the last form values; How to do it ... ; How it works ... ; Using a tree control; How to do it ... ; How it works ... ; See also; Adding the View details link.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How to do it ... How it works ... ; Selecting a form pattern; How to do it; Full list of form patterns; How to do it ... ; Creating a new form; Getting ready; How to do it ... ; How it works ... ; Chapter 3: Working with Data in Forms; Introduction; Using a number sequence handler; How to do it ... ; How it works ... ; See also; Creating a custom filter control; How to do it ... ; How it works ... ; See also; Creating a custom instant search filter; How to do it ... ; How it works ... ; See also; Building a selected/available list; How to do it ... ; How it works ... ; There's more ... ; Creating a wizard.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">How to do it ... How it works ... ; Processing multiple records; How to do it ... ; How it works ... ; Coloring records; Getting ready; How to do it ... ; How it works ... ; See also; Adding an image to records; How to do it ... ; How it works ... ; There's more ... ; Displaying an image as part of a form; Saving a stored image as a file; Chapter 4: Building Lookups; Introduction; Creating an automatic lookup; How to do it ... ; How it works ... ; There's more ... ; Creating a lookup dynamically; How to do it ... ; How it works ... ; There's more ... ; Using a form to build a lookup; How to do it ... ; How it works ...</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices Develop powerful projects using new tools and features Work through easy-to-understand recipes with step-by-step instructions and useful screenshots Who This Book Is For If you are a Dynamics AX developer primarily focused on delivering time-proven applications, then this book is for you. This book is also ideal for people who want to raise their programming skills above the beginner level, and at the same time learn the functional aspects of Dynamics 365 for Finance and Operations. Some X++ coding experience is expected. What You Will Learn Explore data manipulation concepts in Dynamics 365 for Operations Build scripts to assist data migration processes Organize data in Dynamics 365 for Operations forms Make custom lookups using AOT forms and dynamically generate them from X++ code Create a custom electronic payment format and process a vendor payment using it Integrate your application with Microsoft Office Suite and other external systems using various approaches Export and import business data for further distribution or analysis Improve your development efficiency and performance In Detail Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization's needs. This Development Cookbook will help you manage your company or customer ERP information and operations efficiently. We start off by exploring the concept of data manipulation in Dynamics 365 for Operations. This will also help you build scripts to assist data migration, and show you how to organize data in forms. You will learn how to create custom lookups using Application Object Tree forms and generate them dynamically. We will also show you how you can enhance your application by using advanced form controls, and integrate your system with other external systems. We will help you script and enhance your user interface using UI elements. This book will help you look at application development from a business process perspective, and develop enhanced ERP solutions by learning and implementing the best practices and techniques. Style and approach The book follows a practical recipe-based approach, focusing on real-w ...</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="0"><subfield code="a">SQL server.</subfield><subfield code="0">http://id.loc.gov/authorities/names/n90684343</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">Microsoft Dynamics AX</subfield><subfield code="2">fast</subfield></datafield><datafield tag="630" ind1="0" ind2="7"><subfield code="a">SQL server</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Business logistics</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="0"><subfield code="a">Management information systems</subfield><subfield code="v">Software.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logistique (Organisation)</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="6"><subfield code="a">Systèmes d'information de gestion</subfield><subfield code="v">Logiciels.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Industrial Management.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Management.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Management Science.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">BUSINESS & ECONOMICS</subfield><subfield code="x">Organizational Behavior.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Business logistics</subfield><subfield code="2">fast</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="700" ind1="1" ind2=" "><subfield code="a">Singh, Abhimanyu,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Dynamics 365 for finance and operations development cookbook (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGjqf8k9QJpKV43rmPTJpd</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Agarwal, Deepak.</subfield><subfield code="t">Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2017</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1575658</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4947191</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1575658</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis37318072</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">14752900</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-EBA</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-EBA-on1003645563 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:28:00Z |
institution | BVB |
isbn | 9781786466112 1786466112 |
language | English |
oclc_num | 1003645563 |
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-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Agarwal, Deepak, author. Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / Deepak Agarwal, Abhimanyu Singh. Dynamics three hundred sixty-five for finance and operations development cookbook Fourth edition. Birmingham, UK : Packt Publishing, 2017. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Online resource; title from title page (Safari, viewed September 11, 2017). Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Processing Data; Introduction; Creating a new project, package, and model; How to do it ... ; There's more ... ; Creating a new number sequence; How to do it ... ; How it works ... ; See also; Renaming the primary key; How to do it ... ; How it works ... ; Adding a document handling note; Getting ready; How to do it ... ; How it works ... ; Using a normal table as a temporary table; How to do it ... ; How it works ... ; Copying a record; How to do it ... ; How it works ... There's more ... Building a query object; How to do it ... ; How it works ... ; There's more ... ; Using the OR operator; See also; Using a macro in a SQL statement; How to do it ... ; How it works ... ; Executing a direct SQL statement; How to do it ... ; How it works ... ; There's more ... ; Enhancing the data consistency checks; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the date effectiveness feature; How to do it ... ; How it works ... ; Chapter 2: Working with Forms; Introduction; Creating dialogs using the RunBase framework; How to do it ... ; How it works ... Handling the dialog eventHow to do it ... ; How it works ... ; See also; Creating dialogs using the SysOperation framework; Getting ready; How to do it ... ; Building a dynamic form; How to do it ... ; How it works ... ; Adding a form splitter; How to do it ... ; How it works ... ; Creating a modal form; How to do it ... ; How it works ... ; There's more ... ; See also; Modifying multiple forms dynamically; How to do it ... ; How it works ... ; Storing the last form values; How to do it ... ; How it works ... ; Using a tree control; How to do it ... ; How it works ... ; See also; Adding the View details link. How to do it ... How it works ... ; Selecting a form pattern; How to do it; Full list of form patterns; How to do it ... ; Creating a new form; Getting ready; How to do it ... ; How it works ... ; Chapter 3: Working with Data in Forms; Introduction; Using a number sequence handler; How to do it ... ; How it works ... ; See also; Creating a custom filter control; How to do it ... ; How it works ... ; See also; Creating a custom instant search filter; How to do it ... ; How it works ... ; See also; Building a selected/available list; How to do it ... ; How it works ... ; There's more ... ; Creating a wizard. How to do it ... How it works ... ; Processing multiple records; How to do it ... ; How it works ... ; Coloring records; Getting ready; How to do it ... ; How it works ... ; See also; Adding an image to records; How to do it ... ; How it works ... ; There's more ... ; Displaying an image as part of a form; Saving a stored image as a file; Chapter 4: Building Lookups; Introduction; Creating an automatic lookup; How to do it ... ; How it works ... ; There's more ... ; Creating a lookup dynamically; How to do it ... ; How it works ... ; There's more ... ; Using a form to build a lookup; How to do it ... ; How it works ... Over 80 effective recipes to help you solve real-world Microsoft Dynamics 365 for Finance and Operations development problems About This Book Learn all about the enhanced functionalities of Dynamics 365 for Finance and Operations and master development best practices Develop powerful projects using new tools and features Work through easy-to-understand recipes with step-by-step instructions and useful screenshots Who This Book Is For If you are a Dynamics AX developer primarily focused on delivering time-proven applications, then this book is for you. This book is also ideal for people who want to raise their programming skills above the beginner level, and at the same time learn the functional aspects of Dynamics 365 for Finance and Operations. Some X++ coding experience is expected. What You Will Learn Explore data manipulation concepts in Dynamics 365 for Operations Build scripts to assist data migration processes Organize data in Dynamics 365 for Operations forms Make custom lookups using AOT forms and dynamically generate them from X++ code Create a custom electronic payment format and process a vendor payment using it Integrate your application with Microsoft Office Suite and other external systems using various approaches Export and import business data for further distribution or analysis Improve your development efficiency and performance In Detail Microsoft Dynamics 365 for Finance and Operations has a lot to offer developers. It allows them to customize and tailor their implementations to meet their organization's needs. This Development Cookbook will help you manage your company or customer ERP information and operations efficiently. We start off by exploring the concept of data manipulation in Dynamics 365 for Operations. This will also help you build scripts to assist data migration, and show you how to organize data in forms. You will learn how to create custom lookups using Application Object Tree forms and generate them dynamically. We will also show you how you can enhance your application by using advanced form controls, and integrate your system with other external systems. We will help you script and enhance your user interface using UI elements. This book will help you look at application development from a business process perspective, and develop enhanced ERP solutions by learning and implementing the best practices and techniques. Style and approach The book follows a practical recipe-based approach, focusing on real-w ... Microsoft Dynamics AX. http://id.loc.gov/authorities/names/no2014126904 SQL server. http://id.loc.gov/authorities/names/n90684343 Microsoft Dynamics AX fast SQL server fast Business logistics Software. Enterprise resource planning Software. Management information systems Software. Logistique (Organisation) Logiciels. Progiciels de gestion intégrés Logiciels. Systèmes d'information de gestion Logiciels. BUSINESS & ECONOMICS Industrial Management. bisacsh BUSINESS & ECONOMICS Management. bisacsh BUSINESS & ECONOMICS Management Science. bisacsh BUSINESS & ECONOMICS Organizational Behavior. bisacsh Business logistics fast Enterprise resource planning fast Management information systems fast Software fast Singh, Abhimanyu, author. has work: Dynamics 365 for finance and operations development cookbook (Text) https://id.oclc.org/worldcat/entity/E39PCGjqf8k9QJpKV43rmPTJpd https://id.oclc.org/worldcat/ontology/hasWork Print version: Agarwal, Deepak. Dynamics 365 for Finance and Operations Development Cookbook - Fourth Edition. Birmingham : Packt Publishing, ©2017 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1575658 Volltext |
spellingShingle | Agarwal, Deepak Singh, Abhimanyu Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: Processing Data; Introduction; Creating a new project, package, and model; How to do it ... ; There's more ... ; Creating a new number sequence; How to do it ... ; How it works ... ; See also; Renaming the primary key; How to do it ... ; How it works ... ; Adding a document handling note; Getting ready; How to do it ... ; How it works ... ; Using a normal table as a temporary table; How to do it ... ; How it works ... ; Copying a record; How to do it ... ; How it works ... There's more ... Building a query object; How to do it ... ; How it works ... ; There's more ... ; Using the OR operator; See also; Using a macro in a SQL statement; How to do it ... ; How it works ... ; Executing a direct SQL statement; How to do it ... ; How it works ... ; There's more ... ; Enhancing the data consistency checks; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using the date effectiveness feature; How to do it ... ; How it works ... ; Chapter 2: Working with Forms; Introduction; Creating dialogs using the RunBase framework; How to do it ... ; How it works ... Handling the dialog eventHow to do it ... ; How it works ... ; See also; Creating dialogs using the SysOperation framework; Getting ready; How to do it ... ; Building a dynamic form; How to do it ... ; How it works ... ; Adding a form splitter; How to do it ... ; How it works ... ; Creating a modal form; How to do it ... ; How it works ... ; There's more ... ; See also; Modifying multiple forms dynamically; How to do it ... ; How it works ... ; Storing the last form values; How to do it ... ; How it works ... ; Using a tree control; How to do it ... ; How it works ... ; See also; Adding the View details link. How to do it ... How it works ... ; Selecting a form pattern; How to do it; Full list of form patterns; How to do it ... ; Creating a new form; Getting ready; How to do it ... ; How it works ... ; Chapter 3: Working with Data in Forms; Introduction; Using a number sequence handler; How to do it ... ; How it works ... ; See also; Creating a custom filter control; How to do it ... ; How it works ... ; See also; Creating a custom instant search filter; How to do it ... ; How it works ... ; See also; Building a selected/available list; How to do it ... ; How it works ... ; There's more ... ; Creating a wizard. How to do it ... How it works ... ; Processing multiple records; How to do it ... ; How it works ... ; Coloring records; Getting ready; How to do it ... ; How it works ... ; See also; Adding an image to records; How to do it ... ; How it works ... ; There's more ... ; Displaying an image as part of a form; Saving a stored image as a file; Chapter 4: Building Lookups; Introduction; Creating an automatic lookup; How to do it ... ; How it works ... ; There's more ... ; Creating a lookup dynamically; How to do it ... ; How it works ... ; There's more ... ; Using a form to build a lookup; How to do it ... ; How it works ... Microsoft Dynamics AX. http://id.loc.gov/authorities/names/no2014126904 SQL server. http://id.loc.gov/authorities/names/n90684343 Microsoft Dynamics AX fast SQL server fast Business logistics Software. Enterprise resource planning Software. Management information systems Software. Logistique (Organisation) Logiciels. Progiciels de gestion intégrés Logiciels. Systèmes d'information de gestion Logiciels. BUSINESS & ECONOMICS Industrial Management. bisacsh BUSINESS & ECONOMICS Management. bisacsh BUSINESS & ECONOMICS Management Science. bisacsh BUSINESS & ECONOMICS Organizational Behavior. bisacsh Business logistics fast Enterprise resource planning fast Management information systems fast |
subject_GND | http://id.loc.gov/authorities/names/no2014126904 http://id.loc.gov/authorities/names/n90684343 |
title | Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / |
title_alt | Dynamics three hundred sixty-five for finance and operations development cookbook |
title_auth | Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / |
title_exact_search | Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / |
title_full | Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / Deepak Agarwal, Abhimanyu Singh. |
title_fullStr | Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / Deepak Agarwal, Abhimanyu Singh. |
title_full_unstemmed | Dynamics 365 for finance and operations development cookbook : build extensive, powerful, and agile business solutions / Deepak Agarwal, Abhimanyu Singh. |
title_short | Dynamics 365 for finance and operations development cookbook : |
title_sort | dynamics 365 for finance and operations development cookbook build extensive powerful and agile business solutions |
title_sub | build extensive, powerful, and agile business solutions / |
topic | Microsoft Dynamics AX. http://id.loc.gov/authorities/names/no2014126904 SQL server. http://id.loc.gov/authorities/names/n90684343 Microsoft Dynamics AX fast SQL server fast Business logistics Software. Enterprise resource planning Software. Management information systems Software. Logistique (Organisation) Logiciels. Progiciels de gestion intégrés Logiciels. Systèmes d'information de gestion Logiciels. BUSINESS & ECONOMICS Industrial Management. bisacsh BUSINESS & ECONOMICS Management. bisacsh BUSINESS & ECONOMICS Management Science. bisacsh BUSINESS & ECONOMICS Organizational Behavior. bisacsh Business logistics fast Enterprise resource planning fast Management information systems fast |
topic_facet | Microsoft Dynamics AX. SQL server. Microsoft Dynamics AX SQL server Business logistics Software. Enterprise resource planning Software. Management information systems Software. Logistique (Organisation) Logiciels. Progiciels de gestion intégrés Logiciels. Systèmes d'information de gestion Logiciels. BUSINESS & ECONOMICS Industrial Management. BUSINESS & ECONOMICS Management. BUSINESS & ECONOMICS Management Science. BUSINESS & ECONOMICS Organizational Behavior. Business logistics Enterprise resource planning Management information systems Software |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1575658 |
work_keys_str_mv | AT agarwaldeepak dynamics365forfinanceandoperationsdevelopmentcookbookbuildextensivepowerfulandagilebusinesssolutions AT singhabhimanyu dynamics365forfinanceandoperationsdevelopmentcookbookbuildextensivepowerfulandagilebusinesssolutions AT agarwaldeepak dynamicsthreehundredsixtyfiveforfinanceandoperationsdevelopmentcookbook AT singhabhimanyu dynamicsthreehundredsixtyfiveforfinanceandoperationsdevelopmentcookbook |