Results 1 to 5 of 5

Thread: Sugar CRM integration with custom PHP applications

  1. #1
    gopalkalasa is offline Member
    Join Date
    Dec 2008
    Posts
    15

    Default Sugar CRM integration with custom PHP applications

    hi,
    i am using sugarcrm 5.1 and trying to integrate with php app, but i cant able to logging in to sugarcrm , i'm also not getting error value, is there any settings in sugarcrm to allow tat??

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Sugar CRM integration with custom PHP applications

    Hi gopalkalasa

    How are you trying to logging in the SugarCRM?

    Regards
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    hubcrm is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Surrey - UK
    Posts
    90

    Default Re: Sugar CRM integration with custom PHP applications

    Probably need more than a one liner on what you're trying to achieve for anyone to give you some meaningful help. There are a number of ways you could tackle integration.

  4. #4
    jbalyo's Avatar
    jbalyo is offline Senior Member
    Join Date
    Nov 2008
    Posts
    27

    Default Re: Sugar CRM integration with custom PHP applications

    if you're using php/soap, the param array should look similar to this:

    Code:
    $params = array(
    			'user_auth' => array(
    			'user_name' => $username,
    			'password' => md5( $password ),
    			'version' => '0.1'
    			),
    			'application_name' => 'soapleadcapture');
    The password should not be plain text, but rather an md5 hash of the password. Of course this may not be the issue. Can't tell without details.

  5. #5
    gopalkalasa is offline Member
    Join Date
    Dec 2008
    Posts
    15

    Default Re: Sugar CRM integration with custom PHP applications

    hi, i found the solution, yes i'm using php/soap method login for sugarcrm, instead of using 127.0.0.1 in url i was using localhost , tat was the problem. .
    thanx for ur reply. .

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Support for SIP-compatible VoIP applications
    By softechmatrix in forum Feature Requests
    Replies: 4
    Last Post: 2008-03-27, 06:12 PM
  2. integrate sugar with all applications
    By ryangillespie in forum Feature Requests
    Replies: 0
    Last Post: 2006-06-11, 08:59 PM
  3. Applications for mobile devices
    By Pacho05 in forum Help
    Replies: 0
    Last Post: 2006-01-30, 01:07 PM
  4. Replies: 0
    Last Post: 2005-08-02, 09:58 PM
  5. Custom Mambo/Sugar Integration South Florida
    By atapi in forum Classifieds
    Replies: 0
    Last Post: 2005-03-21, 02:07 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •