Hi,
after upgrading CRM from 8.2 to v9 I've found a weird issue with a linq query in the c# code.
Working fine with v8.2 but for v9 it only works for Active records, not sure why it fails for Inactive.
StatusReason = r.FormattedValues["statuscode"]
And the error is: The given key was not present in the dictionary System.Exception System.Collections.Generic.KeyNotFoundException
Any help on this?
*This post is locked for comments