sharepoint online
18356 Topicsdefault time in the Date and Time column
Is there is possibility to change the default Time in the Date and Time column globally? Example: That is the default - 12 AM 00 is that possible to change that for anything? even 12PM:00? So all records under would get something different than 12 AM 00 by default?22Views0likes1CommentClarification on SharePoint Macro Consent Flow and Permissions
Hi Team, We have a customer using SharePoint in a secure environment. While configuring the Prolaborate SharePoint Macro on their site, a consent popup is displayed during the approval process. Previously, our macro implementation used the Admin Consent flow. Based on the customer’s security and approval requirements, we have modified the consent to use the User Consent flow instead. The customer has requested additional clarification regarding the consent process. Specifically, they would like to understand: The exact API calls triggered for these two consents View your basic profile Maintain access to data you have given it access to The permissions being requested from Microsoft Graph or SharePoint Whether the application requests any tenant-wide or high-privilege permissions Whether minimal permissions such as Sites.Selected can be used instead of broader scopes Current concern: The customer feels the current permission request is too broad for approval within their secure environment (Banking customer). Reason: Their internal approval process requires clear visibility into the exact API and permission scopes being requested, as different permissions are reviewed and approved by different internal teams (for example, User.Read is managed by the Identity team). From our implementation side, we are using only custom APIs and are not directly calling Microsoft Graph APIs. This information will help us provide a clear response to the customer and support their internal approval process.88Views0likes2CommentsHow do I get quick actions to show up in Gallery view for a list?
Hello, I'm creating a sharepoint list of employees. I create quick actions for sending an employee a teams message or an email, and they work fine in list view. However, in gallery view they don't show up. The field title is displayed, but there's nothing inside, which I've highlighted with a red box. Is it possible to get the quick action buttons to appear in this view?83Views0likes4CommentsReally slow indexing of sharepoint site
Has anyone experience this issue with PNP search V4 I have created a new communication Sharepoint online site with about 20K files. Using the PNP search webpart i built a search page for users. Once i was finished and added the users as visitors for the Sharepoint site. But users only see a fraction of the results. The search total numbers are increasing which means that its the site is indexing, but its indexing about 100 files per day which is really slow anyone else experiencing this?Solved849Views0likes3CommentsAssign rating to individual Choice items?
Hello, I'm trying to create a Sharepoint list of employees and their respective skills. Each skill has a rating from 1-4 indicating how proficient they are in it. Is there any way to implement this in a Sharepoint list besides manually creating 4 different versions of each skill? If not, is there a better way of implementing this? If possible, I want to keep this in Sharepoint to make it easy to access.Solved101Views0likes5CommentsBug? Image webpart (spfx) does not update image
If you add an image to the document library and replace it with a new image, the image does not update. The reason is that image is added to the cache and does willingly update. For example: <img data-sp-originalimgsrc="/Shared%20Documents/replacedImage.png" alt="" src="blob:https://x.sharepoint.com/{guid}" class="CSS-100" width="1000px" height="250px"> keep showing the old image because the blob cache does not update. How long it takes until the blob cache is updated? The image should be updated as soon as it is edited in SharePoint. For example, you could add the modified date to the URL to force the cache to show a new image. Ie: blob:https://x.sharepoint.com/{guid} should be blob:https://x.sharepoint.com/{guid}?{lastupdatetimestamp}1.5KViews0likes1CommentAfter changing choice column type from multi choice to choice back I have lost all values
Dear Ladies and Gentlemen, after changing choice column type from multi choice to choice back I have lost all values in a SharePoint online list. Originally the type was choice and there were single values in the list items. Then later the type has been changed into multi choice. Then I have changed it back to choice. After that I have lost all values in all items. Is this the expected behavior? In case yes, could it be changed, that the original single values will sustain after such change? Thank you for your answer. With best regards Ladislav Stupak55Views0likes2CommentsThe uploaded documents are not shown on page reload for document library web part
We observe a very strange behavior with all of document library web parts on all tenants where we tested. Problem Definition Newly added document disappears after page refresh. If you refresh second time the file appears. Steps to Reproduce 1. We have a document library web part with modern experiences. 2. A user uploads a document - the document is immediately visible in the UI. 3. The user reloads a page 4. The uploaded document disappears. You can use drag-n-drop upload, or upload button, it doesn't matter. Sometimes you need a few refreshes until file appears in the UI. It doesn't matter how many time you wait after the initial upload - for example you can upload a file, wait 5 minutes, then refresh - the file will disappear, then refresh again - it will appear. This is the video demonstrating the problem (uploaded on github): Video Expected Behavior: The recently uploaded document should not disappear after the page refresh. Additional Information: Browser: Chrome 149.0.7827.104 (Official Build) (64-bit) Anybody has the same problem?52Views1like1Comment