• banton
  • NEWBIE
  • 0 Points
  • Member since 2005

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 3
    Questions
  • 2
    Replies
I would like to retrieve an object id from the SaveResult array returned from a create request. I am not too experienced with using the API, so any help would be appreciated.
  • December 15, 2005
  • Like
  • 0
I am running PEAR PHP4 and have run into issues with the date namespace conflict. Apparently Anyone have any ideas on how to get around this short of upgrading to php5?
  • December 15, 2005
  • Like
  • 0
I am having trouble creating a contact object that includes a Birthdate. Whenever I add the Brithdate field it does not insert the entry into SalesForce. I assume that it has something to do with the way that I am defining the current date. Below is the code:

$birthdate = date('m/d/Y');
....
'Birthdate' => $birthdate,
....

Any help would be appreciated.
  • December 14, 2005
  • Like
  • 0
I am having trouble creating a contact object that includes a Birthdate. Whenever I add the Brithdate field it does not insert the entry into SalesForce. I assume that it has something to do with the way that I am defining the current date. Below is the code:

$birthdate = date('m/d/Y');
....
'Birthdate' => $birthdate,
....

Any help would be appreciated.
  • December 14, 2005
  • Like
  • 0