I want to force the parent type in the phones mod to be lead
Where would i be able to do that?
I want to force the parent type in the phones mod to be lead
Where would i be able to do that?
Last edited by cff_moiseszaragoza; 2011-09-26 at 03:07 PM.
\modules\phone_Phones\metadata\listviewdefs.php
I was able to find
is this where i should be making this update?PHP Code:'PARENT_NAME' => array(
'width' => '20',
'label' => 'LBL_LIST_RELATED_TO',
'dynamic_module' => 'PARENT_TYPE',
'id' => 'PARENT_ID',
'link' => true,
'default' => true,
'sortable' => false,
'ACLTag' => 'PARENT',
'related_fields' => array('parent_id', 'parent_type')
),
'PREFERRED_USE_DOM' =>
The problem is that i am geting NULLS when i create a phone Number
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks