Adding a confirmation link in an email can be beneficial in various scenarios, enhancing user engagement and providing valuable insights. Here are several scenarios where a confirmation link proves useful: approvals from users with no access to Power Apps, subscription confirmation, account activations, … One way to achieve this is by creating a Power Automate […]
-
How to Dynamics 365
Create automatically only specific addresses on contact and account creation
Dynamics 365 allows you to define different address types, such as “Primary,” “Billing,” “Shipping,” etc., for accounts and contacts. By changing system property “CreateOnlyNonEmptyAddressRecordsForAccountAndContact” and customizing your forms and processes,…
-
How to Dynamics 365
Deactivate automatic address creation for Contact Account and Lead
By default, in Dynamics 365, when you create records for entities like contacts, accounts, and leads, related address records are automatically generated. This is designed to streamline the data entry…
-
Power Automate
Use alternate Keys in Power Automate Flows
Using alternate keys in Power Automate when connecting to Dynamics 365 is a valuable approach for performing operations on records based on unique identifiers other than the default the record…
-
How to Dynamics 365
Why XRM 360 ?
Throughout the years I have learned a lot from the Microsoft Dynamics community, especially from people that took the time to explain “How to … ” and “Step by Step…
-
Business SolutionsHow to Dynamics 365Proof of concept
Get Option Set Values using SQL
SELECT distinct AttributeValue, Value FROM StringMap (nolock) WHERE AttributeName = 'filedName' }