开发者

How to delete entity link in Dynamics CRM 4 using webservices

开发者 https://www.devze.com 2023-01-22 21:17 出处:网络
If I have a 1:N relationship with A with B.Is there a web service method that I could use to remove the link between A and B[i] with out actually removing the entity B[i], if the Id of both are kno开发

If I have a 1:N relationship with A with B. Is there a web service method that I could use to remove the link between A and B[i] with out actually removing the entity B[i], if the Id of both are kno开发者_JS百科w. Btw A and B are custom entities. Thanks


Set the IsNull and IsNullSpecified properties of the respective lookup attribute in B[i] to true and update the record. The A record does not "know" about the link anyway.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号