Setup¶
Step 1: New "Connection" record¶
Add a new "Connection" record to a page.
Step 2: Connection form¶
Fill the fields with your data and save it.
You can get the Token and the WSDL file from salesforce.com (See picture)
Step 3: New "Sync Table" record¶
Add a new "Sync Table" record to a page.
Step 4: Sync Table form¶
Please confirm after each selection the form Update
Map your tables and columns.
Step 5: Scheduler¶
Go to the Scheduler
and add a new Task with the class "Salesforce Synchronisation (id_salesforce)"
Every Sync Table will be executed
Done¶
The first synchronisation will transfer every object.
The extension automatically loads only the updates from Salesforce when..
.. the Salesforce field "Id" is mapped to a TYPO3 column and is marked as "UNIQUE" or "PRIMARY KEY" in MySQL
.. the Salesforce field "LastModifiedDate" is mapped to a TYPO3 column
You can run the Scheduler Task manually with "execute selected task".