Passion Dynamics
143 FOLLOWERS
I'm Rawish and i have been working on Microsoft Dynamics CRM since the beginning of my career. It's the most interesting thing that ever happened to me ;everyday I get to learn something new about Microsoft Dynamics CRM;which makes me share it with others & that's the purpose of this blog.
Passion Dynamics
3M ago
Originally posted on D365 Demystified:
Now, in case you are working on forms in Dynamics 365 CRM, and you want to know what all data is changed – There are 2 ways to get this Scenario Let’s look at the ..read more
Passion Dynamics
3M ago
If you have been working on dynamics projects, I bet fetch xml is your best friend as it’s really an easiest way to query and execute in order to get required results. Along with that, constructing it in advanced find ..read more
Passion Dynamics
3M ago
To be able to add an entity to data export service, you would need to make sure the change tracking option is enabled on the entity definition. we generally go to Settings – > solution or customize the system -> ..read more
Passion Dynamics
2y ago
D365 Demystified
Now, in case you are working on forms in Dynamics 365 CRM, and you want to know what all data is changed – There are 2 ways to get this
Scenario
Let’s look at the below scenario where this is useful –
You have a record which you are about to Edit. This is how it looks as of now.
Now, I have an OnSave event on which I’m calling a function to capture what all is being saved.
Now, below is what I want to change and then click Save to save the changes.
And then click Save. Now, I want to capture all this data upon Saving to know and further process what has been changed. Let ..read more
Passion Dynamics
2y ago
If you have been working on dynamics projects, I bet fetch xml is your best friend as it’s really an easiest way to query and execute in order to get required results. Along with that, constructing it in advanced find is super easy too.
Don’t forget about amazing XRM toolboxes which helps you creating even complex fetch xml queries.
It all sounds fun and easy till your fetch XML becomes really heavy with so many joins or you have a requirement where you need to make many joins.
A Quick tip!
You can have a maximum of 10 joins in fetch xml for dynamics CE.
You will notice that retrieval from ..read more
Passion Dynamics
2y ago
No change tracking available under entity definition.
To be able to add an entity to data export service, you would need to make sure the change tracking option is enabled on the entity definition.
we generally go to Settings – > solution or customize the system -> look for the entity and under “Data services” option, you should see the change tracking option. However it’s not the case anymore.
The option has disappeared from classic UI entity definition.
So where is this setting now? Well, you will find it in https://make.powerapps.com portal now. In order to see it, go to powerapps ..read more
Passion Dynamics
2y ago
Just a short blog on how you can use an application user or clientId & secret while using scribe integration for connection to Microsoft Dynamics Customer Engagement.
Now we know we can very use a standard dynamics user with scribe. However, you will most likely hit the API limits. You can read about here : https://docs.microsoft.com/en-us/power-platform/admin/api-request-limits-allocations#microsoft-power-platform-requests-allocations-based-on-licenses
The only option remains is to use an application user which allows much much more number of request in 24 hours you can make ..read more
Passion Dynamics
2y ago
Dynamics 365 has these special lookup fields which can reference multiple entities. Meaning, you can select record not just from one entity but other as well. One of the typical example is an Owner field where you chose a user or a team as well, A customer field where you can chose an account or a contact as well.
These fields have sister string fields which holds the entity schema name of the record in the main lookup field. i.e. for ownerid field, it will be owneridtype where it will be “systemuser” if owner is an user or “team” if team is the owner. These fields are often referred to ..read more
Passion Dynamics
2y ago
Here is the step by step process for adding Dynamics 365 Marketing to your dynamics 365 instance.
You can sign up for, install, and use a trial version of Dynamics 365 Marketing for free. Trials last for 30 days.
Few important points to remember :
You will receive a trial Dynamics 365 instance together with your Marketing trial. You must run the Marketing trial on a trial instance, and can’t install it on a production instance.
You can’t convert a trial instance into a production instance.
You can install, at most, one Dynamics 365 Marketing trial per Microsoft 365 tenant.
Go to the ..read more
Passion Dynamics
2y ago
This is going to be a very short blog as I am going to just reference my previous blogs to achieve a solution for this.
I have talked about Customer Journey entity in dynamics in a recent post here: The ‘Mysterious’ Customer Journey Entity In Dynamics 365 Marketing.
By now, we know that it’s not easy or straight forward to get any details from a customer journey from the back-end.
In a customer journey, customers are not directly added but rather through a “Marketing Segment”. Now we have seen in the blog above on how to get segment details used in the journey. Once we have the segment ..read more