Dynamics 365 and Outlook

Dynamics 365 comes with tight Outlook integration. Here we will walk through configuring Outlook and Dynamics 365. After installing the Dynamics 365 addin, you will see a CRM tab in Outlook: To configure, go to File->CRM: You will see this screen: Open Set Personal Options: Click on the Synchronization tab. Note the automatic synchronization minutes (minimum is 15 minutes): Selecting Filters will open the Synchronization Settings. You can also get … Continue reading Dynamics 365 and Outlook

Exchange Folder Level Tracking in Dynamics 365

Dynamics 365 supports folder level tracking of exchange folders using server-side sync. We will go through how this works. In Outlook, create a new folder or view existing folders: In Email Configuration Settings, select the checkbox: Then select Settings->Options->Email->Configure Folder Tracking Rules: You may see the message: You will see the window. Select your folder for tracking and the regarding record in Dynamics 365: Emails in the folder will now … Continue reading Exchange Folder Level Tracking in Dynamics 365

Introduction to Model-View-Controller (MVC) and ASP.NET

Model-View-Controller (MVC) is an architectural pattern that separates an app between data, UI and controlling. The pattern was first used on desktop computers and then became popular with web frameworks. There are several other design patterns such as MVVM (model-view-viewmodel) and MVP (model-view-presenter) that we will discuss in another post. The key with MVC is separation of concerns, or SoC, which are the different aspects of the development of an … Continue reading Introduction to Model-View-Controller (MVC) and ASP.NET

Restricting Attachment Types in Dynamics 365

In Dynamics 365, users have the ability to attach files through notes. For example, on the Account form, clicking on Notes the user can select a file to attach to the record: Let’s say you want to restrict users from uploading certain file types, for example, ZIP files. You can configure this through System Settings. Under the General tab, go to Set blocked file extensions for attachments. Here you can … Continue reading Restricting Attachment Types in Dynamics 365

Deploying Office 365 Groups to Dynamics 365

Office 365 Groups allow you to collaborate with people that use Dynamics 365 and those that do not. You may have a scenario where you have Dynamics 365 users that are uploading information on an opportunity such as documents and notes. Users outside of Dynamics 365 will be able to collaborate using Office 365 Groups. Here we will go through deploying Office 365 Groups. From Office 365, browse to Admin: … Continue reading Deploying Office 365 Groups to Dynamics 365

Dynamics 365 Relationship Types

Dynamics 365 has the ability to store many different types of records. However, the system is designed to make the most of the Account entity, and have this entity be used to store various different relationships. For example, Dynamics 365 doesn’t have a “Vendor” entity. Instead, vendors would be stored against the Account entity and then utilized as needed. To set this up, go to Accounts and create a new … Continue reading Dynamics 365 Relationship Types

Dynamics 365 Apps for Office 365 and Desktop Outlook

Microsoft has apps you can download that will make your Outlook experience enhanced with Dynamics 365 integration. To install the apps, in Dynamics 365, select the settings icon and Apps for Dynamics 365: You will see the screen below: The first links are apps for your smartphone and tablet, from the Windows Store, Apple App Store and Google Play. I will go into more details about these in another post. … Continue reading Dynamics 365 Apps for Office 365 and Desktop Outlook

Dynamics 365 Knowledge Base Management

Dynamics 365 has a knowledge base feature that can be used with 365 entities. For example, if you are looking at a case to resolve, you can click on the knowledge base to find articles related to the topic of the case. Here we will go through using the knowledge base functionality. Let’s say we have case regarding 3D printers: You can see there is a tab for KB records. … Continue reading Dynamics 365 Knowledge Base Management

Dynamics 365 Hierarchical Security

Dynamics 365 security consists of several layers. These include: Business Units Security Roles Sharing Teams Hierarchical security offers an additional security layer. There are 2 types of hierarchical security: Manager hierarchy. In this case, the manager must be in the same business unit or parent business unit of a report to see the report’s data. You may want to use this if you restrict data access between business units. Positional … Continue reading Dynamics 365 Hierarchical Security

Dynamics 365 Entity Data Types

The following are data types available in Dynamics 365. Single Line of Text Defaults to 100 length. Max length is 4000. Format IME Mode (relevant for Chinese, Japanese and Korean users): Option Set Two Options Image Whole Number -2,147,483,648 and 2,147,483,647 Format Floating Point Number Up to 5 decimal points, between -100,000,000,000 and -100,000,000,000 Decimal Up to 10 decimal points, between -100,000,000,000 and -100,000,000,000 Currency Between -922,337,203,685,477 and 922,337,203,685,477 Precision … Continue reading Dynamics 365 Entity Data Types