• Pluke
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 2
    Replies

Hi

 

Is there a real time solution for synchronizing salesforce and a mysql database using the php toolkit.

 

Im developing a script that gets information from salesforce and stores it in a mysql database.

 

The script compares the data that is on salesforce and mysql and updates the mysql data to match what is stored in salesforce.

 

When a change is made on salesforce is their a way to trigger my php update script to run automatically.

 

 

  • January 05, 2010
  • Like
  • 0

Hi,

We have a custom object that records the time that an event starts.  On creating this event it fires a SOAP packet to an external webservice.  This webservice treats the date as a string and doesn't perform any logic on it.  However, when the date reaches the external webservice the date is an hour out, the date was put into Salesforce as a BST date and appears to be exported as a GMT date.  I have checked the settings in our salesforce and it is set to BST Europe/London.  On exporting the users from our salesforce account their details match the accounts timezone. TIMEZONESIDKEY = 'Europe/London'.  there is no logic firing on the custom object side.  Any ideas what is going on here and how to fix it?


Thanks

Pete