Results 1 to 2 of 2

Thread: How to assign an opportunity to an account

  1. #1
    studiprojekt is offline Junior Member
    Join Date
    Jun 2009
    Posts
    1

    Default How to assign an opportunity to an account

    SUARCRM 5.0 Community Edition

    I have created an „Opportunity“ with Sugar SOAP:

    PHP Code:
    $opp_params=array(array('name'=>'name','value'=>'00000'),
    array(
    'name'=>'account_name','value'=>'MyAccountName'),
    array(
    'name'=>'amount','value'=>'10000'),
    array(
    'name'=>'description','value'=>'blllll'),
    array(
    'name'=>'date_closed','value'=>'2007-10-01'),
    array(
    'name'=>'sales_stage','value'=>'Prospecting'),
    array(
    'name'=>'assigned_user_id','value'=>$assigned_user_id),
    array(
    'name'=>'account_id','value'=>$assigned_account_id)
    );
    $entry $soapclient->call('set_entry', array('session'=>$session'module_name'=>'Opportunities''name_value_list'=>$opp_params)); 
    The problem is to assign this opportunity to a special account_name, the code in line 2 doesn´t work properly.

  2. #2
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: How to assign an opportunity to an account

    Why don't you try set_relationship in soap?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2008-01-21, 08:39 PM
  2. assign account to more users
    By illeo74 in forum Help
    Replies: 3
    Last Post: 2007-09-29, 02:34 PM
  3. Assign Documents to an Account?
    By k31th in forum Help
    Replies: 1
    Last Post: 2007-09-05, 06:08 PM
  4. Re-Assign Account Hierarchy?
    By RickM in forum Help
    Replies: 3
    Last Post: 2007-08-17, 06:09 PM
  5. ContactFormBase Assign Account?
    By tj@estreet.com in forum Help
    Replies: 0
    Last Post: 2006-07-31, 08:09 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
  •