Hi,
Is there a way that i can clear the cache of CRM, after updating to version 9 i'm facing too much delay in applying the customization, for example i add new field called ets_Sequence
for the first 3-4 hours i will keep getting errors
'entityname' entity doesn't contain attribute with Name = 'ets_sequence' and NameMapping = 'Logical'.'
to fix it i need to re run my code for 2-3 times
Any ideas
*This post is locked for comments
I'm seeing this issue with SSIS imports and updating of data so doesn't appear to be browser related.
Being a CRM OL environment, i suggest you reach out directly to MS Support
There have been similar issues in the past with plug-in assemblies and post investigation it was concluded to be an MS Bug
PublishAllXmlRequest publishAllXml = new PublishAllXmlRequest();
service.Execute(publishAllXml);
Can you please provide more details reg how you are doing the publish from the SDK?
Feel free to share screenshots of your code.
I'm doing the publishing from the SDK, and i'm getting the error also from SDK not in the browser, the form will have he value but the plugin will throw the error
Try doing one of the following:
1. Publish all customizations from a different browser (IE or Firefox)
2. Clear your current browser cache and retry.
If my answer helps you, please mark it as verified.
I did that, but nothing changed, still getting the error
Have you tried to run a Publish All? This usually rebuilds the CRM Metadata Cache.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156