Hi,
Does anybody know why one of the columns in my contacts subpanel under Accounts details view
is not sorting the data and that it only outputs a blank for that column ?
Any help is much appreciated.
Thanks in advance.
Hi,
Does anybody know why one of the columns in my contacts subpanel under Accounts details view
is not sorting the data and that it only outputs a blank for that column ?
Any help is much appreciated.
Thanks in advance.
Which column?
You can change list's layout by using Studio.[Admin] -> [Studio]
To change layout of contacts subpanel under Accounts,
Select [Accounts] - [Subpanels] - [Contacts].
Hi,
On the detail view of an Account there is a Contacts subpanel.
The contacts subpanel has columsns: name, title
All the mentioned columns are sortable but when I click title column to sort it,
the output the the title column disappears.
What I did was modify ForAccounts.php under
/modules/Contacts/metadata/subpanels/ForAccounts.php
added:
'title'=>array(
'name'=>'title',
'vname' => 'LBL_LIST_TITLE',
'widget_class' => 'SubPanelDetailViewLink',
'module' => 'Contacts',
'width' => '43%',
),
Where do I find the query that sorts the subpanel ?
Thanks...
Last edited by kurt.maderal; 2009-07-31 at 04:12 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks