Thanks for the response
I've tried that and the following:
Code:
array (
'name' => 'monthly_payment',
'vname' => 'LBL_MONTHLY_PAYMENT',
'type' => 'varchar',
'function' => array('name'=>'getMonthlyPayment', 'returns'=>'html', 'include'=>'custom/modules/Contacts/ContactsOpFields.php'),
'len' => '10',
'source' => 'non-db',
'studio' => 'visible',
'comment' => 'What is this customers monthly payment, if available'
) With this version, I can add the field to the Detail View, but it will not show in the subpanel. It's just an empty field in the subpanel.
Bookmarks