Home › Forums › Backend Issues (wp-admin) › issues importing content from Salesforce › Reply To: issues importing content from Salesforce
They will be in the postmeta table. post_id == your post ID and meta_key == the field name.
If you don’t find the updated data then the import could be a draft post. In this case the data could be attached to a different post ID and this post ID will be a child post of the real post ID. You can look for this by looking for posts where the post_parent is the real post ID.
The errors tell me that it is trying to update a post that does not exist, but I have no idea why it would be doing that.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.