Tag: Dynamics 365 CE
Rename multiple views easily in Dynamics 365 and PowerApps
Inkey, January 6, 202390 Views
In this blog, we will see how to rename multiple system views together using export import approach. Many a times, we come across a situation, where we rename entity. So, if we are renaming the entity, next obvious thing will be renaming the views as well. Now, if there are multiple system views then renaming […]
Read moreMining Industry… to the cloud!
Inkey, December 29, 2022103 Views
Mining is one of the most essential and possibly one of the oldest industries in the world. In ancient times, people started mining metals to make tools. With the discovery of coal, coal mining started followed by the discovery and mining of oil. Almost everything that we get which forms the very basic foundation stone […]
Read more
Dynamics 365 Plugin Assemblies. Single or Multiple? You decide!
Inkey, December 22, 2022437 Views
In most projects with Plugins, there will be an obvious need for more than one plugin. This brings up challenges for how to organize and manage the assemblies and normally will result in having to strike a balance between maximizing plugin deployment segregation, (A single plugin class per plugin assembly) and ease of deployment/visual studio […]
Read more
Dependent Assemblies Update!
Inkey, November 7, 2022508 Views
Hey Readers, breaking news!! and good ones this time!! Microsoft has released supported way for dependent assemblies in plug-ins. This release was released for public review for admins, makers, marketers, analysts automatically on 31 July 2022. General availability is yet to be announced. Currently developers use ILMerge Utility to combine set of assemblies in plug-in, […]
Read more
Dynamics 365 Sales Solutions: Are You Doing It Right?
Admin, October 7, 2022366 Views
Let me ask you a question. I give you two options and ask you to choose. I will ask you to give the reason for your choice. Simple? Wait. Hear the options and you will realize just how sadistic I actually am. Give yourself some time to think and you will sympathize with me. You […]
Read moreIntroducing Power Pages!
Inkey, August 20, 2022660 Views
Microsoft Power Pages is a part of the Microsoft Power Platform family. It is an evolution of Power Apps portals. The new features included are the new design studio. The templates are in preview for users to try and provide feedback. We can expect general availability of the Power Pages by next year. We can […]
Read moreMigrate Audit records from Dynamics 365 CRM to Azure SQL Server
Inkey, May 12, 20221375 Views
Storage space comes at a premium in Dynamics 365 world. So, we need to manage it carefully and aggressively. When audit is enabled, the space it occupies creeps up steadily and silently and we only notice it when we get a message from Microsoft telling us we have run out of storage space. So, a […]
Read moreSet Default Font style and Size of Email in Dynamics 365 Sales
Inkey, February 23, 20225466 Views
In this blog we will see how we can set default font style and font size for the Email records in Dynamics 365 Sales. To achieve this, we need to follow the steps below: Create a new web resource Bind the new Web resource to the required email form where the changes need to be […]
Read moreDynamics 365 Sales data import. Anomalous materials and unforeseen consequences
Inkey, October 28, 2021676 Views
We all have imported data into CRM at some point in our life. And a part of the process of importing data is cleaning up the data the is to be imported. I am sure almost all of us have encountered some unusual data that we had to clean up and some unusual data that looks […]
Read moreLoad metadata of all entities and get Object Type Code based on Entity name in Dynamics 365 for Sales.
Inkey, August 12, 20212235 Views
In this blog I’ll be taking you over how to get the Object type Code for the particular entity based on the Entity name. Suppose we need to get object type code for different entities in a loop in an stand alone .Net application. Generally, people are writing a fetch into the loop but not […]
Read more