WPF – Set Background Color in Grid
To set the background color in a grid, select the grid and use Background:
Software + Imagination
To set the background color in a grid, select the grid and use Background:
Dynamics 365 Performance Center is a tool available to troubleshoot performance. To use it, go to your Dynamics 365 instance in Internet Explorer. Then press CTRL-SHIFT-Q. The window below will open. Press Enable: Now, in another tab, select a record, e.g. an Account record. Press CTRL-SHIFT-Q again. You will see details on the load speed of the form: Go to the Global Objects Count tab and Enable: Reload the page and press … Continue reading Dynamics 365 Performance Center
We will go through an example of how to create a new tabular model in SQL Server Analysis Services 2016 (SSAS). Open SQL Server Data Tools (SSDT) and create a new Analysis Services Tabular project: A new project will be created: Model.bim contains the following properties: Add data source connection: Connect to SQL data warehouse: To add tables to the model, click Model->Existing Connections: Open: Mark the date table as … Continue reading Create Tabular Model in SSAS 2016
Azure Key Vault allows you to encrypt keys used for authentication, storage accounts etc, in the cloud. They keys are protected by hardware security modules, or HSMs. In portal.azure.com, you can manage Key Vaults by searching for it in the menu: Select Key Vault and Create: Create Key Vault will be created:
In this post, I will show how you can use Unit Testing in Visual Studio. We will go through an example where we create some simple code and then unit test it. First, we will create a Visual Studio project as a class library: We are going to write a simple function to check if a character passed in is a vowel. Next, add a new project for our Unit … Continue reading Unit Testing with Visual Studio
Dynamics CRM has different levels of security, including: Role-based Record level Field level To set up Dynamics CRM security, go to Settings->Security: From here, you will be able to define different levels of security. You can select a user to see which security roles they currently are assigned to, and also assign roles to them. To do this, select “Users” and then select a user: Select Manage Roles: View and select … Continue reading Dynamics CRM Security
Dynamics CRM provides the ability to do a quick search. To do this, click on the search icon and enter your search terms: This will open the search screen below: You have the ability to filter based on the entities that are being searched. Note that there are only a select few entities that the search applies to: To add and remove entities, go to Dynamics CRM system settings and click Select: … Continue reading Modify Quick Find Search in CRM
In our movie example, let’s create a new entity called Actors. The entity will have a first name and a last name attribute. One movie can have many actors, and many actors can act in one movie. So, the relationship type will be N:N Relationship: Click New Many-to-Many Relationship. Select Actor as the 2nd entity: Now, go to the Movies entity and edit the form. Add a subgrid: Note the Records … Continue reading Dynamics CRM Entity Relationships
Here are some websites that provide useful USD information. Microsoft USD Team Blog USD Wiki on TechNet MSDN USD Developer Guide MSDN USD Admin Guide Unified Service Desk Guide Microsoft USD Team Blog Articles List USD Component Library – Jayme Pechan Github Neil Parkhurst Blog CRM Ramblings – Naga Srikanth Blog #USDCRMÂ #UnifiedServiceDesk
In this post, we will look at how to set up a quick create form in Dynamics 365 / Power Apps. In my environment, I have 2 entities – Entity A and Entity B: Entity A has a one-to-many relationship with Entity B: So we can add a subgrid to the Entity A form to display records for Entity B: We have a + Entity B button: If we click … Continue reading How to Setup Quick Create Forms in Dynamics 365