• Resolved vajeshrathor

    (@vajeshrathor)


    Hi,

    I want to map salesforce data into events posts and custom posts. However I am able to map content, excerpt, title data properly. Now I want to map one field from salesforce which is having image url with post thumbnail. Can you please help me to do this?
    Thanks,

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

    (@jonathanstegall)

    @vajeshrathor Most likely you’ll need to add a post meta field to those post types that can hold your image URL. You could use several methods for doing that, but once you have one, you might follow these steps:

    1. Create at least one value in the database for that field
    2. Clear the plugin cache on the fieldmaps screen
    3. Map the image URL field from Salesforce to your new custom field
    4. Display it via a get_post_meta call

Viewing 1 replies (of 1 total)
  • The topic ‘how to display thumbnail image from salesforce text field value’ is closed to new replies.