Jonathan Stegall
@jonathanstegall on WordPress.org and Slack
- Member Since: December 6th, 2007
- Location: Minneapolis, MN
- Website: jonathanstegall.com
Bio
Contribution History
Jonathan Stegall’s badges:- Core Contributor
- Plugin Developer
-
Posted a reply to One object in WordPress to Two Objects in SF, on the site WordPress.org Forums:
This plugin does have the ability to map the same Salesforce object to two different…5 days ago
-
Posted a reply to Objects required – Salesforce integration, on the site WordPress.org Forums:
No, I'm not offering my services. I don't have availability for any freelance work at…1 week ago
-
Posted a reply to Objects required – Salesforce integration, on the site WordPress.org Forums:
This depends entirely on what kind of plugin you are using for memberships and orders,…1 week ago
-
Posted a reply to can import all the user from salesforce to wordpress, on the site WordPress.org Forums:
This plugin wasn't built to bring in existing records that were created before it was…3 weeks ago
-
Posted a reply to Salesforce Sync Triggers, on the site WordPress.org Forums:
Hm no, I don't think so. That's a piece of the plugin that came straight…1 month ago
-
Posted a reply to mapped fields are not showing in log, on the site WordPress.org Forums:
Well, it still seems like this field is not being sent to Salesforce. You might…1 month ago
-
Posted a reply to mapped fields are not showing in log, on the site WordPress.org Forums:
Well, Parent_Order__c and Order__c are not the same. You previously indicated that you used Order__c…1 month ago
-
Posted a reply to mapped fields are not showing in log, on the site WordPress.org Forums:
You need to figure out why the Order__c field is not coming through. You might…1 month ago
-
Posted a reply to how to send additional objects inside an object with id, on the site WordPress.org Forums:
You're right, thanks. I updated that on GitHub. I'm not sure when the next plugin…2 months ago
-
Posted a reply to how to send additional objects inside an object with id, on the site WordPress.org Forums:
I think it is probably because you have $object['Id'] when the wp_users table uses ID.…2 months ago
-
Posted a reply to how to send additional objects inside an object with id, on the site WordPress.org Forums:
I can't really give you advice on this. It's not something that is built into…2 months ago
-
Posted a reply to WordPress mapping not working, on the site WordPress.org Forums:
Okay, thanks. 1. If you are sending data to Salesforce from WordPress, that is a…2 months ago
-
Posted a reply to Error 404: Provided external ID field does not exist or is not accesible, on the site WordPress.org Forums:
I think it works with Gravity Forms, but it's been a while since I've tested…2 months ago
-
Posted a reply to Error 404: Provided external ID field does not exist or is not accesible, on the site WordPress.org Forums:
Are there any error messages or other log entries for the WordPress -> Salesforce problems?…2 months ago
-
Posted a reply to WordPress mapping not working, on the site WordPress.org Forums:
Please start by reading the "Troubleshooting fieldmaps" section of the plugin's FAQ. You can also…2 months ago
-
Posted a reply to Custom query within hook creates duplicate action, on the site WordPress.org Forums:
I'm not sure why this is happening. My first question is does it happen when…2 months ago
-
Posted a reply to DateTime::__construct(): Failed to parse time string (raw), on the site WordPress.org Forums:
I'd like to note that this issue still happens in 5.1.6. I haven't seen it…2 months ago
-
Posted a reply to Error 404: Provided external ID field does not exist or is not accesible, on the site WordPress.org Forums:
It means the plugin is trying to push to a Salesforce record that does not…2 months ago
-
Posted a reply to Authentication failed with “No request found for this application.”, on the site WordPress.org Forums:
Yes, that's the request_token method in the class I mentioned earlier. You might also look…2 months ago
-
Posted a reply to Authentication failed with “No request found for this application.”, on the site WordPress.org Forums:
Ah, I see. You're going to want to work with the /classes/salesforce.php file. Probably start…3 months ago
-
Posted a reply to Authentication failed with “No request found for this application.”, on the site WordPress.org Forums:
Are you asking how logging works in this plugin? It does not create a log…3 months ago
-
Posted a reply to Manage the 24 hour limit of API calls with Pull query / Throttle ?, on the site WordPress.org Forums:
Maybe. Again, I don't know.3 months ago
-
Posted a reply to 403 Unable to access identity service, on the site WordPress.org Forums:
Do you already have "Perform requests on your behalf at any time" selected as an…3 months ago
-
Posted a reply to Manage the 24 hour limit of API calls with Pull query / Throttle ?, on the site WordPress.org Forums:
If you update a field that is NOT mapped to WordPress, yes you'll still get…3 months ago
-
Posted a reply to Authentication failed with “No request found for this application.”, on the site WordPress.org Forums:
I'm not familiar with that error message at all. Salesforce does have odd error messages…3 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
Yes, it should. If the Salesforce API returned an error message, the plugin should have…3 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
No. If you are pushing from WP to SF and there isn't a problem before…3 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
No. As I mentioned earlier, the plugin generates a temporary ID. That is what all…3 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
Not really, you might want to delete the fieldmap and try again.3 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
@tamedmedia The issue you're seeing is that the plugin was unable to save data. Here's…3 months ago
-
Posted a reply to Issues with field mapping, on the site WordPress.org Forums:
Well there is a lot of plugin documentation. There are a few screenshots, but no…3 months ago
-
Posted a reply to Issues with field mapping, on the site WordPress.org Forums:
I think this might be a Salesforce issue. Normally Contacts don't have record types, that…3 months ago
-
Posted a reply to custom post type is not listing in wordpress object field, on the site WordPress.org Forums:
It sounds like you still need to create the new custom post type. Once you…3 months ago
-
Posted a reply to Pull to WP works… without a Cron Event?, on the site WordPress.org Forums:
Sure, this plugin uses the Action Scheduler library (it's an older version and needs to…3 months ago
-
Posted a reply to Error: 404: on Salesforce HTTP request, on the site WordPress.org Forums:
Well, I believe that an agency in Minneapolis called Software for Good has worked with…3 months ago
-
Posted a reply to DateTime::__construct(): Failed to parse time string (raw), on the site WordPress.org Forums:
No, I haven't been able to figure anything out. I've just been checking here and…3 months ago
-
Posted a reply to Error: 404: on Salesforce HTTP request, on the site WordPress.org Forums:
Currently, if there's a mapping error the plugin will stop running that item until the…3 months ago
-
Posted a reply to Error: 404: on Salesforce HTTP request, on the site WordPress.org Forums:
Yes, that means it successfully mapped them. The short answer for upsert vs update is…3 months ago
-
Posted a reply to Direct API calls from code, on the site WordPress.org Forums:
I think the main tip/warning I would give on this is that the Salesforce API…3 months ago
-
Posted a reply to Error: 404: on Salesforce HTTP request, on the site WordPress.org Forums:
Okay, I think I see what you mean. To start, this plugin does not work…3 months ago
-
Posted a reply to Error: 404: on Salesforce HTTP request, on the site WordPress.org Forums:
This error means that the Salesforce record doesn't exist at the time the plugin is…3 months ago
-
Created a topic, Disable for older browsers?, on the site WordPress.org Forums:
I'm wondering if it might be possible to disable the l…3 months ago
-
Created a topic, DateTime::__construct(): Failed to parse time string (raw), on the site WordPress.org Forums:
I'm seeing an E_WARNING occur pretty in my logs (I'm r…3 months ago
-
Posted a reply to WordPress 5.5 Bug, on the site WordPress.org Forums:
I've also seen this bug. My post content does not appear in the classic editor,…4 months ago
-
Created a new ticket, #50910, in Core Trac:
5.5 Sitemap URLs are incorrectly paginated4 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
Well, it's possible that this plugin isn't going to work for you. I don't have…4 months ago
-
Posted a reply to Salesforce ID is tmp_sf_5f20781542c981.30446982, on the site WordPress.org Forums:
This means the Salesforce object was not yet created. Usually this happens in the middle…4 months ago
-
Posted a reply to Connect to SalesForce button redirects back to Authorize tab, on the site WordPress.org Forums:
We have a few common reasons why this can happen listed in the plugin FAQ.…4 months ago
-
Posted a reply to Not able to Map Fields to Salesforce, on the site WordPress.org Forums:
I'm going to mark this thread as resolved, since you have several threads open.5 months ago
-
Posted a reply to Field Mapping: Refresh Fields on WordPress User Object, on the site WordPress.org Forums:
The plugin has some documentation about this here.5 months ago
Contributor
-
Deserialize Metadata
Active Installs: Less than 10
-
Object Sync for Salesforce
Active Installs: 400+