Posts: 169
Threads: 70
Joined: Nov 2015
Reputation:
24
Hello,
I have new PBX client (not asterisk) that can open URL when there is incoming call to my extension.
Is Corebos have some URL pattern that take the called ID as parameter and display the contact/lead name and link?
Thank you
Posts: 1,665
Threads: 644
Joined: Aug 2016
Reputation:
164
Hi
I think will need create specific code for that
you can ask in coreBOS support a quote for him developer this, if you interested.
Ranieri
eCRM Web
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
One idea that comes to mind is to launch a Global Search; if there is more than one record with the phone you will see them all and if there is only one you will be directed to that record.
http://your_server/your_corebos/index.php?action=UnifiedSearch&module=Utilities&search_onlyin=--USESELECTED--&query_string=phone_number
Let me know how it goes
Joe
TSolucio
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
action and module are standard MVC structure, so those are mandatory.
search_onlyin is the picklist before the global search input and may contain a list of modules you want to search in. if you reduce the number of modules it will be faster
this is a global search, the exact same one you get using the input at the top of the screen so it should work with custom fields
Joe
TSolucio
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
comma separated list, probably like this `Accounts,Contacts`
Joe
TSolucio