CodingCat
CodingCat

Reputation: 11

Subgrid won't display on basic form (Power Pages, Dataverse)

Basic form has a subgrid to enter data inside of it (it is data to be inserted into another table view). In the basic form designer and page preview in Microsoft Power Pages it shows up (including the add record button).

In the preview page however the other form fields show up besides the subgrid. In the table which the subgrid is connected to I have also created a record because it said somewhere it would need a main record but that still has not fixed the issue. In the subgrid properties there are no specific options to enable permissions nor to set it up as create, edit or detlete functions. I am new to Power Pages and Dataverse as well but as hard as I searched and tried various online solutions it still seems it does not want to work.

Upvotes: 1

Views: 251

Answers (1)

Pooya
Pooya

Reputation: 11

consider two things :

  1. adding Subgrid Metadata for your main form (EntityForm)
  2. User permission for read/create on the subgrid table

Upvotes: 0

Related Questions