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…
Tag: Dynamics 365 Performance
-
-
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…
-
Business SolutionsHow to Dynamics 365Proof of concept
Get Option Set Values using SQL
SELECT distinct AttributeValue, Value FROM StringMap (nolock) WHERE AttributeName = 'filedName' }
