Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
74:cms_sharepoint_online [2020/04/21 13:45] tssr74:cms_sharepoint_online [2020/05/19 16:48] tssr
Line 104: Line 104:
 [[https://doc.stagesasaservice.com/lib/exe/detail.php?id=74:cms_sharepoint_online&media=cms:azure_permissions.png|{{:cms:azure_permissions.png}}]] [[https://doc.stagesasaservice.com/lib/exe/detail.php?id=74:cms_sharepoint_online&media=cms:azure_permissions.png|{{:cms:azure_permissions.png}}]]
  
-==== Known Issues ====+=== Repository Configuration === 
 +Access to SharePoint Online projects can be configured in Stages processes via “Management > File Management > Repositories”. 
 +{{ :cms:spo-repository.png? |}} 
 + 
 +> Name: 
 +The name of this SharePoint Online configuration. This name will be used by Stages to refer to this repository configuration (e.g. in repository plan) 
 + 
 +> Host: 
 +This selection field contains an entry for each cms-host section in the Stages configuration file (config.xml). You can select the host for this repository configuration. 
 + 
 +> Site: 
 +Define a site parameter for this repository configuration. The site is the path to the location, where your document libraries are located on the SharePoint server. The site is one piece for the complete connection string to the SharePoint server. The connection string is build like that: // | host.url | : | port | | **/site/** | | documentLibrary | //. 
 + 
 +This overwrites the **path** from the URL entered in the configuration file (config.xml). 
 + 
 +Example: 
 + 
 +  * **config.xml**: //<nowiki><cms-host name="http://mySharePoint.de:123/myPath/to/mySite" /></nowiki>// 
 +  * Value in **Site**: //myPath/to/another/Repository// 
 +  * Resulting **URL**: //<nowiki>http://mySharePoint.de:123/myPath/to/mySite</nowiki>// 
 +  * The path from the config.xml gets overwritten by the value from Repository Path. 
 + 
 +> Document Library: 
 +Defines the name of the document library. The document library is one piece for the complete connection string to the SharePoint server. The connection string is build like that: // | host.url | : | port | | /site/ | | **documentLibrary** | //. 
 + 
 +> Root Folder: 
 +Defines a root folder **inside** the given document library. Every file linked or uploaded to a repository, which defines a root folder in the configuration, will be **inside** this root folder. 
 + 
 +> Default Lifecycle 
 +Select a lifecycle from the process metamodel as default for files from this repository. 
 + 
 + 
 +==== Known Limitations ====
  
 == Commit comments for file versions == == Commit comments for file versions ==