[filter] vtiger.filter.process.before

vtiger.filter.process.<strtolower($module.’.’.$componentName.”.”.$componentType)>.before vtiger.filter.process.<strtolower($componentName.”.”.$componentType)>.before vtiger.filter.process.<strtolower($module.’.’.$componentName.”.”.$componentType)>.after vtiger.filter.process.<strtolower($componentName.”.”.$componentType)>.after Returns: array($handler, $request) Parameter: array($handler, $request) $handler = Current Handler Object (Action / View) $request = current Vtiger_Request object

vtiger.filter.listview.orderby

vtiger.filter.listview.orderby OR vtiger.filter.listview.<strtolower($moduleName)>.orderby Can be used to manipulate the order of ListView Returns: array($orderBy, $sortOrder) Parameters: [vc_table vc_table_theme=”classic”]Parameter,Description|array(%0A%24orderBy%2C%0A%24sortOrder%0A),The%20existing%20Order%20information|%24queryGenerator,The%20current%20Query%20Generator%20Object|%24pagingModel,The%20current%20PagingModel|%24listviewModel,The%20current%20ListViewModel[/vc_table]

Fields configurations

During our work on the Module Designer, we must document every aspect of vTigerCRM Field handling. This should be public on this page. Displaytypes [vc_table vc_table_theme=”classic_pink”]Displaytype,Show%20in%20Detailview,Show%20in%20Editview,Show%20in%20ListView|1,Yes,Yes,Yes|2,Yes,No,Yes|3,No,No,Yes|4,Passwords,Passwords,Passwords|5,Special%20Inventory%20Field,Special%20Inventory%20Field,Special%20Inventory%20Field|6,Tags,Tags,Tags[/vc_table] Generated Type The generatedtype has no impact in VtigerCRM visibility. If set to 1 this is a field “related to module core” and if set to 2, this field…

Grundlagen

Hier erfahrt Ihr alle notwendigen Informationen über die Grundlagen des Flex Reports Modul von Redoo Networks. Der Startbildschirm ist immer die Listenansicht der Auswertungen, welche Ihr über das Menü erreicht. Grundlegend unterscheidet das System zwischen 2 Art von Auswertungen, welche beide aber identisch funktionieren. Zuerst startet Ihr immer mit einem “Live Report”. Dieser wird nicht…

EventHandler Module

To get a better way to implement enhanced functions into the VtigerCRM, we created a free Event Handling module you could use to get a safe way to extend VtigerCRM. If you install this module, you will not get any problems, because itself does absolutely nothing. The task of this module is only to provide…