vtlib - 1.4 released!
September 29th, 2008 by Prasad
vtlib-1.4 extends Module Manager features along with several bug fixes.
Thanks for the community support.
Exporting and Importing modules is now possible from Module Manager.
Once the new module is created using vtlib API’s you can export it either through the Module Manager or using Package API’s.
This package (zipfile) can be downloaded and imported on other vtiger CRM.
Check out the documentation for more details and give a shot today
Download URL: http://forge.vtiger.com/frs/?group_id=174&release_id=452
Regards,
Prasad




Hi
i need to know ho to use vtilb to create a new module PRODUCTSINFO into Inventory Menu’ with these basic fields :
PRODUCUTSINFO_ID (int(19) - primary key)
ACCOUNTS_ID (uitype ?? accounts/contacts popup selection)
PRODUCT_ID (uitype ?? products popup selection)
PRODUCTSINFO_NAME (var(255) - text area)
PRODUCTSINFO_ENDDATE (date )
PRODUCTSINFO_UPGRADABLE (boolean )
I need also to “attach” this one into Accounts, More info Tab
Thanks in advance
Carlo
p.s.
if is needed some more field…
THANK YOU
Hi Carlo,
vtlib does not support linking between modules and ability to create popup selection box right now.
There needs somework in adding hooks to the library to achieve the requirements which are on the roadmap of vtlib.
Will keep you posted once it is achieved. Hopefully in next few release!
Regards,
Prasad
vtiger Team
Hello,
Would like to know if the following warning comes with this new version?
Warning: Invalid argument supplied for foreach() in /var/www/vtigerLH/modules/Settings/PickList.php on line 173
Warning: array_pad() [function.array-pad]: The argument should be an array in /var/www/vtigerLH/modules/Settings/PickList.php on line 55
Warning: array_chunk() expects parameter 1 to be array, null given in /var/www/vtigerLH/modules/Settings/PickList.php on line 55
Those warning are comming when I’m in Picklist Editor.
Thx