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
96 stars 52 forks source link

Add a Salesforce box to other content types #265

Open jonathanstegall opened 5 years ago

jonathanstegall commented 5 years ago

Is your feature request related to a problem? Please describe. Currently we have a Salesforce box that gets added to the user-edit screen. It lets people map users to Salesforce records, pull/push data between them, etc.

I don't honestly remember how it works. I remember that it was built into the Drupal 6 module and we used it a lot, so that's why I built it.

Describe the solution you'd like I think it might be a good idea to expand this to other content types. It could exist as a meta box on post-edit.php (how does this work with Gutenberg?), comment.php, etc.

It also seems like the kind of thing that might warrant having a setting in the plugin. Some users might not want that kind of box, so it could be turned on/off.

Additional context I think if this expansion were to happen, it is essential that it work with Gutenberg. It would not be worthwhile otherwise, especially since Gutenberg is going to spread throughout WP.

fullstackpiyush commented 5 years ago

Hi, How can I be helpful to this issue.

jonathanstegall commented 5 years ago

@fullstackpiyush hi, we do have some contributing guidelines. Please review these and ask if you have specific questions.

I don't have any plans to work on this issue anytime soon, but would be happy to review pull requests.

jonathanstegall commented 5 years ago

Moving this out of 1.9.0 milestone because in order to do it we're going to have to think about Gutenberg, supporting a block, and so on.

shaunw commented 1 month ago

Is there currently a way to show the Salesforce/objet sync box that appears on the user edit page on custom post type edit pages?

jonathanstegall commented 1 month ago

@shaunw not currently, no. As you can see, it was an idea quite a while ago. I don't work at MinnPost anymore though, and nobody is really working on this plugin. I do try to review pull requests though, so I would look at it if someone were to submit one.