Loading...
 

vtlib Installation requires the following steps.

1.vtiger 5.0.4 should be installed.

2. Take a backup of your complete vtiger CRM Source directory.

3. Unpack the vtlib-x.y.zip into your vtiger CRM source directory.

 Note!

The source directory in this document refers to the vtiger CRM source installation. If you have used vtiger CRM bundled installation like, .exe or .bin, it will be located in \apache\htdocs\vtigerCRM

 

vtlib API - Quick Reference

vtlib includes the following APIs that can be used to create new modules. For more details please

look at the API docs.

➢Vtiger_Module

➢name

➢addBlock()

➢addFilter()

➢initTables()

➢setRelatedList()

➢setDefaultSharing()

➢enableTools()

➢disableTools()

➢save()

➢addLink()

➢Vtiger_Menu

➢addModule()

➢Vtiger_Block

➢label

➢addField()

➢Vtiger_Field

➢table

➢column

➢columntype

➢uitype

➢typeofdata

➢setHelpInfo()

➢setEntityIdentifier()

➢setPicklistValues()

➢setRelatedModules()

➢Vtiger_Filter

➢name

➢isdefault

➢addField()

➢addRule()

➢Vtiger_Event

➢register()

Admin Manual
Developer Manual