Jonathan Stegall
@jonathanstegall on WordPress.org and Slack
- Member Since: December 6th, 2007
- Location: Minneapolis, MN
- Website: jonathanstegall.com
- GitHub: jonathanstegall
Bio
Contribution History
Jonathan Stegall’s badges:- Core Contributor
- Plugin Developer
-
Posted a reply to is it possible to synchronize the field map by dividing it, on the site WordPress.org Forums:
No. Happy to look at pull requests though. -
Posted a reply to Issues prematching on custom field (post_meta), on the site WordPress.org Forums:
Ultimately, when it's saving into a post type, the plugin *should* be running a WP… -
Posted a reply to Scheduled actions are always a few hours behind, on the site WordPress.org Forums:
I'm not sure. Generally the plugin does all of its scheduling in UTC rather than… -
Posted a reply to Syncing issues – Salesforce pull, on the site WordPress.org Forums:
Okay. Like I said, if you haven't, you need to turn on debug mode. It… -
Posted a reply to Syncing issues – Salesforce pull, on the site WordPress.org Forums:
Okay, well: 1. See if that connection error persists in version 2.2.2 (I just released… -
Posted a reply to Syncing issues – Salesforce pull, on the site WordPress.org Forums:
I think you should turn on debug mode in the plugin settings. It will create… -
Posted a reply to New error in 3.8.2, on the site WordPress.org Forums:
Forgot to add that 3.2 also has: [21-May-2022 15:53:08 UTC] PHP Warning: Undefined variable $event… -
Created a topic, New error in 3.8.2, on the site WordPress.org Forums:
When I load /wp-admin/widgets.php in version 3.8.2, I … -
Posted a reply to Message: Required fields are missing: [LastName], on the site WordPress.org Forums:
The way that WordPress works is that when a record (a post, a user, whatever)… -
Posted a reply to Error syncing account name at contacts, on the site WordPress.org Forums:
Are you asking if the plugin can update the value of a formula field? If… -
Posted a reply to PHP Error on pulling, on the site WordPress.org Forums:
To start, what version of the plugin are you using? There is not an add_condition… -
Posted a reply to Plugin Fails to Update, on the site WordPress.org Forums:
That looks more troubling. It appears to be related to Action Scheduler, which is a… -
Posted a reply to Plugin Fails to Update, on the site WordPress.org Forums:
The log entry you've added seems to be a warning, rather than an error. If… -
Posted a reply to SF Account object to WP two different CPT objects, on the site WordPress.org Forums:
You certainly could do this, but you'd have to make pretty heavy use of the… -
Posted a reply to Woocommerce Sync, on the site WordPress.org Forums:
It sounds to me like you should inspect the WordPress database and find out where… -
Posted a reply to Field Map Objects not showing iup, on the site WordPress.org Forums:
Yes, all of the plugin options are stored in the wp_options table. I think most… -
Posted a reply to How to sync the post permalink back to Salesforce?, on the site WordPress.org Forums:
I'm glad that worked out. I don't know how to make a field unique in… -
Posted a reply to How to sync the post permalink back to Salesforce?, on the site WordPress.org Forums:
Well, I may have given you the wrong idea. This plugin doesn't send updates back… -
Posted a reply to How to sync the post permalink back to Salesforce?, on the site WordPress.org Forums:
I do think the _EventURL field is from The Events Calendar, yes. It's intended for… -
Posted a reply to Mapping images and tags, on the site WordPress.org Forums:
You can map a tag with its own fieldmap, but it would be mapped to… -
Posted a reply to Mapping images and tags, on the site WordPress.org Forums:
There isn't a way to map tags to checkboxes, no. You might be able to… -
Posted a reply to Pulling related objects, on the site WordPress.org Forums:
If you want to modify the SOQL query that pulls data, consider these hooks. You… -
Posted a reply to Prevent User Object Creation on Sync, on the site WordPress.org Forums:
Yeah, I think that's the safest way to do it. The plugin has to do… -
Posted a reply to Prevent User Object Creation on Sync, on the site WordPress.org Forums:
Well, I haven't tested this but I think with the way that wp_remote_post works, you'd… -
Posted a reply to Prevent User Object Creation on Sync, on the site WordPress.org Forums:
Well, when you run a pull request through the API, what it does is run… -
Posted a reply to Prevent User Object Creation on Sync, on the site WordPress.org Forums:
You could certainly do a pull after a push success. I don't really do support… -
Posted a reply to Prevent User Object Creation on Sync, on the site WordPress.org Forums:
Well, if you update a record in Salesforce but you don't check the "Salesforce create"… -
Posted a reply to Prevent User Object Creation on Sync, on the site WordPress.org Forums:
So when you're editing a fieldmap, the Action Triggers section reads like this: WordPress Create… -
Posted a reply to Posts Don’t Show all Info, on the site WordPress.org Forums:
Can you find out what is different about the record for any given post before… -
Posted a reply to Create new post in wordpress from salesforce, on the site WordPress.org Forums:
Well, if it's not working you should be using the logs to troubleshoot (assuming that… -
Posted a reply to Create new post in wordpress from salesforce, on the site WordPress.org Forums:
Cron is probably fine, the action_scheduler_run_queue is the one that processes things for this plugin.… -
Posted a reply to Create new post in wordpress from salesforce, on the site WordPress.org Forums:
1. You don't have to enable process asynchronously, that is only for pushing data. If… -
Posted a reply to Create new post in wordpress from salesforce, on the site WordPress.org Forums:
I think if no logs are created, your scheduling is probably not working correctly. I… -
Posted a reply to Create new post in wordpress from salesforce, on the site WordPress.org Forums:
I think it should work, yes. You will probably want to turn on debug mode… -
Posted a reply to Data are not pulled from SF, on the site WordPress.org Forums:
This seems like something to work with your host on to me. Action Scheduler (the… -
Posted a reply to Create new post in wordpress from salesforce, on the site WordPress.org Forums:
It depends on your custom post type. If the custom post type has required fields… -
Posted a reply to Unable to configure Plugin, on the site WordPress.org Forums:
I haven't seen this specific situation happen before, so I can't be sure what the… -
Posted a reply to Plugin not working => Before it was working properly., on the site WordPress.org Forums:
I'm going to go ahead and close these 2.1.1-specific issues with the assumption that 2.1.2… -
Posted a reply to syntax error, unexpected ‘=>’ (T_DOUBLE_ARROW), on the site WordPress.org Forums:
I'm going to go ahead and close these 2.1.1-specific issues with the assumption that 2.1.2… -
Posted a reply to WP to SF update record not pushed, on the site WordPress.org Forums:
I'm going to go ahead and close these 2.1.1-specific issues with the assumption that 2.1.2… -
Posted a reply to Update on SF –> WP Stopped Working a Month Ago, on the site WordPress.org Forums:
I'm going to go ahead and close these 2.1.1-specific issues with the assumption that 2.1.2… -
Posted a reply to Random behavior in latest release, on the site WordPress.org Forums:
I'm going to go ahead and close these 2.1.1-specific issues with the assumption that 2.1.2… -
Posted a reply to Unable to configure Plugin, on the site WordPress.org Forums:
Do you have any error messages on your server after you click the authorize button? -
Posted a reply to Autopublishing posts after pull from SF, on the site WordPress.org Forums:
Yes, you can add that to functions.php. -
Posted a reply to Autopublishing posts after pull from SF, on the site WordPress.org Forums:
Yes, you can do that with two ways: 1. Create a field in Salesforce that… -
Posted a reply to pull from salesforce, on the site WordPress.org Forums:
I should also say that I wouldn't recommend it. That doesn't mean it wouldn't work,… -
Posted a reply to pull from salesforce, on the site WordPress.org Forums:
It is technically possible, yes. The plugin has an object for the Salesforce API. You'd… -
Posted a reply to Considering replacing cmb2_init with cmb2_admin_init in my theme, on the site WordPress.org Forums:
That sounds good, thank you. We do sometimes create or read meta fields via the… -
Created a topic, Considering replacing cmb2_init with cmb2_admin_init in my theme, on the site WordPress.org Forums:
I have several custom post types where I currently use… -
Posted a reply to Plugin stops running after a while, on the site WordPress.org Forums:
So Action Scheduler as a library is, according to their own documentation, capable of working…
Contributor
-
Deserialize Metadata
Active Installs: Less than 10
-
Object Sync for Salesforce
Active Installs: 700+