Good morning all
Could someone help on how to
automate process to enable feature to "open documents in client application" automatically,
across the whole site
when a new SharePoint site is created ?
Thank you
Solved! Go to Solution.
Hi @botonakis,
You would have a couple of options. You could use a site template and use the active a feature task in a site script, https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema#ac...
Alternatively, you could use REST API with the add features method to active the site feature.
Below is an example of that second approach.
_api/site/features/add('8a4b8de2-6fd8-41e9-923c-c7c3c00f8295')
Hi @botonakis,
You would have a couple of options. You could use a site template and use the active a feature task in a site script, https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-json-schema#ac...
Alternatively, you could use REST API with the add features method to active the site feature.
Below is an example of that second approach.
_api/site/features/add('8a4b8de2-6fd8-41e9-923c-c7c3c00f8295')
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
67 | |
24 | |
16 | |
16 | |
13 |
User | Count |
---|---|
116 | |
35 | |
32 | |
28 | |
26 |