Using the SharePoint Online component
Enable efficient usage of the data pages from the SharePoint Online (SPO) integration component by adding relevant data types to the Data Explorer of your application.
When you add a data type to your application definition, your application gains access to the data model of that data type. With that, you can use and run data pages from these data types in the context of your application.- In the header of Dev Studio, click the name of the application, and then click Definition.
- On the Cases & data tab, in the text field of the Data section, enter the data type that you want to add to your Data Explorer, and then click Add.
- Apply the changes to your application definition rule form by clicking Save.
- Interacting with list entities
Make use of the list entity data pages to interact with your SharePoint lists directly from your Pega application. In addition to retrieving all or single lists, you can use these data pages to create, rename, and delete lists.
- Interacting with field entities
Make use of the field entity data pages to interact with fields in your SharePoint lists directly from your Pega application. You can use these data pages to retrieve fields and create list fields.
- Interacting with list item entities
Make use of the list item entity data pages to interact with items in your SharePoint lists directly from your Pega application. In addition to retrieving multiple or single list items, you can use these data pages to create, rename, and delete list items. Moreover, these data pages give you the ability to interact with attachments in list items.
- Interacting with folder entities
Make use of the folder entity data pages to interact with your SharePoint folders directly from your Pega application. In addition to creating, renaming, and deleting folders, you can use these data pages to retrieve folder metadata and information about folder items, properties, and fields.
- Interacting with file entities
Make use of the file entity data pages to interact with your SharePoint files directly from your Pega application. In addition to retrieving information about specific files, you can use these data pages to create and delete files. Moreover, you can check files in or out, as well as update their content.
Previous topic Connecting your application to SharePoint Next topic Interacting with list entities