CRM WEB API v9.2 更新 OpportunityProducts:尝试更新 OpportunityProducts 实体中的 EquipmentId 并收到错误
CRM 不支持直接更新实体引用属性,请改用导航属性。
尝试更新 OpportunityProducts 实体中的 EquipmentId 并收到错误。
如何获取导航属性?
CRM do not support direct update of Entity Reference properties, Use Navigation properties instead.
Trying to update EquipmentId in OpportunityProducts Entity and getting the error.
How to get the Navigation properties?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在处理查找时(例如代码中的训练器),语法不同,请尝试使用我的工具 Dataverse REST Builder 生成正确的语法 github.com/GuidoPreite/DRB
这个工具帮助我找到了解决方案
when dealing with lookups (like the trainer one in your code) the syntax is different, try to use my tool Dataverse REST Builder to generate the right syntax github.com/GuidoPreite/DRB
this tool helped me to get the solution