Hi
I have created a list in my crm with a list of subject, how do i get the subject field in the cases editview to populate with this list?
thanks
Hi
I have created a list in my crm with a list of subject, how do i get the subject field in the cases editview to populate with this list?
thanks
I presume you have created a custom drop down field in the Cases Module (it wasn't clear from your post)
Simply goto admin>studio>cases>editview and drag your custom field to the left hand column ... then save
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
But how do i link it to the name field of the database ?
made the following adjustments to editview.php in /SUGAR/custom/modules/Cases/metadata
5 =>
array (
0 =>
array (
'name' => 'name',
'label' => 'LBL_SUBJECT',
'type' => 'enum',
'options' => 'apec_subject_list',
),
),
jt just gives me a blank drop down box though
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks