Hi guys,<br><br>I need a little help, I posted on the forum a question but didn't get any answer yet (<a href="http://forums.vtiger.com/viewtopic.php?p=64151">http://forums.vtiger.com/viewtopic.php?p=64151</a>)<br>I am trying to display a custom field in a list view, for exemple the sale order list in a specific account should display my custom field cf_354.<br>
In 4.2.3 I made it work but cannot get it working with the same method in 5.0.4:<br><br>In salesorder.php I add my custom field in <br><br> var $list_fields = Array(<br> 'Order No'=>Array('crmentity'=>'crmid'),<br>
'Subject'=>Array('salesorder'=>'subject'),<br> 'Account Name'=>Array('account'=>'accountid'), <br> 'Quote Name'=>Array('quotes'=>'quoteid'), <br>
<b> 'My Custom field'=>Array('salesordercf'=>'cf_354'),</b><br> 'Total'=>Array('salesorder'=>'total'),<br> 'Assigned To'=>Array('crmentity'=>'smownerid')<br>
);<br> <br> var $list_fields_name = Array(<br> 'Order No'=>'',<br> 'Subject'=>'subject',<br> 'Account Name'=>'account_id',<br>
'Quote Name'=>'quote_id',<br> <b> 'My Custom field'=>'cf_354',</b><br> 'Total'=>'hdnGrandTfdotal',<br>
'Assigned To'=>'assigned_user_id'<br> );<br><br>I also had a look for an error in the log, but none is logged..<br>If somebody get it working with the exact same method as in 4.2.3, I would be glad to know(It would mean that I made a mistake) else if somebody get it to work on 5.0.4, I would be very thankful for an hint.<br>
<br>Bye guys,<br>Clem<br>