0

在创建事件时。我正面临这个问题。我已经创建了一些事件并且它工作正常,但有时它会显示此异常“不正确的属性值类型 Microsoft.Xrm.Sdk.OptionSetValue”。

如何跟踪哪个 OptionSetValue 引发错误。

4

1 回答 1

0

I'm going to assume that you're creating these via a C# sdk call. I believe turning on server side tracing would tell you. The other option is if you can debug it locally, catch the exception and manually attempt to update each optionset attribute, one at a time until you find the culprit.

于 2013-07-04T17:43:40.783 回答