Microsoft Dynamics 365 Extensions Cookbook.
More than 80 recipes to help you leverage the various extensibility features available for Microsoft Dynamics and solve problems easilyAbout This Book* Customize, configure, and extend the vanilla features of Dynamics 365 to deliver bespoke CRM solutions fit for any organization* Implement business...
Saved in:
Online Access: |
Full text (MCPHS users only) |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Birmingham :
Packt Publishing,
2017
|
Subjects: | |
Local Note: | ProQuest Ebook Central |
MARC
LEADER | 00000cam a2200000uu 4500 | ||
---|---|---|---|
001 | in00000148558 | ||
006 | m o d | ||
007 | cr |n|---||||| | ||
008 | 170624s2017 enk o 000 0 eng d | ||
005 | 20240701204345.2 | ||
019 | |a 990033243 |a 990758236 |a 1003203035 | ||
020 | |a 9781786466747 | ||
020 | |a 1786466740 | ||
020 | |z 1786464179 | ||
020 | |z 9781786464170 | ||
029 | 1 | |a AU@ |b 000066231493 | |
029 | 1 | |a AU@ |b 000073555135 | |
035 | |a (OCoLC)990750077 |z (OCoLC)990033243 |z (OCoLC)990758236 |z (OCoLC)1003203035 | ||
035 | |a (OCoLC)ocn990750077 | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d MERUC |d YDX |d OCLCQ |d COO |d VT2 |d DEBBG |d UOK |d WYU |d OCLCQ |d LVT |d CNCEN |d OCLCO |d OCLCF |d OCLCQ |d OCLCO |d OCLCL | ||
050 | 4 | |a T58.64.M686 2017 | |
082 | 0 | 4 | |a 658.4 |
100 | 1 | |a Mounla, Rami. | |
245 | 1 | 0 | |a Microsoft Dynamics 365 Extensions Cookbook. |
260 | |a Birmingham : |b Packt Publishing, |c 2017. | ||
300 | |a 1 online resource (459 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
500 | |a Getting ready. | ||
505 | 0 | |a Cover; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Customer Feedback; Table of Contents; Preface; Chapter 1: No Code Extensions; Introduction; Modeling denormalized entities; Getting ready; How to do it; How it works ... ; See also; Modeling normalized entities with a common parent; Getting ready; How to do it; How it works ... ; See also; Modeling independent normalized entities; Getting ready; How to do it; How it works ... ; See also; Using a Business Rule to show and hide attributes; Getting ready; How to do it; How it works; There's more ... | |
505 | 8 | |a Building a configurable e-mail notification workflowGetting ready; How to do it; How it works ... ; There's more; See also; Building your first action; Getting ready; How to do it; How it works ... ; See also; Setting up the rollup fields; Getting ready; How to do it; How it works ... ; Frequency; Programmatic Rollup Field execution; There's more ... ; Different types of aggregation; Indirectly related activities; See also; Setting up calculated fields; Getting ready; How to do it; How it works; There's more ... ; See also; Duplicate detection using alternate keys; Getting ready; How to do it. | |
505 | 8 | |a How it worksChapter 2: Client-Side Extensions; Introduction; Creating your first JavaScript function; Getting ready; Visual Studio and Developer Tool Kit; XrmToolBox's Web Resources Manager; How to do it ... ; How it works ... ; There's more ... ; See also; Wiring your event programmatically; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Writing reusable JavaScript functions; Getting ready; How to do it ... ; How it works ... ; See also; Querying 365 data using the Web API endpoint; Getting ready; How to do it ... ; How it works ... ; Setting up the GET URL; REST request. | |
505 | 8 | |a NotificationsWiring; There's more ... ; See also; Querying the 365 metadata services; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Building a custom UI using AngularJS; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Debugging your JavaScript with Edge; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Debugging your JavaScript with Chrome; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Unit testing your JavaScript; Getting ready; Integration with Visual Studio; Assertion framework. | |
505 | 8 | |a Faking Xrm. PageHeadless browser; How to do it ... ; How it works ... ; There's more ... ; See also; Customizing the Ribbon; Getting ready; How to do it; How it works ... ; There's more ... ; Chapter 3: SDK Enterprise Capabilities; Introduction; Server-side concurrency control; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Client-side concurrency control; Getting ready; How to do it ... ; How it works ... ; Known limitations; See also; Executing a request within a transaction; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; Batch requests. | |
520 | 8 | |a More than 80 recipes to help you leverage the various extensibility features available for Microsoft Dynamics and solve problems easilyAbout This Book* Customize, configure, and extend the vanilla features of Dynamics 365 to deliver bespoke CRM solutions fit for any organization* Implement business logic using point-and-click configuration, plugins, and client-side scripts with MS Dynamics 365* Built a DevOps pipeline as well as Integrate Dynamics 365 with Azure and other platformsWho This Book Is ForThis book is for developers, administrators, consultants, and power users who want to learn about best practices when extending Dynamics 365 for enterprises. You are expected to have a basic understand of the Dynamics CRM/365 platform. What You Will Learn* Customize, configure, and extend Microsoft Dynamics 365* Create business process automation* Develop client-side extensions to add features to the Dynamics 365 user interface* Set up a security model to securely manage data with Dynamics 365* Develop and deploy clean code plugins to implement a wide range of custom behaviors* Use third-party applications, tools, and patterns to integrate Dynamics 365 with other platforms* Integrate with Azure, Java, SSIS, PowerBI, and Octopus Deploy* Build an end-to-end DevOps pipeline for Dynamics 365In DetailMicrosoft Dynamics 365 is a powerful tool. It has many unique features that empower organisations to bridge common business challenges and technology pitfalls that would usually hinder the adoption of a CRM solution. This book sets out to enable you to harness the power of Dynamics 365 and cater to your unique circumstances. We start this book with a no-code configuration chapter and explain the schema, fields, and forms modeling techniques. We then move on to server-side and client-side custom code extensions. Next, you will see how best to integrate Dynamics 365 in a DevOps pipeline to package and deploy your extensions to the various SDLC environments. This book also covers modern libraries and integration patterns that can be used with Dynamics 365 (Angular, 3 tiers, and many others). Finally, we end by highlighting some of the powerful extensions available. Throughout we explain a range of design patterns and techniques that can be used to enhance your code quality; the aim is that you will learn to write enterprise-scale quality code. Style and approachThis book takes a recipe-based approach, delivering practical examples and use cases so that you can identify the best possible approach to extend your Dynamics 365 deployment and tackle your specific business problems. | |
588 | 0 | |a Print version record. | |
590 | |a ProQuest Ebook Central |b Ebook Central College Complete | ||
630 | 0 | 0 | |a Microsoft CRM. |
650 | 0 | |a Customer relations |x Management |x Computer programs. | |
758 | |i has work: |a Microsoft Dynamics 365 Extensions Cookbook (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYqpdXPMXHhMBxtp4mMdHy |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Mounla, Rami. |t Microsoft Dynamics 365 Extensions Cookbook. |d Birmingham : Packt Publishing, ©2017 |
852 | |b E-Collections |h ProQuest | ||
856 | 4 | 0 | |u https://ebookcentral.proquest.com/lib/mcphs/detail.action?docID=4873672 |z Full text (MCPHS users only) |t 0 |
938 | |a ProQuest Ebook Central |b EBLB |n EBL4873672 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis36983532 | ||
938 | |a YBP Library Services |b YANK |n 14554547 | ||
947 | |a FLO |x pq-ebc-base | ||
999 | f | f | |s a2fdda88-717c-4ebc-85f5-088fb4ab5d19 |i 27314564-7279-4e0a-80e6-862e40e38202 |t 0 |
952 | f | f | |a Massachusetts College of Pharmacy and Health Sciences |b Online |c Online |d E-Collections |t 0 |e ProQuest |h Other scheme |
856 | 4 | 0 | |t 0 |u https://ebookcentral.proquest.com/lib/mcphs/detail.action?docID=4873672 |y Full text (MCPHS users only) |