Hello,
We have a scenario where on the web UI form a user can pick multiple resources and roles tied to these resources. On the same form the user is able to add access (which will enable them to pick another resource/role combination) or delete access.
On submit a request number is generated which will be used to track the request in the approval steps etc
The question we have is, say in one request the user selected 4 resource/role combinations, how can 4 values(pertaining to 4 resource/role combos) be inserted into the DB, but still tied to the same request number?
Thanks in advance