Hi, I am building an engagement tracker app and I want to build a progress update form which is similar to this checklist inspection: https://youtu.be/2eOTCAqe7PQ?t=188
On my sharepoint list, I have EngagementList, TaskList and EngagementTaskList. Engagement and Task has many to many relationship so I put the EngagementTaskList to link as one to many. Now, the tasks are fixed, every engagement has the same 9 tasks. These tasks can be categorized to 3 phases: Planning, Execution and Reporting. I want to build tabbed form same as the youtube link I provided earlier. I am a bit stuck on how should I build the form.
Questions:
- How to build form to link up those EngagementList and TaskList to EngagementTaskList so that every engagement has 9 records on EngagementTaskList (as I have 9 tasks). I have an engagement form already, should I make that every time I add a new engagement, there will be 9 new records on my EngagementTaskList with every Status field default as Not Started?
- How to make the form has all the tasks, so that there are only Task and Status fields for easy update?
Appreciate if anyone could help me on this, thanks!