CoreBOSBB
[ solved ] Business map Global Search - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: [ solved ] Business map Global Search (/showthread.php?tid=1726)



[ solved ] Business map Global Search - rslemer - 03-06-2020

I created a BM for setting global search

this works fine, if I removed a "assigned to" in showed fields

I wish, if lead is found, shows name of user is assigned to in floating list

what I do wrong?

<map>
<mincharstosearch>10</mincharstosearch>
<maxresults>10</maxresults>
<searchin>
<module>
<name>Leads</name>
<searchfields>phone,mobile</searchfields>
<searchcondition>contains</searchcondition>
<showfields>firstname,lastname,phone,mobile,smownerid</showfields>
</module>
<module>
<name>Contacts</name>
<searchfields>mobile,homephone,phone,otherphone</searchfields>
<searchcondition>contains</searchcondition>
<showfields>firstname,lastname,phone,mobile,smownerid</showfields>
</module>
</searchin>
</map>


RE: Business map Global Search - joebordes - 03-06-2020

try with assigned_user_id


RE: Business map Global Search - rslemer - 03-06-2020

works, but show a number instead of name of users

={


RE: Business map Global Search - joebordes - 03-07-2020

update and try with Users.first_name


RE: Business map Global Search - rslemer - 03-07-2020

works ...

I think is more difficult shows users complete name, right?


RE: Business map Global Search - joebordes - 03-09-2020

yes, that would be difficult