CoreBOSBB

Full Version: [ solved ] Business map Global Search
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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>
try with assigned_user_id
works, but show a number instead of name of users

={
update and try with Users.first_name
works ...

I think is more difficult shows users complete name, right?
yes, that would be difficult