A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Hi Circadian,
Does the information above answer your question?
Regards,
William
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am on a client site where they have SharePoint Online as a component of their Office 365 license. They're not very experienced SharePoint users.
I want to activate Document ID, and they have made me a Site Administrator to do so. But when I log into Site Features, Document ID doesn't appear as an option:
Ought to be above the highlighted feature. Any idea why it's not offered?
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Answer accepted by question author
Hi Circadian,
Does the information above answer your question?
Regards,
William
Hi Circadian,
Please make sure Custom Script is enabled as the following picture shows.
Note: changes to this setting might take up to 24 hours to take effect.
If you want to enable this immediately, please use PowerShell.
Connect-SPOService -Url https://domain-admin.sharepoint.com
#Type your credential into the promote window
Set-SPOSite <SiteURL> -DenyAddAndCustomizePages 0
After that, you can specify 4-12 characters you want.
Regards,
William
I've run into another problem. In the Document ID Settings panel, SharePoint wants to begin each Doc ID with a random character string like in the picture below - I would like to simplify this by entering a 6 Char code beginning with company initials.
But if I try and over-write it, I go to a 'sorry you don't have permission to access this page', although I'm set up as a Site admin.
Thanks William! I think I've made that mistake before, thanks for reminding me.