2010
146 TopicsHow to update the Comment Author field programmatically?
I'm migrating a SharePoint (2019) OnPrem Site Collection to SPO. I have numerous Site pages in OnPrem that users have commented on and I would like to migrate the Site Pages, the Comments and the Comment Author to SPO. Using PnP PowerShell, I am able migrate the Site Pages and the Comments. I'm using a REST API POST method to create the comments in SPO. However, I am unable to to set the Author name of the comment in SPO. As it is, the migrated comments all fall under my name...as that is the login my script used. Is there a way to programmatically set the Author name in SPO. More information... I've re-created the OnPrem users in SPO I've migrated the OnPrem SitePages meta data to SP lists in SPO. I then loop through these SP lists to dynamically create Site Pages and Comments.6Views0likes0CommentsRegarding the "App Catalog" in SharePoint 2019
Hi there, When the customization (ListView Command Set extension: Microsoft Sample: Build your first ListView Command Set extension | Microsoft Learn) was done, and it was uploaded to the App Catalog (http://win-xxxxx:19065/sites/apps), everything was well. And I also can "Add an App" in the "Site Content" But I cannot find any changes in my list in "http://win-xxxxx:19065/", I try to create a new list, and the custom function went well in App Catalog (http://win-xxxxx:19065/sites/apps). Even I want to "Add an App" in "http://win-xxxxx:19065/", I also cannot find the new App in "App you can add". Is there any idea on this? or which steps was ignored? Thanks1.7KViews0likes2CommentsRecreating a Sharepoint 2010 booking calendar in Sharepoint 365
Hello, I've been posting this in a few forums looking for if anyone has any possible solutions. At work we have a SharePoint 2010 site which has an 'event calendar' which we use as a booking calendar. I have been trying to move the SharePoint site from SharePoint 2010 to SharePoint 365. I've used the SharePoint migration tool, but I am having some issues recreating the way it was used in the SharePoint 2010 on the new SharePoint. Firstly, a bit of context of how it currently works. It is basically a booking system, there are two users shared by everyone, a booking user and a manager’s user. Both users are able to create events(work) which we refer to as 'tentative bookings'. The managers then go in, confirm details and that there is resources free and confirms the booking. To do this there is a hidden column called 'current user' which is a calculated column '=me' and a column called choice column called 'confirmed' with the choices 'yes' or 'no'. The form then validates off the formula =OR('Confirmed' = 'no', 'current user' = <manager login>'). This means that anyone is able to create/view the events but only the manager user is able to confirm the events. In the new SharePoint this doesn't work. The user is now tied to the single touch sign on, so as in it's going to be username@domain etc. and the calculated column can no longer be '=me' as this is no longer supported. I've been trying for a couple of days, between my regular work, to work out how I can create a similar effect of everyone being able to create tentative bookings but only some users being able to confirm them. Given my lack of experience with any Microsoft products more complex than excel, it has been frustrating. Does anyone have any suggestions on how I would go about creating a similar effect? I've had suggestions from the office about trying to use a different system, the reason we want to keep it on a SharePoint calendar as with the migration it contains a history of all work previous done and we often need to refer back to events 18-24 months in the past. Thanks17Views0likes0CommentsSharePoint on prem search full or Incremental crawl not working
Hi Team, Please help in getting this resolve we have SharePoint 2010 on prem environment our SharePoint search stops working getting below error An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser.242Views0likes0CommentsSharepoint 2010 Search Crawling error
Search stopped working in SharePoint 2010 Environment and when i am trying to start search crawl manually i am getting below error. An unrecognized HTTP response was received when attempting to crawl this item. Verify whether the item can be accessed using your browser. Please Help.255Views0likes0CommentsSharepoint Look Up Column Issue
Hi I am trying to update using power automate to add items to a already existing sharepoint list but I keep getting the below message The 'inputs.parameters' of workflow operation 'Create_item' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'item/Category/Id' is required to be of type 'Integer/int64'. The runtime value '"01 Emergency Lighting. "' to be converted doesn't have the expected format 'Integer/int64'.2KViews0likes3CommentsSharepoint list issue - Enter valid condition
Hi , I have 2 list column - Mark% and Grade . If Mark % > =60 % - Grade A , Mark % > 31% - 59% - Grade B , Mark % - 0 % to 30% - Grade C. I tried but getting error - Enter a valid condition I put the condition for Grade list column . Any way to fix it ?Solved2.1KViews0likes2CommentsMigrating a huge SharePoint Environment with Multiple Farms
Hi Techies, We have a large SharePoint on-prem environment consist of multiple farms (in different versions from 2013 to 2019. Some sites are still in 2010 classic mode) segregated to meet compliance needs. In terms of segregating these environments in O365 as we move towards cloud (especially the URL segregation such as: farm 1 serves https://internal.company.com, Farm 2 - https://external.company.com, https://otherapps.company.com etc.)what are the options available and has anyone achieved this before ? Any useful planning guides for large migrations such as this one? Thank you in advance! Kev1.2KViews0likes1Comment