Tony Ogilvie

Sep 2, 20221 min

Embedding a custodian Web Part onto a SharePoint Page

Updated: Sep 9, 2022

To embed an Intapp Documents (formerly known as Repstor custodian) Webpart onto a SharePoint page, you can simply use the Embed Code shown below.

Example 1: Embedding a "Tabbed" view of the Suppliers hierarchy.

<iframe src="https://custodian01.repstor.com/Provisionable/Suppliers/Tabbed?SPHostUrl=https://otagem.sharepoint.com/sites/TEST00035" height="800px" width="100%">
 
</iframe>

Example 2: Embedding a "Tabbed" view of the Suppliers hiearchy, showing only Create, My and All Dashboards

<iframe src="https://custodian01.repstor.com/Provisionable/Suppliers/Tabbed?SPHostUrl=https://otagem.sharepoint.com/sites/TEST00035&Default=My&tabs=Create,My,All Suppliers" height="800px" width="100%"></iframe>

    480
    0