Hi,
Let's say in Opportunities module we have account and contact field.
Now is possible to do quicksearch in contact field, filtering by the value entered in account field?
Hi,
Let's say in Opportunities module we have account and contact field.
Now is possible to do quicksearch in contact field, filtering by the value entered in account field?
Anybody, has a solution?
Yes it is possible ,
you have to add the contact field in search area through studio .......
Best regards,
SARFARAZ AHMED KHAN
Karachi, Pakistan
skype: genius_crystal
genius_crystal@hotmail.com
92-314-2595624
No, we want the following. After user selects Slender Broadband for Account field,
then when entering the first letter in contacts fields, quick search should return and display only those contact names that are assigned to Account Slender Broadband. Is there a solution?
![]()
Hi this is possible just add same code in editviewdefs.php for opportunities
array (
'name' => 'Contact_field_name',
'displayParams' =>
array (
'initialFilter' =>
array (
'Account_field_name_inthis_module' => 'Account_field_name_in_Contact__module',
),
),
'label' => 'LBL_CONTACT_PERSON',
),
Vishwasrao Salunkhe
vishwasrao.salunkhe@gmail.com
Fan Of Sachin Tendulkar
Operating System :- Windows XP
PHP Version:- 5.3
Apache :-2.2.11
MYSQL :-5.1.36
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks