Hi,
We implement Sugar. In this process we came accross many problems, and we solved them.
So, we thought of sharing them.
We will be publishing them in this thread one by one.
Regards,
Team Veon![]()
Hi,
We implement Sugar. In this process we came accross many problems, and we solved them.
So, we thought of sharing them.
We will be publishing them in this thread one by one.
Regards,
Team Veon![]()
We do not know whether it is solved in the latest version or not.
There was a problem with advanced search in 4.5.1d.
To solve or rather to get our work done we shifted all the advanced search parameters to the basic search.
SOLUTION: Cut and paste the parameter code from advanced part to the basic part in the searchform.html.
compare the following codes and you will be able to find what you need to change.
This works for custom defined field as well as sugar defined.
CODE IN THE ADVANCED PART:
<td class="dataLabel"><span sugar='slot5'>{MOD.month_c_0}</span sugar='slot'></td>
<td ><span sugar='slot5b'><select name="month_c[]" size="3" title="{MONTH_C_HELP}" multiple="multiple">{OPTIONS_MONTH_C}</select></span sugar='slot'></td>
CODE IN THE BASIC PART:
<td class="dataLabel" noWrap><span sugar='slot5'>{MOD.month_c_0}</span sugar='slot'> <span sugar='slot5b'><select name="month_c_basic[]" size="3" title="{MONTH_C_HELP}" multiple="multiple">{OPTIONS_MONTH_C}</select></span sugar='slot'></td>
Regards,
Team Veon
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks