Forums

Forums / Developing Portals / Sharepoint Grid

Sharepoint Grid

2 posts, 1 answered
  1. Frank Shin_2
    Frank Shin_2 avatar
    9 posts
    Registered:
    26 Feb 2020
    11 Mar 2020
    Link to this post
    Hello,
    Has the issue presented in this post been resolved/addressed at this point?

    https://www.crmportalconnector.com/developer-network/forums/developing-portals/sharepoint-document-grid-filtering

    It seems that if you have documents enabled for an account and related entities, assuming an "Account -> Related Entities" hierarchy in Sharepoint, that the portal user will see all documents under the Account. This seems to be a bug.

    Also, is it possible to expose other columns and filtering on the grid other than what is shown?

    Also, is it possible "download all files" in the grid with a single action (long shot)?

    Also, is the source code for that widget available for extension/customization?

    Thanks,
    Frank
  2. Patrick
    Patrick avatar
    33 posts
    Registered:
    20 Apr 2020
    Answered
    31 Jul 2020 in reply to Frank Shin_2
    Link to this post
    Hi Frank,

    My apologies for the late reply. The SharePoint Grid now has the ability to do prefix filtering, however there is currently no out of the box support for filtering by user who uploaded the document, exposing other columns, or a "download all files" button.

    The SharePoint Grid is built to retrieve a fixed set of data on the server side, so unfortunately it would not be possible for a client-side work around to filter by user or expose other SharePoint related data in the grid currently.

    As for the "download all files" functionality you spoke of, you could use Javascript to add a button to the grid that programmatically clicks each download file for example. This of course is a workaround and will not download a single zip file with all data, but could be a potential option for now.

    If you are still in need of the source code for the SharePoint Grid widget, please send an email to support@crmportalconnector.com and we can work out what can be provided to you.

    I will take your suggestions away and discuss within our team the potential for adding such features in the future.

    Thanks,

    Patrick
    Last modified on 31 Jul 2020 15:07 by Patrick
2 posts, 1 answered