Results 1 to 2 of 2

Thread: Accessing custom field added to "Contacts" module via SOAP?

  1. #1
    dantrainor is offline Sugar Community Member
    Join Date
    Oct 2007
    Posts
    47

    Default Accessing custom field added to "Contacts" module via SOAP?

    Hi -

    Still working on this SugarCRM SOAP interface. I like what I see so far, however, it doesn't appear to be documented too well.

    Is it possible to use the SOAP interface to query data of a certain field, for a certain user, for a custom field that was added to say the "Contacts" module?

    How might I do this?

    Thanks!
    -dant

  2. #2
    dantrainor is offline Sugar Community Member
    Join Date
    Oct 2007
    Posts
    47

    Default Re: Accessing custom field added to "Contacts" module via SOAP?

    Hi -

    Still hackin' on this one, with not much luck. According to the WSDL (that's what its called, right?), I think I should be using the get_entry call. As defined, it is:

    Input:
    use: encoded
    namespace: http://www.sugarcrm.com/sugarcrm
    encodingStyle: http://schemas.xmlsoap.org/soap/encoding/
    message: get_entryRequest
    parts:
    session: xsd:string
    module_name: xsd:string
    id: xsd:string
    select_fields: tns:select_fields

    What exact is the 'id' field? Is that the ID of the particular record that I wish to retrieve? If so, how am I to get that ID prior to running get_entry, so that I can use it in this query?

    In addition to that, this field is a custom field. Do the same get_entry rules apply?

    Thanks!
    -dant

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. "Not A Valid Entry Point" while accessing via SOAP
    By coolex in forum Developer Help
    Replies: 4
    Last Post: 2011-03-21, 11:03 AM
  2. Replies: 7
    Last Post: 2008-03-18, 12:16 AM
  3. Search 2 custom field like "any email" / "any phone"
    By johnwoo in forum General Discussion
    Replies: 1
    Last Post: 2007-10-29, 02:17 AM
  4. Replies: 3
    Last Post: 2007-10-05, 06:54 PM
  5. Replies: 0
    Last Post: 2005-08-17, 07:06 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
  •