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 know. Btw A and B are custom entities. Thanks

link|improve this question

29% accept rate
feedback

1 Answer

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.