SharePoint Online
17838 TopicsInactive Tab Redirects to SharePoint Home
Is there a way to prevent inactive tabs from eventually redirecting to the SharePoint home page? I rely on keeping important documents (Word, PPT, etc.) open in tab groups in MS Edge to return to for reference, but I'm finding that they sometimes end up redirecting back to the home page. What's worse is that when this happens, I can't go "back" to the original document. If I don't remember what the document was to reload it, I'm out of luck, which is extremely frustrating.42Views0likes3CommentsDropbox Migration apparently completed but stuck finalizing
I have successfully migrated user folders and two library folders from Dropbox to Sharepoint with no errors. But I have two migrations left, the largest of the set (660GB and 220GB) which showed Completed and are now showing 'Finalizing', and have been on finalizing for over 48hrs now. There are some failures (169 files out of 180,000 copied). I am not sure if that is the reason finalising has not finished? I am not sure how to proceed now. (I am a very novice 'in house' sharepoint admin!) thanks in advance665Views1like8CommentsVisio diagram on sharepoint: including sharepoint meta data in a "header group" on the Visio diagram
How do I include some of the sharepoint meta data for the diagram as text in shapes on the Visio diagram. For example to include Title, Last modified, who modified and "Business Owner" (which is a custom meta data column). I want the text on the Visio shapes to be updated automatically when the relevant meta data is updated on sharepoint. Thanks.20Views0likes1CommentSharePoint Server migration to SP Online with lot of form library
Hi! I would like to ask some experience, best practice for SharePoint migration: In SharePOint Server 2016 we have a lot of InfoPath form, over 300 item in form library: if there are contents that just need to be read in SP Online, I don't want to transfer them to a list and Power Apps, how can I fo it? has anyone used a good migration tool from InfoPath to Power Apps? if you didn't migrate to power apps, what solution did you choose? We have a more than 280 workflow, I read the SPMT can migrate workflow to Power Automate: does anyone have experience with this, does it work well? or other migration tool (free preferred) Thanks :)25Views0likes1CommentSyntax error on calculated column formula - date
Trying to get this formula to work in SharePoint. What I am trying to achieve is a column that calculates the date based on the input on two columns. I got this to work, but when one of the columns or both are blank, it puts an arbitrary date of 30/12/3799. I want this to be blank if one of the input columns is blank. So the current formula is: =DATE(YEAR([Review Date])),MONTH([Review Date])+[Review Cycle],DAY([Review Date])) For example, Review Date is 1/1/2025 and Review Cycle is 6 then the output is 1/7/2025, which works fine. What I tried to do based on research is =IF(ISBLANK([Review Date]),“”,DATE(YEAR([Review Date])),MONTH([Review Date])+[Review Cycle],DAY([Review Date])) That gives me a syntax error. I tried adding parentheses, but that doesn't seem to fix it. I am probably missing a bracket somewhere, not closing the parentheses. Any thoughts are welcome.17Views0likes0CommentsHow to pass a value from the PropertyPane to the webpart in SPFx?
I have made a SharePoint webpart with the PnP ListPicker on the PropertyPane of the webpart and the PnP DateTimePicker on the webpart itself. How can I pass the value "Lists:string|string[]" on the PropertyPane: export interface IPnPDatePickerWpWebPartProps { lists: string | string[]; // Stores the list ID(s) } To the OnChangeEvent that resides on the webpart itself: private handleChanged = async (date: Date): Promise<void> => { await sp.web.lists.getByTitle("xxxxxxxx").items.getById(103).update( { 'CustomDate': date } ) }; Gr. P20Views0likes1CommentAdding bitmaps to SharePoint Online sites
Hi, I was wondering if it's possible to add bitmaps to SharePoint sites? I would use one image and then define regions that when you click, will go to a different page. I found the following link that appears to do what I want: Create a Clickable Image Map in SharePoint Online - SharePoint Diary But when I tried to embed the code, it would have an error that I have to embed the code within an <iframe>. But when I did this, the regions I defined no longer worked. Sincerely, Jason28Views0likes3CommentsModern page Top Navigation
In SPO Modern pages, lists and libraries, there are multiple layers of version history available. Is there any history for the TOP Navigation with audit logging for changes? Recently we had a menu changed and we want to see who made the change and when. I can find nothing on version control in the Top or Left Navigation within Modern SharePoint pages. Can someone point me in the correct direction?22Views0likes1Comment