Wiktor
My feedback
5 results found
-
4 votes
It appears that VS2026 supports extensions built for VS2022. I did some preliminary testing and it appears that XrmToolkit works without issues in VS2022. Please reach out if run into any problems.
Wiktor shared this idea ·
-
3 votes
Wiktor shared this idea ·
-
3 votes
An error occurred while saving the comment -
2 votes
Wiktor supported this idea ·
-
7 votes
Wiktor shared this idea ·
Hi Ahash,
you could bypass this by using the IsDirty property. As you see, the Update only happens if there are changed values. So your code could look like this:
var entitiesThatWillGetUpdatedCount = myEntities.Count(x => x.IsDirty);