我有一个FetchXML查询,它为我的门户返回正确的实体。
如何获取存储在CRM中的翻译值
<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true">
<entity name="testentity">
<attribute name="xyz_testclassification" />
<attribute name="xyz_schemaname" />
</entity>
</fetch>https://stackoverflow.com/questions/51329138
复制相似问题