How to redirect directly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 11:51 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 12:19 PM
Hi Arthur,
Try looking at existing OOB modules that do what you want. One is named "Create New" defined on the incident table.
From the 'sys_app_module' table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 12:43 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2024 12:40 PM
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"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2024 09:59 AM