Create Custom List View

I created a new module and I want that when entering the module it already enters directly in the detail screen of a pre-registered detail and not in the list view page, is there any way to do this?

Hi, welcome. There is no feature for this but it would be a simple customization.

You might try making a custom version of

https://github.com/salesagility/SuiteCRM/blob/master/themes/SuiteP/tpls/_headerModuleList.tpl

to redefine the way the menu entries are built. But there might be other places that require changing.

You can also think of using a redirect so that when the list view is entered it moves somewhere else.

https://docs.suitecrm.com/developer/

Thnks a lot, i create a custom version and this worked for me, thnks!