FetchXml Query Returns Trimmed DocumentBody?

后端 未结 1 1034
南方客
南方客 2020-12-21 09:50

We have a FetchXml query with a couple of link entities, one of which is to the annotation entity in order to retrieve an attached image\'s base64 encoded conte

相关标签:
1条回答
  • 2020-12-21 10:03

    The problem ended up being an issue with the query itself. We had distinct="true" set on the fetch query, removing this attribute then caused the result to contain the entire documentbody of the image. Very strange.

    0 讨论(0)
提交回复
热议问题