Results 1 to 2 of 2

Thread: SOAP set_relationship between case and Contact

  1. #1
    sugarsgo is offline Junior Member
    Join Date
    Mar 2007
    Posts
    1

    Default SOAP set_relationship between case and Contact

    Hi , im building a small PHP app and im trying to create a link between a Case and a Contact.
    I can open the connection, and I create the case, but when I create the relationship I get:

    [name] => Module Does Not Exist [description] => This module is not available on this server

    The code im using to create it is:

    Code:
    $myRelation = array(
        	'module1' => 'Cases', 
        	'module1_id' => $case->id, 
        	'module2' => 'Contacts', 
        	'module2_id' => $contactID);
    
    $link=$gCRMSOAPclient->set_relationship($gCRMSOAPsession,$myRelation);
    There is obviously something wrong on it, but can anyone tell me what is it?

    thanks a lot in advance?

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,136

    Default Re: SOAP set_relationship between case and Contact

    Is this SOAP or REST and what version of either are you using? The version is in the directory path to the entry point you are using.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. set_relationship with SOAP v2
    By Steverino541 in forum Developer Help
    Replies: 2
    Last Post: 2011-09-14, 02:22 AM
  2. Soap set_relationship and many-to-many
    By lightningspirit in forum Developer Help
    Replies: 2
    Last Post: 2010-11-16, 12:20 PM
  3. need SOAP set_relationship help
    By darcy.rippon in forum Developer Help
    Replies: 5
    Last Post: 2009-02-02, 08:24 PM
  4. set_relationship via SOAP in 5.1
    By josh.sweeney in forum Developer Help
    Replies: 1
    Last Post: 2008-09-27, 01:20 AM
  5. SOAP set_relationship()
    By George in forum Developer Help
    Replies: 0
    Last Post: 2006-01-11, 11:51 PM

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
  •