I am working on an app that records required readership for staff. I have a table called DocCtrl that contains a list of document attributes (e.g. doc name, version, author, etc.). One of the fields of this table is called Training Map, which is a List from the Option Set: Training Maps.
What I am trying to accomplish is to allow the user to edit the document information and then select the groups that need to read the document by clicking the toggle switch for each required group (see sample below).
The green area is a repeating group with the following properties:
Type of content: Os Training Map
Data Source: Parent group’s DocCtrl’s Training Map
The toggle buttons are what I want to use to display if item in the list is selected.
The problem is, I would like the repeating group to display all the items in the OS Training Map, regardless of whether or not it appears in the list field, and I would like the toggle button to be on or off dependent on whether or not that group has been selected.
Any help would be appreciated.