如何在RetrieveMultiple上获得opionset值

时间:2014-12-01 12:44:45

标签: dynamics-crm-2011 dynamics-crm fetchxml

我正在使用以下查询进行RetrieveMultiple调用:

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="false">
  <entity name="lt_myentity">
    <attribute name="lt_id" />
    <attribute name="lt_changetype" />
  </entity>
</fetch>

它运行正常但是lt_changetype被定义为选项集,所以在结果中我得到了像206420010这样的ID。我怎样才能获得值?

我知道RetrieveAttributeRequest但也许没有第二次调用和匹配就可以做到这一点。

1 个答案:

答案 0 :(得分:2)

如果您想获得 OptionSetValue ,您可以在从FetchXML获取数据后使用 FormattedValues 属性。请检查此FormattedValues