We have Sugar Community installed on our local network, no outside access is permitted. Trying to find a way to send the user name, password, and then a search string all in 1 http command.
Our phone system will do a screen pop based on the incoming caller ID name so I am trying to pass the following from the phone system software to Sugar
Doing the above lands the user on the logon page. No search is completd.Code:http://localhost/sugarcrm/index.php?action=Authenticate&module=Users&return_module=Users&return_action=Login&user_name=joeblow&user_password=12345&login_theme=Sugar&login_language=en_us&module=Home&action=UnifiedSearch&query_string=companyname
However, If I only send this:
Code:http://localhost/sugarcrm/index.php?action=Authenticate&module=Users&return_module=Users&return_action=Login&user_name=joeblow&user_password=12345&login_theme=Sugar&login_language=en_us
The user gets logged in fine, but then has to manually search.
Am I missing something or is this just not possible? The phone system software is unique to each user so I can set each users username and password on there client but I can't find a way to login and search in 1 http string to save my life.
Any suggestions would be much appreciated.
Thank you


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks