• Resolved andrewmondy

    (@andrewmondy)


    Is it possible to have new Salesforce Records be published in WordPress, rather than saved as a draft? I don’t see a setting for that in the Admin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonathan Stegall

    (@jonathanstegall)

    There is not a setting for that in the admin, but there are a couple of ways you could achieve it.

    The easiest way would be to set a field in Salesforce with a default value of “publish” and map that field to your post’s post_status field.

    You could also do this with one of the hooks in this plugin, but I think I’d recommend storing that value in Salesforce and passing it over.

    Thread Starter andrewmondy

    (@andrewmondy)

    That’s a great solution for me–no code is what I’m looking for. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Publish new Salesforce records instead of Draft?’ is closed to new replies.