Skip to Content
0
Feb 18, 2021 at 03:25 PM

Reading Data from entity by Reference

150 Views

Hi,

I'm trying to update info on a specific entity but I'm having trouble loading the data into the page.

I have the following page structure:

  • Master page - Displays list from entity set 1
  • Detail page - Displays info from selected entity from entity set 1 and a tab controller.
  • Tab - Contains a form page to edit entity from an entity in entity set 2 where the entity key is composed of 2 properties that are contained in the entity 1

The issue is that the entities are not connected with an association and I couldn't find a way to load this entity 2 into the page.

Is there a way to do this without creating a rule that performs a read operation?

Thank you