Dynamics CRM [WebAPI] OData,$ Expand中没有“OData.Community.Display.V1.FormattedValue”信息

时间:2017-06-21 05:33:22

标签: asp.net-web-api

请参阅图片。

enter image description here

new_p_currency是选项集

type: "new_quot_detailses",
options: "?$select=new_name,new_d_tax,new_d_totalprice,new_f_price,new_i_qty,new_txt_standard,new_txt_unitdesc,new_txt_unitgroup,new_txt_unittitle" +
         "&$expand=new_l_quot,new_l_product($select=new_name,new_d_unitprice,new_p_currency,new_p_type,new_txt_unitcode,new_txt_unitdesc,new_txt_unitgroup,new_txt_unittype)" +
         "&$filter=_new_l_quot_value eq " + quotguid,
extraHeaders: {
         "Prefer": "odata.include-annotations=*"
},

$ Expand中没有“OData.Community.Display.V1.FormattedValue”信息。

是否有可用的解决方法?

帮助!

1 个答案:

答案 0 :(得分:0)

在进行 webapi 调用时将其添加到 http 标头中:

"Prefer", 'odata.include-annotations="*"'