Reorganize header column in related view.
Hello,
I want to reorganize column in related view, anybody knows how to do that ?
Some SQL trick or menu i have missed ?
Dear
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Hello,
I want to reorganize column in related view, anybody knows how to do that ?
Some SQL trick or menu i have missed ?
Dear
The order is ultimately determined in vtlib/Vtiger/Field.php in the function getAllForModule();
$query = "SELECT * FROM vtiger_field WHERE tabid=? ORDER BY sequence";
You can trace it all the way back from the Vtiger_RelatedList_View class.
Ok thank you for your help :)
Milestone changed to 7.1.0
Added deferred enhancement labels
Copyright 2023 Vtiger. All rights reserved.