This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple access requests in a single request

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

  • Hello,

    I am guessing that this is a custom web UI form?

    In this case you will need to assign these requests (ShoppingCartItem/PersonWantsOrg items) to the same ShoppingCartOrder, which contains the request number.

    HTH