MinnPost / object-sync-for-salesforce

WordPress plugin that maps and syncs data between Salesforce objects and WordPress objects.
https://wordpress.org/plugins/object-sync-for-salesforce/
GNU General Public License v2.0
95 stars 51 forks source link

Automated Fieldmapping #539

Open Daniel199438 opened 3 months ago

Daniel199438 commented 3 months ago

Is your feature request related to a problem? Please describe. I get the fields from Salesforce and want to map them automatically via script to Wordpress fields with the same name. It would take a long time to do this manually and would also be time-consuming.

Describe the solution you'd like Having a way to call a method create_fields() that has the parameters $fields to map with Salesforce on Wordpress Fields and that you can easily call in a cronjob to be able to call it again and again at any time

jonathanstegall commented 3 months ago

It's a good idea. No one at MinnPost is currently working on this plugin though (I don't work there anymore) so I don't know if it's likely to happen. I would be willing to review a pull request for it though, if you were to submit one.

Daniel199438 commented 3 months ago

All right, I'll see if I can do it! 👍