• Byrne Reese
  • NEWBIE
  • 0 Points
  • Member since 2003

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I tried the PHP demonstration of Byrne Reese out. This, so far, only supports querying. I ask myself whether there are already extensions which allow to create, delete, update? Is that still to come? Each ìnfo/advice is welcome.
  • January 27, 2004
  • Like
  • 0

I am using the Perl API Salesforce.pm  to update data in the 'account' data type.  I can update the 'Name' field no problem.  It works perfectly.

Also in the 'Account' table is a customer custom field 'Client_ID__C'.  Whenever I try to update that field, I get an update return result of 1 but the field does not get updated.

If I try to update both the Name and Client_ID_C field, I still get a return of 1 but neither field gets updated.  Shouldn't there be an error return if the update does not happen?

Is this a permissions issue or an API issue?  If we login via the web interface with the same account/password we can update these fields.  Help?

  • January 14, 2004
  • Like
  • 0

Looks like Byrne has fixed the login issue with his perl toolkit (note that currently only supports query.)

http://www.majordojo.com/salesforce/

 

 

  • December 13, 2003
  • Like
  • 0