The CreatorCon Call for Content is officially open! Get started here.

Role Configuration with Form

Arthur Sanchez
Giga Guru

Help me here guys, I have an application with 4 forms:

  • User
  • Support
  • Manager
  • SupUser

3 list layouts:

  • User
  • Support
  • Manager

And the roles:

  • user,
  • support
  • manager
  • supuser
I created supuser so that it could enter the SupUser form, so that supports can also create tickets in a separate module, the problem is, it is entering the Support form to create a new ticket, and it should enter directly into SupUser to create , the Support form is for him to receive a ticket
Captura de tela 2024-05-09 090042.pngCaptura de tela 2024-05-09 090054.pngCaptura de tela 2024-05-09 090119.png
The flow is:
  1. the user creates 1 ticket
  2. support receives it and downloads it or changes the queue
  3. the manager monitors
Now I'm trying to implement a module where support can also create a ticket, but I can't direct it to the correct form when creating it, I have to have 2 forms for support, 1 for him to create a ticket and another for him to receive the tickets that were created by the user or other support. PLS HELP ME
11 REPLIES 11

Can you show me how I would put a URL in the module to redirect it to the form?

Community Alums
Not applicable

Open the module to edit it and add as argument :

sysparm_view=<YOUR VIEW HERE> - example - sysparm_view=ess

JoroKlifov1_0-1715349589180.png