Hi, Could you help me?
I have a problem importing a custom Entity solution in Dynamics 365 Online, Version 9.1.0.29 and I get an error:
The evaluation of the current component (name = Entity, id = xxxx) in the current operation (Update) failed during
managed property evaluation of condition: The evaluation of the current component (name = Entity, id = xxx)
in the current operation (Update) failed during managed property evaluation of condition:
Managed Property Name: canmodifymobileclientreadonly; Component Name: Entity; Attribute
Name: canmodifymobileclientreadonly;
I already followed the instructions in this article and edited the xml but it did not work.
Error:
The evaluation of the current component(name=Entity, id=xxxx) in the current operation (Update) failed during managed property evaluation of condition: Managed Property Name: canmodifymobileclientreadonly; Component Name: Entity; Attribute Name: canmodifymobileclientreadonly;
SOLUTION: I had the exact same problem and made this blog post to solve that exact problem and show you how you can identify other similar problems in the future. Hope this helps!
[View:https://www.clarkandali.com/blog/dynamics-import-error-0x8004f026-solution-the-evaluation-of-the-current-component-in-the-current:750:50]
Is correct. Thanks for that
Hi,
Does your Solution also contains Team entity. If so, you might want to edit the team entity definition in the solution customization.xml file.
1. Unzip the solution file.
2. Open the customizations.xml file in a text editor
3. Search for the LogicalCollectionName (example: teams)
<EntitySetName>teams</EntitySetName>
4. Scroll down and find the attribute name that is different (example: IsReadOnlyInMobileClient)
<IsReadOnlyInMobileClient>1</IsReadOnlyInMobileClient>
5. Change the value to the opposite of the current setting (example: 1 to 0)
<IsReadOnlyInMobileClient>0</IsReadOnlyInMobileClient>
6. Zip all the files together into a new edited solution and use this solution for the import.
Please let us know if this helps resolve the problem you are facing.
Hi Partner,
As I know , there's an outage in the Marketing List of V9.1.0.29 which has the error mapping relationship with other entity. And the outage has been fixed in the latest V9.1.0.30 which is released at last weekend at most regions.
You could try to import the custom Entity solution again in this V9.1.0.30 to check whether the error still exists.
Hope it would help.
Regards
Johnny
André Arnaud de Cal...
292,031
Super User 2025 Season 1
Martin Dráb
230,868
Most Valuable Professional
nmaenpaa
101,156