Dynamics CRM Filtered Views

Dynamics CRM provides filtered views so we can access CRM data in SQL. To access filtered views, go to the Dynamics CRM company database and go to Views. You will…

Dynamics CRM Connections

…the option to enter a new role for this connection if you want to. You have the option to determine which record types the new role would apply to. Save…

Dynamics CRM Quick View Forms

…under forms New->Quick View Form: You will see the screen below: Drag and drop any fields you would like to display: Give the form a name under Properties: Save and

Product Families in Dynamics 365

…Televisions: Now, create a property. We will add “Screen Size” of type Whole Number: Click Publish to publish the new product family: Now, create a new product. Once we enter…

Unit Groups in Dynamics 365

…a Name and Primary Unit: Enter a group for Furniture: Select Add New Unit: Enter a new unit, e.g. Table: And another: The unit group can now be assigned to…

Dynamics 365 Sales Literature

…sales literature: Click New to create a new record: Note the options for the subject, and the Type: Save the record. Click to add Sales Attachments: Here you can add…

Dynamics 365 Copy Security Role

…to Settings->Security and select a role to copy: Select More Actions->Copy Role: Enter a new role name and click OK: A new role is created with the original permissions:  …

Console App Exit Codes

…an exit code. First, create a new C# console app: Now, to the main method, we will add: static void Main(string[] args) { Environment.ExitCode = 5; } The Environment.ExitCode will…