Vtiger secondary development-detailed configuration of visualization work [top secret of internal information] system management system customization to add workflow management module 1. adding method: database table vitger_settings_field add a record: linkto: index. php? Module = WorkflowSett Vtiger secondary development-detailed configuration of visualization work [top secret of internal information]
In system management, the system customizes and adds the workflow management module.
1,
Add a record to the database table vitger_settings_field:
Linkto: index. php? Module = WorkflowSetting & action = index & parenttab = Settings
Modify the value of vtiger_settings_field_seq after adding (add 1)
2,
Added support for WorkflowSetting to the system module and set it to the system default activation module.
Modify include \ utils \ VtlibUtils. php (138 ):
Add 'workflowsetting' to the vtlib_moduleAlwaysActive () function'
3. use Vtlib to add a new module named Workboard, that is, work management or audit module.
Special considerations for modifying data types above 500: (502 504 adding data types)
Modify table vtiger_ws_entity and add Workboard
Modify the number of vtiger_ws_entity_seq update records
4. modify index. php
Support for ceajax = true AJAX mode
5. inside Smarty
Add WorkDetailView. tpl
Added support for TAB switching by modifying ListViewEntries. tpl.
Modify EditViewUI. tpl to add support for special workflow types (502 504 505)
7. iclude/ListView
Modify list control-ListVIewController. php (uitype 504 505)
8. JS-related modifications
Include/js
ListViewjs
Modify
Delete function massDelete ()
Show function showdefacustocustomview ()
AJAX function getListViewEntries_js ()
Add showdefacustocustomviewtab () function
------ Solution --------------------
Foreign crm is really hard to use in China.
------ Solution --------------------
Looks good.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.