Results 1 to 2 of 2

Thread: set_relationship between Leads,Target List and Campaigns

  1. #1
    rafalm is offline Member
    Join Date
    Aug 2007
    Posts
    9

    Default set_relationship between Leads,Target List and Campaigns

    Hello,

    it's possible (via GUI) to connect Campaign with TargetList and TargetList with Lead.
    Lead has subpanel Campaigns - so it seems that I can also connect Campaign with Lead.

    I'm trying to make it through SOAP in Java.

    Campaign is already "connected" with targetList.
    So I try to connect TargetList with Lead:
    Set_relationship_value srvEventLead = new Set_relationship_value( "Leads", "someLeadId", "ProspectLists", "someProspectListId");

    set_relationship( setEntryResult.getId(), srvEventLead );

    I get error that it cannot find module. When I give first parameters as ProspectList and second als Leads (I read in forum that it helps) didn't change anything).

    I tried also in this same way to connect Campaign and Lead (as I wrote Lead has subpanel Campaigns) but I receive exactly this same error.

    How can I solve my problem ?

    with best regards,
    Rafal

  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: set_relationship between Leads,Target List and Campaigns

    Hi, Rafal.

    Which thread did you read for implementing it.

    You java code seems to be an easy to use interface for creating relationship

    Could you provide us the source code of this interface?
    Are you sure you are calling the login soap method before?

    Cheers

    André
    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. Campaigns: Cant list targets 4.5.1e
    By datacomhotel in forum Help
    Replies: 1
    Last Post: 2007-09-18, 03:12 PM
  3. Replies: 4
    Last Post: 2007-01-02, 07:19 AM
  4. Replies: 1
    Last Post: 2006-09-19, 10:13 AM
  5. Campaigns list format
    By brob in forum Help
    Replies: 0
    Last Post: 2006-09-12, 10:24 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
  •