Jump to content

Storing information in an entity referred to a table


AGarcia
 Share

Recommended Posts

Hi,

I would like to model the following. Having information stored in every entity instance containing the information to a set of tasks that can be performed to that entity and, whether they have been performed.

I have created a model. There is a set of entities that will enter the model. This is stores in a table (allEntities).

Some tasks can be done to entities. This is in another table (allTasks).

Every single entity will have several tasks associated among all possible tasks. This is in a third table (infoEntities).

When an entity enters the model, I would like each of them to have that information and, as those tasks are done, keep some record that they have been done.

I have created a repeat group property within the ModelEntity object to grasp info from infoEntities table and the make use of it. But I have not been able to make it work.

Could you provide me with some hints to progress?

A model and a document with images is attached.

Many thanks.

description.pdf

model.spfx

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...