First, if you have a Property List item that is stored in WordPress, you can certainly sync its data with WordPress via this plugin, but how much extra work you’d need to do depends on how much your methods differ from default WordPress post type methods. It’s possible you would need to use developer hooks in this plugin, for example, especially if the data is not stored in the default wp_posts and wp_postmeta tables. There’s a lot of documentation about our developer hooks here: https://github.com/MinnPost/object-sync-for-salesforce/blob/master/docs/all-developer-hooks.md.
Second, Object Sync for Salesforce does not display anything in the theme directly; displaying data (once you have it in WordPress) would be up to you as a theme developer. Certainly it is possible once you have it in WordPress.
Third, if you would like to sync CF7 entries to SF Leads using this plugin, you might find it easier to use a plugin that is specifically built for syncing CF7 with Salesforce. For example, you could consider this plugin: https://codecanyon.net/item/contact-form-7-salesforce-crm-integration/20100042. Object Sync for Salesforce could possibly do it as well, but you’d have to find a method for storing the CF7 entries in WordPress as it does not do that by default.
Thanks for your reply.
Can I test without https, since my website is under development stage.
No. But you can set up local https for free, or use Let’s Encrypt which is free. There are many tutorials about this.
Im Sorry to ask you, how can i install HTTPS for Free in local.
I’m sure there are lots of ways. This is not something we provide support for. But for myself, I use Laravel Valet. https://laravel.com/docs/5.6/valet
Hi, I have managed to setup SSL on our website.
I created Connected APP and copied Consumer Key & Consumre Secret, given callback url https://mywebsite/wp-admin/options-general.php?page=object-sync-salesforce-admin&tab=authorize and Login Base URL : https://myclient.my.salesforce.com, after i save and authorize, its moving back same authorize page, nothing happening. Any additional steps required?
It worked thanks, finally.
I would like to push records from PBA Property Listing Salesforce to Property List Page in WordPress Realia Propertia Theme where poperty listing stores in WordPress, I have mapped the fields selecting Salesforce to wordpress in Action, I have created two field mapping for Modified and newly Created.
upon creation any records in salesforce, same not reflecting into wordpress propoerty listing
Do you have error logs from the plugin, either in WordPress or in PHP errors for the server? My expectation is that you’ll have to write some custom plugins with the developer hooks, but I don’t know enough without knowing if there are errors.
I get no error, secondly where do i see logs files
The plugin creates a Log content type, and if there are errors it is aware of, it stores them there. The plugin has a Logging tab on the settings; make sure logging is enabled, of course.
As for PHP errors, it depends on your web server, but every server stores errors somewhere.
Im Still not able to get the records from salesforce to wordpress.
How can i diagnose the issue, do i need to create trigger or action on salesforce to do that or else your plugin will manage to take care of any new or modified records in salesforce.
Is there any otherways to diagnose the issues.
When i see the Phpmyadmin, Table: wp_object_sync_sf_object_map
i get “Mapping object updated via function: salesforce_pull_process_records”
is that means its pulling successfully.
I think the records are been created but unable to view.
I can find the records 10 in salesforce, when i go to wordpress can i see the list shows (10), unable to view the records.
How can i make them to show.
Yes, it sounds like these are successful. Viewing them is not up to this plugin; all it does is store the data for you. Does that make sense?
Ok Fine thats resolved and now its showing in listing automatically.
But its saving as draft, i need to go to record and publish.
Currently I have linked
salesforce property fields to wp property fields, saves records as draft.
User Agent Fields to WP Agent Fields, saved records as draft.
Is there anything i require to do to save the records automatically.
I would like to link chat records to go into leads, is there any recommend chat application.
Thanks again,
Sam.