01-26-2015, 09:20 AM
The easiest way to find that information is on the edit screen:
the information is also in the vtiger_field database table.
- * go to the module you have the field on
*edit a record
*right click on the field you want to find
* select "inspect element"
* that will show you the html of that field
* look for the "name" attribute of the input element, there you will see the number assigned to your custom field
* another way is to select the field by clicking and dragging the mouse over the input field
* click the right button on the selected area
* select "show selected html source"
the information is also in the vtiger_field database table.
Joe
TSolucio
TSolucio