How to redirect directly?

Arthur Sanchez
Giga Guru

Guys, how do I create a module and when the user clicks on the module, he is immediately redirected to a form? I want to make a module where, regardless of view rule, list layout or role.

 

When someone accesses the module it will automatically redirect directly to the form I create, how do I do this? Has as?

If possible, explain how to do this configuration, I'm doing everything via Studio, so this is my application creation tool
8 REPLIES 8

Bert_c1
Kilo Patron

Hi Arthur,

 

Try looking at existing OOB modules that do what you want. One is named "Create New" defined on the incident table.

 

Screenshot 2024-05-14 151840.png

From the 'sys_app_module' table.

Dude, this way it seems like it worked for you, but what I'm trying to do is do this in an application that I created myself, and there in the image there is an argument that I don't even know how and where it was made.

But logically the way is to use the link type as URL and pass the argument, but how do I create this argument so that it ends up in my creation form?

Naomi5
Giga Guru

Hi Arthur, 

 

So like what Bert has mentioned in his response. Using Incident as an example.

 

When you do "incident.do" in the navigator it will take you to the form because it is opening the URL as "incident.do". 

When you do "incident.list" in the navigator it will take you to the list because it is opening the URL as "incident_list.do"

I think the way is to use the URL and arguments as link type, the problem is, I don't know how to build the argument for my application, If you could explain to me how to check the argument I would appreciate it.