DataMember not set error

DataMember not set for a screen section inside a screen. Cannot render a screen section.
That means that you have a screen section with blank (or badly filled) DataMember property.

  1. Navigate to screens in your model browser.
  2. Select screen section inside a screen.
  3. Press F4 and check DataMember property in the right panel. First check that DataSource is set to OrigamDataSet. Then select the DataMember.

DataMember

If the dropdown is empty, it means that you have not created a Data Structure for your entity.
4. Repeat this for all of your screen sections.

1 Like