Book Image

Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide

By : Neil Benson
Book Image

Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide

By: Neil Benson

Overview of this book

Whether you are a consultant for a Microsoft partner, an IT professional, a developer working for a Microsoft customer, or a freelance CRM consultant; this book is the ticket to advancing your career. Stand out in the crowd by obtaining certification MB2-866 Microsoft Dynamics CRM 2011 Customization and Configuration.The "Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide" covers the official course syllabus including all the topics and procedures you need to know to pass the exam. 'Test Your Knowledge' sections at the end of each chapter offer a 75-question sample exam to help you practice and master the certification test.The "Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide" covers the official syllabus for course 80294B including a 75-question practice exam.If you're new to Microsoft Dynamics CRM or Microsoft certifications then the book kicks off with an overview of both topics before diving into the official syllabus. There are in-depth chapters covering customization basics, the organization structure, entity and attribute customization, entity relationships, user interface customization, auditing, and solutions. Each chapter includes detailed procedures that you need to know for the exam as well as a self-test section to review your learning.Microsoft endorses IT pros and developers who've proven their expertise by attaining the certification. Use this book to supercharge your career by giving yourself an advantage. Stand out in the crowd!
Table of Contents (19 chapters)
Microsoft Dynamics CRM 2011 Customization & Configuration (MB2-866) Certification Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Field-level security


Field-level security is a new feature in Microsoft Dynamics CRM 2011 that enables you to control access to custom fields. Field-level security is not supported for system fields.

Once the field-level security has been applied to a field, users are unable to work with the field unless they have the appropriate field security profile. A field security profile defines the read, update, and create permissions for a collection of secure fields.

Tip

Imagine you have a requirement to store the Government ID for a contact, but this sensitive data should only be available to users who have passed a background check. Using the field-level security, we can create a custom field (the field-level security cannot be applied to the Government ID system field on the contact entity), we can define a field-level security profile that will enable users to read and update the custom field, and apply the field security profile to a team of users that have passed their background checks.

The...