I’m looking for a way to accomplish something. This is the simple breakdown of what exists:
Employee entity - Simple data collection; firstName, lastName
Project entity - Simple data collection; projectName, projectStartDate
ProjectCheckIn entity - Many-to-One association to Project entity projectName attribute, Many-to-Many association to Employee entity (ability to add multiple employees)
What I need to figure out is a way to add several numeric fields (hours worked, etc.) for each employee associated to the project check in. As of now, I’m in the dark as to how to accomplish this within CUBA.
I would really appreciate any thoughts about how to do this.
I’m still studying this, trying to figure out exactly how to do it for my example. I really appreciate the information. I just need to figure out how to connect the dots. As of now, this seems to have the functionality I need, but it’s a bit convoluted for my level of understanding.