Hi experts
Question 1.
I have a question of Dynamics 365 CRM. When clicking on the dynamics 365 CRM system or publishing(Import) related content, there is a long time lag. you know I can't do anything until he loads it
Do you have any ideal of speed up progress? I would appreciate it very much if you can provide a solution immediately.
Question 2.
The customer previously imported data to CRM, and it contains a large amount of duplicate data. Now the customer wants to delete the duplicate data, but it is inefficient if the customer removes the data by themselves. They want our engineering team to help him quickly delete data from the background.
The data imported before April 30 need to delete. The FetchXml is:
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
<entity name="new_asset">
<attribute name="new_assetid" />
<attribute name="new_name" />
<attribute name="createdon" />
<filter type="and">
<condition attribute="createdon" operator="on-or-before" value="2020-04-30" />
</filter>
</entity>
</fetch>
Thanks
xiaoxiaoniu