We have a timesheet entity and the users want to enter several activities against a single dated entry. I've create two entities.
1. Timesheet Record that has fields - Employee Name, Date, etc.
2. Task Record that has fields - Project Name, Task Undertaken, Duration (hrs) etc.
I want a form that user can enter data into Timesheet Record fields and then enter 1 or more Task records carried out on that date on the same from.
Is this possible and if so what is best way to manage this.
*This post is locked for comments