Mochabomb

Web Design and Technical notes

Mochabomb header image 2

Vtiger - add invoice ID to custom view field list

March 15th, 2007 7:03 pm · 1 Comment

Needed to create custom views that included the Invoice ID - seems to make sense.

The user “rexkenley” fixed it and posted here (Thanks!!!)

Just ensure that the field label is blank when inserting this into the vtiger_field table

INSERT INTO `vtiger_field` ( `tabid` , `fieldid` , `columnname` , `tablename` , `generatedtype` , `uitype` ,
`fieldname` , `fieldlabel` , `readonly` , `presence` , `selected` , `maximumlength` , `sequence` , `block` ,
 `displaytype` , `typeofdata` , `quickcreate` , `quickcreatesequence` , `info_type` )
VALUES ('23', NULL , 'invoiceid', 'vtiger_invoice', '1', '80', '', 'Invoice ID', '1', '0', '0', '100', '1', '69', '1', 'I~O',
 '1', NULL , 'BAS' 
These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • MisterWong
  • Reddit

Tags: vTiger

1 response so far ↓

Leave a Comment