Questions tagged [2010]
For questions completely specific to SharePoint 2010 and **not past or future versions**
8,519 questions
0votes
0answers
5views
Workflow was canceled by System Account. Workflow failed to start
I am using SharePoint 2010 SPD workflows on SharePoint 2016. Today I noticed that any new workflows are failing to start. Existing workflows are running. Is there a known bug/issue from Microsoft ...
0votes
0answers
10views
Event receiver not firing on Tasks list
SharePoint 2010 style SPD workflow is running on a list. All tasks are inserted into Tasks list. I created ItemAdding event receiver on Tasks list but it never fires when a new task is assigned. I ...
0votes
0answers
18views
Any documentation from Microsoft regarding all possible values of WorkflowVersion
One of the task in my SharePoint 2010 style workflow is showing status "In Progress". Even after completing task, it remains at this status and doesn't move to next stage. When I check ...
0votes
0answers
40views
SharePoint 2010 Search crawl not working
SharePoint Search is not working in our production environment, it is showing no result, when we start manually start Crawl it is showing error in crawl log An unrecognized HTTP response was received ...
0votes
2answers
191views
Dowload a Copy of a folder to computer Sharepoint 2010
I'm attempting to download an entire folder from a sharepoint 2010 site. I have all the administrator permissions one could want and can alter settings as I please. However, I can't seem to figure out ...
0votes
0answers
78views
JavaScript\moment.js function won't change date
I have date fields that I need to run calculations on. Its a 3 step process. Run date through function to compare against holiday list, if date matches a date listed in holiday list, push forward 1 ...
0votes
0answers
280views
Get users properties from displayname of user using javascript
I need to get user properties such as email, id, account name, department, and job title using JavaScript. I can successfully pull someone's display name from a people picker field, however, trying to ...
0votes
2answers
536views
Application error when access /_layouts/15/WrkTaskIP.aspx, Error=Value cannot be null. Parameter name: item
I have a SharePoint 2010 style workflow running on SharePoint 2013. One of the users to whom task is assigned is getting following error when he tries to update task. Sorry, something went wrong I ...
0votes
2answers
286views
How to decommission a SharePoint site collection?
We have a SharePoint server 2010. We have migrated the content to SharePoint online. Now we have to plan a decommission of a SharePoint site collection. What best practices for decommissioning a ...
0votes
0answers
51views
I want to send an email to all the users who has access to my SharePoint site collection including subsite and its users it's for SP 2010
I am using SharePoint 2010. I want to send an email to all the users who has access to my site collection including subsites and users who has access to subsites. Please provide me a solution.
0votes
1answer
2kviews
Getting "Uncaught TypeError: Cannot read properties of undefined (reading 'href')" error on SharePoint 2010 form load
When opening a SharePoint 2010 form in modal mode I get the following error: Uncaught TypeError: Cannot read properties of undefined (reading 'href') See code below for usage and troubleshooting. $(...
0votes
1answer
301views
customize list view web part using custom xslt in SharePoint Online
Inside our SharePoint 2010 we do some list view modifications using XSLT, similar to the one described in this link @ https://mundrisoft.com/tech-bytes/how-to-customize-list-view-web-part-using-custom-...
0votes
1answer
75views
Limitation of storing Documents inside SharePoint online compared to SharePoint on-premises and file shares
We want to move all the documents we have from SharePoint 2010 & Windows server 2012 to SharePoint Online sites. On some cases we will use Power Shell to do the move Or for small folders we will ...
0votes
1answer
135views
Migrate SharePoint 2010 sites to SharePoint online (migrate the sites as-is)
We want to do a migration from SharePoint 2010 to SharePoint online using a tool named ShareGate. first thing we want to do, is to migrate the sites as-is. and we are planning to enable custom ...
0votes
0answers
125views
Update of field's "ShowInEditForm" in a content type is not being reflected
I'm trying to show a special field from a content type in the Edit Form of the Library Invalids. The field is called Invalid. As far as, I can see in the PowerShell, the value of ShowInEditForm is set ...