Skip to main content
@Salesforce Files Discovered that the meta data tags you put on a document within sharepoint is searchable in files connect (which is great!). However the tag will not be displayed in salesforce when you search for it, the document is retrieved and shown in the results. Ex: i put the word "applejuice" in a custom field in sharepoint. when you search salesforce for applejuice the document is returned, but only the doc name is shown in the results table. Has anyone discovered a way to via custom code/programming to surface these labels? Would be interested to speak with them.
1 comentário
  1. 7 de nov. de 2014, 10:32
    @Kristen Renzulli

    Although Files Connect does a full text search in SharePoint, allow these fields are displayed in the search results: name, owner, last modification date.

    Via custom code you'll be able to display all the fields that are available on the associated external object.

    If you want to display fields that are not available on the external object (like custom fields), the only solution would be for each document returned in the search results to use the Files Connect API to retrieve the full list of fields from SharePoint. The only challenge with this approach is that if you get 100 search results, you'll need 100 additional API calls to get the list of properties you want.

0/9000