Microsoft Dynamics CRM 2011 Reporting. Everything you need to know to work with reports in Dynamics CRM 2011 - Helion
Tytuł oryginału: Microsoft Dynamics CRM 2011 Reporting. Everything you need to know to work with reports in Dynamics CRM 2011
ISBN: 9781849682312
stron: 308, Format: ebook
Data wydania: 2013-06-25
Księgarnia: Helion
Cena książki: 134,10 zł (poprzednio: 149,00 zł)
Oszczędzasz: 10% (-14,90 zł)
All of the data entered into a CRM means nothing if it is unable to report the important information to our managers and executives in such a way that they can easily and quickly get the results they need. A better reporting system would enable them to make the necessary improvements to the processes that any business needs in a dynamic business world.For users and developers wishing to take advantage of using the report capabilities of Dynamics CRM, this is the book for you.
Microsoft Dynamics CRM 2011 Reporting is a practical and excellent reference guide that provides you with a number of different options you can use to create and empower the Reporting capabilities of Dynamics CRM. This will give you a good grounding in using the reports in your Dynamics CRM 2011 implementations.
This book looks at all the different options we can use to create reports in Dynamics CRM 2011, starting with SQL Reporting Services and custom reports, created in either CRM Report Wizard, SQL Report Builder, or Visual Studio. It will also show other options we can use such as dashboards, charts, and different ways to optimize and automate reports.We will also learn how to build our own reports either using the different wizards for basic reports or using Visual Studio for more complex reports. We will explore the options mobile CRM users have who want to run and see reports on these mobile devices.
Osoby które kupowały "Microsoft Dynamics CRM 2011 Reporting. Everything you need to know to work with reports in Dynamics CRM 2011", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Microsoft Dynamics CRM 2011 Reporting. Everything you need to know to work with reports in Dynamics CRM 2011 eBook -- spis treści
- Microsoft Dynamics CRM 2011 Reporting
- Table of Contents
- Microsoft Dynamics CRM 2011 Reporting
- Credits
- About the Author
- About the Reviewers
- www.PacktPub.com
- Support files, eBooks, discount offers and more
- Why Subscribe?
- Free Access for Packt account holders
- Instant Updates on New Packt Books
- Support files, eBooks, discount offers and more
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Errata
- Piracy
- Questions
- 1. Introduction to Reporting in Microsoft Dynamics CRM
- CRM report types
- CRM report settings
- Categories
- Related Record Types
- Display in
- Languages
- SQL reporting services versions
- SQL Server databases
- Windows Service
- Report Manager website
- Report Server Web service
- Installation and configuration of Reporting Services Extensions
- Installation and configuration of Report Authoring Extension (Visual Studio development)
- Summary
- 2. Database Basics
- ERD basics
- Relationship types
- One-to-many relationships (1:N)
- Many-to-one relationships (N:1)
- Many-to-many relationships (N:N)
- Relationship types
- SQL overview
- Select
- Update
- Delete
- Insert
- WHERE
- ORDER BY
- group by
- join
- SQL advanced
- CREATE TABLE
- DROP TABLE
- Stored procedures
- Cursors
- Transactions
- FetchXML overview
- Select fields
- Filters and conditions
- Order by
- Group by
- Linking to other entities
- Inner join
- Outer join
- Summary
- ERD basics
- 3. Creating Your First Report in CRM
- Using Microsoft Dynamics CRM 2011 Report Wizard
- Using Visual Studio
- Publishing the report
- Summary
- 4. SQL Server Report Builder
- Report Builder overview
- Datasets
- Query Designer
- Creating a new report
- Table or Matrix Wizard
- Adding a logo to our report
- Advanced reports with Report Builder
- Map Wizard
- Map visualization types
- Testing the Map report
- The Report Builders limitations
- Summary
- 5. Creating Contextual Reports
- Using Visual Studio
- Toolbox
- Expressions
- Prefilters
- Report parameters in detail
- CRM_FilterText
- CRM_FormatDate
- CRM_FormatTime
- CRM_FullName
- CRM_FilteredAccount
- CRM_URL
- CRM_CalendarType
- Data sources
- Embedded data sources
- Shared data sources
- Data sets
- Groups on data sets
- Adding columns to the report
- Hiding and showing columns
- Charts
- Drill-down and collapsible controls
- Summary
- Using Visual Studio
- 6. Creating Inline Reports
- Embedding reports on an entity form
- Creating a custom solution
- Creating the HTML web resource
- Implementing the report control
- Developer Toolkit
- Summary
- Embedding reports on an entity form
- 7. Using Reports and Charts in Dashboard
- Showing report on a dashboard
- Exporting dashboards
- Basic charts
- Drill-down chart
- Charts editor
- Exporting charts
- Charts internals
- 3D charts
- Summary
- Showing report on a dashboard
- 8. Advance Custom Reporting and Automation
- The ASP.NET report
- Late binding
- Early binding
- CRM integration
- Silverlight reports
- MVVM
- Basic report automation
- Report scheduling
- Advanced report automation (programmatically)
- Summary
- The ASP.NET report
- 9. Failure Recovery and Best Practices
- Common failures in SSR authentication
- Tracing
- Enabling CRM Trace
- Using SQL Trace
- Report development best practices
- Report deployment best practices
- Improving the performance of reports
- Creating report caching
- Creating report snapshots
- Summary
- 10. Mobile Client
- New features for mobile clients
- The sales process
- The autosave feature
- SQL Server 2012 with SP1
- Microsoft Surface
- The mobile client's considerations
- Authentication considerations
- Custom reports development considerations
- Summary
- New features for mobile clients
- A. Expression Snippets
- Basic expressions
- Constants
- Variables
- Advanced expressions with VBScript code
- References
- Working with control events
- Actions
- Visibility
- Interactive Sorting
- Summary
- Basic expressions
- Index