SO-MECA / sp-document-explorer

Handling SharePoint Documents in Business Central

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling SharePoint Documents in Business Central

This repository contains a sample project that integrates Business Central with SharePoint.

This project is using "Generic OAuth 2.0 Library" as a dependency for Microsoft Graph API Authentication Token.

"Online Drives" ( page 50115 )

This page connects with the SharePoint root site and shows list of document libraries available in the root site.

drives

You can also navigate through folders and files by clicking on the drive name.

"Online Drive Items" ( page 50116 )

This page connects with the SharePoint document library and displays list of folders and files in that library.

drives

You can perform the following operations:

  • Create a new folder
  • Upload a file
  • Download a file (click on the file name)
  • Delete a folder / file

Code in Action

SharePoint Connect

For more information go to msnJournals.com

About

Handling SharePoint Documents in Business Central

License:MIT License


Languages

Language:Perl 100.0%