Announcements
I am trying to delete connection role on connection record using DELETE association reuqest.
Checked the Odata metadata and Navigation Property has Type=mscrm.conenctionrole. So it is Single-Valued navigation property. Followed the same steps as described in
Here is my XHT DELETE url: XXXX/.../$ref
It says /ref unrecognized literal
So i removed but still getting an 400 status with message "Request message has unresolved parameters."
Please help. I am using Dynamics v9.0.1
Hi. Thank you for reaching out. Actually it got fixed. I am going the other way child->parent. instead of Parent->child.
this solved me:
req.open("DELETE", Xrm.Page.context.getClientUrl() + "/api/data/v9.0/connectionroles(" + roleEntityId+ ")/" + relationshipName+"("+conenctionId+")/$ref", false);
Hello,
Can you please provide the code you use?
André Arnaud de Cal...
293,442
Super User 2025 Season 1
Martin Dráb
232,575
Most Valuable Professional
nmaenpaa
101,158
Moderator