The documents are categorised based on language and each document has the SLA defined for all the services in one single document. All we have to do is search based on the language and view/download the document.
Once inside the document, view the table of contents and click on the appropriate service. Don’t forget to view the general terms, which explains a few important things before visiting the appropriate service.
Sometimes it’s necessary to know the status of all the pages before a site is made live. It becomes especially difficult when a team works together on multiple pages and there are number of pages which might have not been published and site owner has to make sure all the pages are published.
We will create a view which can help a site owner to view unpublished pages or draft pages or published pages in SharePoint.
The technique is using the “Version” column to determine the decimal part of the “Version” by subtracting the integer part from the “Version”. So if there is any decimal value in the “Version” then it’s in unpublished or draft state.
Do note that this technique depends upon the “Document Version History” settings being “Create major and minor (draft) versions” for that library.
This involves two steps
Add a calculated column which helps to determine the page state using version value.
Create a new view or update an existing view to display the created calculated column.
Create column to know the page status
Create a new column and name it “PageStatus” (We will later rename it to “Page Status”).
Set the type to “Calculated”.
Add the below formula and save the column settings. (Note: The “Version” column will not be available in “Insert Column:” pane so just copy paste the formula.)
In the library settings, click on the column to edit.
Change the column name to “Page Status” and click “OK” button.
Library view to show the page status
We can either create a new view or modify an existing view to show the “Page Status”. For this all that needs to be done is add the “Page Status” column to the view.
Sometimes in SharePoint there will be a scenario where users shouldn’t download documents, but yet should be able to view the documents. In many of the sites it’s mentioned that this is not possible. But in reality as of March 2020, this is possible.
Generally the permission level “View Only: Can view pages, list items, and documents. Document types with server-side file handlers can be viewed in the browser but not downloaded.” is not available by default. But the site collection feature “SharePoint Server Enterprise Site Collection features” when activated will enable this permissions level.
Note that this will work only for Microsoft Office files like Word, Excel, PowerPoint etc. Still users will be able to download other file type. The reason is SharePoint uses handler for viewing and editing Microsoft Office files which can prevent download.
Perform the following steps to enable the permission level
Launch “Site collection features” under “Site Settings”.
Activate “SharePoint Server Enterprise Site Collection features”.
Go to the library’s settings and launch “Permissions for this document library”.
Enable unique permissions.
Then select the specific “SharePoint group” and click “Edit User Permissions”.
Now you should be able to see the permission level ” View Only: Can view pages, list items, and documents. Document types with server-side file handlers can be viewed in the browser but not downloaded.”
Check that permission and uncheck all other permissions.
Now all the users within that group will only be able to view the document in web-viewer and will not be able to download.
Recently when I was trying to change the theme of a SharePoint online site collection, it threw an error “There was an error while attempting to get the themes”
When a user tries to create new embed codes using the “Publish to Web” feature, he/she/them will get the error “Contact your admin to enable embed code creation”.
Cause of the error
The reason behind this issue is, Microsoft changed the default state of “Publish to web” setting in tenant admin settings. Previously it used to be “Allow existing and new codes” and now it’s “Only allow existing codes”
The fix
The fix is simple, just change the settings to “Allow existing and new codes” and users should be able to publish to web.
The security issue & fix
But wait still the security issue exists. Any user can publish to the web and the report data is exposed to any user on the Internet who has access to the report URL. So the best course of action is to enable the additional security settings, which is “Apply to” “Specific security groups”. Once enabled, only users from a specific security group will be able to create embed codes using “Publish to web”.
For more documentation on the settings, please visit Microsoft Docs
One of the necessity of being a Microsoft 365 based architect is knowing the difference between various licenses or plans.
Though Microsoft provides a good deal of information including plan comparisons, it’s not as easy to understand as we think especially when multiple products are involved.
Following is a link which I came across and seems to be a good one to understand what is included and what is not under one single location.
The following script helps to do the same for multiple URLs. All you need is a text file with OneDrive URL per line and it will provide output in a csv file.
At the time of writing this article, Microsoft has already rolled out the modern experience to all the lists and libraries.
In the old classic sites, there was a possibility to change the the title of Wiki pages and now that is almost gone, but still there is a way to change the title.
Follow the steps below to change the wiki page title.
In the SitePages/Pages switch to “Return to classic SharePoint” at the bottom left.
Edit the views of “By Author” or “All Pages”.
Add the column “Title”.
Save the changes to the view.
Go back to the view.
Click on the ribbon and expand tab “Library”.
Click on the “Quick Edit”.
Make the changes to the respective page’s title column.
Exit “Quick Edit” to save the changes.
Do please note that for now this works but not sure how long Microsoft will keep this option open.