Hi,
continuing the thread from vtiger forum :
Joe Bordes : " Hi,
As I stated in my previous response:
We haven't added it to the layout editor but that should be easy to do now that the hard part is working.
Adding fields is done using vtlib, have a read at the module construction manual and wiki.
"
where is reference to the manual and wiki?
Here is the cbupdate file as a sample
then add this to cbupdares.xml (or create a new xml file under cbupdater folder)
<changeSet>
<author>mslokhat</author>
<description>Add field File to Contact</description>
<filename>build/changeSets/addFileToContacts.php</filename>
<classname>addFileToContacts</classname>
<systemupdate>true</systemupdate>
</changeSet>
continuing the thread from vtiger forum :
Joe Bordes : " Hi,
As I stated in my previous response:
We haven't added it to the layout editor but that should be easy to do now that the hard part is working.
Adding fields is done using vtlib, have a read at the module construction manual and wiki.
"
where is reference to the manual and wiki?
Here is the cbupdate file as a sample
then add this to cbupdares.xml (or create a new xml file under cbupdater folder)
<changeSet>
<author>mslokhat</author>
<description>Add field File to Contact</description>
<filename>build/changeSets/addFileToContacts.php</filename>
<classname>addFileToContacts</classname>
<systemupdate>true</systemupdate>
</changeSet>