8. How to move a module from one category to another

Question

How can a user move a module from one category to a different category in Vtiger?

Main menu configuration allows user to move a module up and down in the que, but does not allow to move one module from one section to another, here is a video for clarification

Solution

It can be done through database

Make the changes in the table: vtiger_app2tab

INSERT INTO vtiger_app2tab
                (tabid, appname, sequence, visible)
VALUES ('22', 'SALES', '7', '1');

22 is the tabid for the "Sales Order" module in our example

ExtensionVtiger default

Description

How to move a module from one category to another

Created by

Salman (May 20,2022)

Last updated