• ajayjain
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

I want to update only selected custom field qtyonhand__c which get updated only after 1 hour automatically in php.

and create log file for updation.

how to selet most updated data from mas90 and update in salesforce

i am developing a application  in php from which i get data using odbc dsn from mas90 and now i want to update or insert data in  products label in salesforce.

i got a link regarding it 

http://www.salesforce.com/us/developer/docs/api_rest/Content/dome_upsert.htm

http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_rest_code_sample_basic.htm

http://www.salesforce.com/us/developer/docs/api_rest/Content/quickstart_oauth.htm

but from where i will get token to access data AS i dont have customer email id to get security token.

which method i should use to do my task .

please correspond to it shortly 

Thanks

Hi,

 

I am new to php integration with salesforce. I have downloaded phptoolkit13.0 And I am trying to implement a sample provided on the website. I am facing a problem that when I run the page an error come

 


Fatal error: Class 'SoapClient' not found in C:\phpToolKit\soapclient\SforceBaseClient.php on line 121

 

I downloaded nuSoapClient package and it contains different classes.

 

Can someone tell me how to integrate the nusoapclient package in to toolkit?

 

Thanks 

  • August 03, 2009
  • Like
  • 0