Skip to content

Creating and removing N:N relationship between Dataverse records using JavaScript and Power Pages Web API

[ad_1]

Managing Dataverse N:N relationships between records using the Power Pages Web API can be trickier as there are few samples around and the syntax differs a little bit from handling N:N relationships using the Dataverse Web API.

In this post I will show a quick code sample on how you can handle that, using a sample N:N custom relationship between Contacts and Accounts.

Prerequisites

  • All required fields (including the N:N relationship name) in the code must be enabled for the WebAPI for the Power Pages site where you wish to run the code creation via Web API
  • The WebAPI Wrapper code must be added to the page you are using the JavaScript code
  • An N:N relationship between Contact and Account needs to be configured in Dataverse (out of the box a Contact can have only one Account associated, but with this custom relationship we can assign to more)

Associating a Contact with an Account in an N:N relationship

You can use the following function to Associate a Contact with an…

[ad_2]

Source link

Leave a Reply