sharepoint online
18316 TopicsMy Content Type instances have duplicate Document IDs (dlcdocid).
Hi, I have a Documents library with Content Types enabled, and with the Document ID service enabled. However new documents do not have a unique ID, but all get assigned the same ID as the content type template. The setup I enabled Document ID service via the Site Collection Features: https://<domain>.sharepoint.com/sites/<sitename>/_layouts/15/ManageFeatures.aspx?Scope=Site I enabled and configured content types. I created a Word template in the SharePoint library, and used Insert > Quick Parts > Document Property to create form fields sync'd with the Library/content type columns (Description, Project, Status). I downloaded the Word template from the same library into my OneDrive sync'd location, and uploaded it to the site collection's Content Types https://<domain>.sharepoint.com/_layouts/15/online/AdminHome.aspx?modern=true#/contentTypes and sync'd to the site content types. I created documents in the library using the "New" menu. Later I ask the user or reviewer to update the document frontsheet with the dlcdocid (Insert > Quick Parts > Document ID value, or Insert > Quick Parts > Field... > DocProperty > _dlc_DocId) as well as the SharePoint Version using the policy label method (https://learn.microsoft.com/en-us/answers/questions/5146555/sharepoint-label-to-embed-version-in-word-doc-havi) via Insert > Quick Parts > Document Property > Label. The Problem In the Documents library, new Word files are being re-assigned the original dlcdocid of the template (say DOCUMENT-0123456789-5). Now the "unique" URL shows me a list of multiple files all with DOCUMENT-0123456789-5. This is a read-only field so I cannot edit or delete the IDs. I want to have a Content Type template, with the frontsheet/header/footer fields sync'd with the Library columns, but I also want each document to have a unique ID and version. Help requested Is there a way to fix the template to clear the template ID, and to avoid this issue on future templates? How should I replace the template? Is uploading Template copies to the Content Type bad? Should I instead point to the file URL? Does it matter where the Template file is stored? Are there any ways to reset the ID of the few existing documents with the duplicate value?55Views1like1CommentGroup Calendar web part number of events limitation
The Group Calendar web part in my SP will only display a few meetings. I have increased the 'Number of events per page' setting. I don't see any setting limiting the size of the web part. Is there a setting to limit meetings by date?Solved23Views0likes2CommentsList items: Enable edit, disable create item
I created a custom Permission Level in order to allow users to edit list items but disable Create New Item. It worked for my one test user, but as soon as I applied the custom permission level to a permission group of 75 users, none of them could edit. I had to just turn on the out-of-the-box permission level Contribute, which enables Create new item. If there is a limit on number of users in a permissions group, is there a setting to override it? For my custom permission, here are the pertinent 'List Permissions' settings I used: <No> Add Items <Yes> Edit Items <Yes> View Items <Yes> Open Items <Yes> View Versions <Yes> View Application Pages8Views0likes0CommentsLinking a specific OneNote page to a Sharepoint List
Hello, I am trying to link a OneNote page in a Sharepoint list via the Hyperlink field. So basically users would copy the link to the OneNote (shared) page in the URL field of Sharepoint. However, I keep getting an error when I save the list with the page URL in (it works well before saving!). I can link the general notebook, but not a specific page (which is what I am interested in). I read it might be linked to a limitation in the number of characters that Sharepoint accepts as URL? Can somebody help me on this? Many thanks! Kind regards Valeria2KViews0likes2CommentsHow to improve performance of SPFx application?
Hello Everyone, We have created SPFx + React application. We have used the SPFx 1.21.1 version. We have used different npm packages into this project. The project works as expected functionally. We have checked the performance of the application using Lighthouse in Google Chrome. We found the below performance matrix from Lighthouse. We need to improve the performance of our SPFx application. Can anyone suggest the correct path to achieve the same? Thanks in Advance.29Views0likes0CommentsValidation rule for postal code is being ignored
In the SharePoint list, there is a column “Country” and a column “Postal Code.” A validation rule has been configured in the list validation settings to ensure that when the country “Germany” is selected, only postal codes with exactly 5 digits can be saved. Currently, this validation rule is being completely ignored. Regardless of whether the postal code contains fewer, more, or no digits at all, the entry can always be saved. The validation does not take effect. Expected Behavior: When Germany is selected in the Country field, the entry should only be saved if the postal code contains exactly 5 numeric characters. If the input is invalid, an appropriate error message should appear and prevent saving. Actual Behavior: The validation rule is ignored. All inputs — including invalid postal codes — are saved. No error message is displayed. Impact: Incorrect or incomplete data is stored in the list. Manual corrections are required afterward, causing additional effort and increasing the risk of errors. The english version of formule we used =IF([Land]="Deutschland", IF(LEN([Postleitzahl])=5, 1, 0)) Why doesn't the validation work? Thank you in advance for your comments !9Views0likes0CommentsHow is the SharePoint Online file path length counted?
I'm struggling to figure out how to calculate the path length of a file in SharePoint. I understand that the maximum is 400 characters. However, I'm not sure what goes toward that number, or whether characters are encoded or decoded.Solved196Views0likes4CommentsOpen Files from SharePoint in "Protected" mode by default
Many users have complained about "auto save" as people open a file and start working on it immediately, not realising their changes are being saved. I know that you can use protection in Office, if the author sets it. This is a good option forcing people to "think" before editing My Question Is it possible to set this as the default either for all documents in a specific library and/or for specific users5Views0likes0CommentsSharePoint without Sync (Advice Needed)
Our biggest challenge with SharePoint is how to roll it out to End Users with no SharePoint Experience (many of these users are engineers/site based on slow(ish) internet connections. We have large (+100,000) document libraries with long paths. Sync has been a massive issue, the default behaviour has been to just use File explorer to access files, resulting in sync errors and accidental deletion of files. I am looking for advice on turning OFF sync (in the document library settings) I have concerns about doing this, as there are always times when it is easier to Sync, and this is essentially a global setting (set for all users) Has anyone had any real life use cases/experience of doing this. I cannot think of any alternatives.6Views0likes0Comments