Page 1 of 1

How to rename fields on agent screen

PostPosted: Fri May 08, 2009 2:06 am
by avinash.godara
Hi,
My new process demands a few fields to be renamed on the agent screen Please help me out in renaming the fields.

Thanks & Regards

Avinash Godara

PostPosted: Fri May 08, 2009 2:22 am
by okli
You may edit /agc/vicidial.php and replace the names of the unused fields with your own. On version 90102-1402 this starts around line 7872 and below.
For example- replacing 'Province' with 'My field':
Code: Select all
<td align=right><font class="body_text"> Province: </td>

Code: Select all
<td align=right><font class="body_text"> My field: </td>


I would not mess with database column names or anything else, just keep a note that original field XXXX is now YYYY.

how to connect to vtiger

PostPosted: Fri May 08, 2009 8:56 am
by avinash.godara
This changes the field name in all the campaigns is there some other way to have those fields in the particular campaign. Someone suggested that we should link it to a crm or to a web form. how to connect to vtiger crm.

PostPosted: Fri May 08, 2009 5:56 pm
by mflorell
For instructions on how to connect to vtiger, read the VTIGER.txt document

PostPosted: Sat May 09, 2009 1:30 am
by avinash.godara
where i will find vtiger.txt file

PostPosted: Sat May 09, 2009 4:50 pm
by mflorell
in the docs folder or the zip file that you download to install ViciDial, or in the docs directory of the source directory.