Results 1 to 1 of 1

Thread: set_entry and first_name, last_name fields

  1. #1
    anztenney is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    18

    Default set_entry and first_name, last_name fields

    I am using Sugar 5.0. The set_entry functions does not seem to allow me to change the first_name or last_name fields of a Lead or a Prospect.

    I have the following line of
    Code:
    $soapclient->call('set_entry',
    array(
    'session'=>$session,
    'module_name'=>'Leads',
    'name_value_list'=>$name_value_list)
    )
    and $name_value_list looks like this:
    Code:
    Array ( 
    [0] => Array ( [name] => first_name [value] => old23 )
    [1] => Array ( [name] => last_name [value] => old23 ) 
    [2] => Array ( [name] => phone_home [value] => 801-810-1801 ) 
    [3] => Array ( [name] => do_not_call [value] => 1 ) 
    [4] => Array ( [name] => id [value] => a3ff685b-d535-8eef-270f-48408358 ) 
    )
    The return from this call does not give any errors. It acts normal.
    I'm able to change other fields (i.e. email) but for some reason this is not working - any thoughts?
    Last edited by anztenney; 2008-05-31 at 12:06 PM.

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
  •