Results 1 to 4 of 4

Thread: function createNewContact

  1. #1
    alexm is offline Junior Member
    Join Date
    Apr 2005
    Posts
    2

    Default function createNewContact

    Any idea whether this function will work (from \www\mambo\components\com_sugarregistration\sugari nc\sugarcontact.php)?

    I would like to have the mambo registration create (at the moment of confirmation/activation) a contact or lead in SugarCRM.
    Has anyone modified the code to accomplish this?

    Thank you!

    Alex M.

  2. #2
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: function createNewContact

    Hello Alex,

    If you view your Sugar installation's soap.php file directly in your browser (i.e. http://demo.sugarondemand.com/sugarcrm/soap.php), you'll find a list of functions that are part of our SOAP API.

    Check out create_contact() and create_lead(), specifically.
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  3. #3
    hargobind is offline Junior Member
    Join Date
    Sep 2005
    Posts
    2

    Default Adding new contact from ASP outside this site

    Hi, Can i create a new contact from my ASP form in another site ? Can u plz guide me on this ?

  4. #4
    martinb is offline Sugar Community Member
    Join Date
    Jan 2005
    Posts
    36

    Default Re: function createNewContact

    Quote Originally Posted by julian
    Hello Alex,

    If you view your Sugar installation's soap.php file directly in your browser (i.e. http://demo.sugarondemand.com/sugarcrm/soap.php), you'll find a list of functions that are part of our SOAP API.

    Check out create_contact() and create_lead(), specifically.
    That's surprisingly useful documentation, not least because it highlights that the only fields in the create_contact() API are name and email address (oh and owning user), which is ahem limited somewhat. Fortunately, it's dead easy to extend...

Thread Information

Users Browsing this Thread

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

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
  •