All Questions
0
votes
0answers
6 views
SP2007 All uses of the Wait for field change action causes error when workflow runs
Developed a work flow in SPD2007. It goes like this:
User creates item in form.
Some checks are made to make sure form is filled properly.
Email notice is sent to the Approver of the form to go into ...
0
votes
1answer
11 views
CSOM: UserCreated and AllowMultipleValues properties are missing in Microsoft.sharepoint.client.Field
Am I missing something or is UserCreated boolean property really missing in Microsoft.SharePoint.Client.Field ?
When accessing _api/web/fields I can see data about AllowMultipleValues and UserCreated ...
1
vote
1answer
17 views
SP 2013 stuck in read only mode
Tried running commands as Farm Admin:
When I run :
$site.GetType().GetProperty("MaintenanceMode").GetSetMethod($true).Invoke($site, @($false))
I get an error:
Exception calling "Invoke" with "...
0
votes
0answers
12 views
Resaving SP 2013 List attachments…in browser
I searched the internet for an answer and have come to the SP Gods.
What I'm trying to do is save an SP2013 list attachment back to the item it was in.
For example, I have data.pdf attached to ...
0
votes
0answers
5 views
Importing contacts to People from Excel
Is it possible to import contacts currently on an excel spreadsheet into People on SharePoint please?
0
votes
1answer
18 views
Sharepoint 365 Folder Permissions
I have searched for a while but can not find an answer so thought i would ask the question..
I am trying to set up sharepoint so that at a top level i have:
Home directory with eight sub folders ...
0
votes
0answers
9 views
HTTP Post to copy list item to parent site - forbidden
Using a SharePoint 2013 workflow, I'm trying to use the HTTP Post Web Service to copy a list item from a sub site to a parent site (both lists are standard custom lists with just a Title column). I've ...
1
vote
1answer
15 views
SQL Max Degree of parallelism value
Recently we had to reconfigure entire SQL(SharePoint) server due to catastrophic failure in out storage components. While we have done that successfully, we have forgot to turn on the MAX Degree of ...
0
votes
3answers
21 views
Remove and replace site collection admin powershell
I would like to remove user x from all site collections and replace with user y using powershell. Does anyone have a script that works? Google hasn't been helpful this time :-(
0
votes
0answers
9 views
Update SharePoint document via Client Object Model on External Data column connected to SQL
I need to add a document to a document library (on-premise SharePoint 2016) and update the metadata. I have pieced together the code to add a document, as well as successfully update multiple choice ...
0
votes
1answer
18 views
The collection has not been initialized…trying to call 2 separate lists
I get the following error in SharePoint 2010 using JSOM and not sure why. The error occurs when I get to "pp_OnQuerySucceeded()".
The collection has not been initialized. It has not been requested or ...
0
votes
0answers
11 views
Sharepoint 2013 Search - setup one crawl for one site collection (List)
we have web app with multiple site collections:
https://domain.com/sites/collection1
https://domain.com/sites/collection2
https://domain.com/sites/collection3
I want to setup search, where is ...
0
votes
0answers
9 views
Search Service Application using existing databases
I have an existing search service application with crawled data and corrupted search index. I tried to recreate search topology with clone but didn't work. How can I create a new search service ...
0
votes
0answers
7 views
How do I center a calendar webpart?
though it's quite easy to center a webpart using html, when loading in a calendar, I can determine the width of the calendar, but I cannot align it in the center anywhere.
Please let me know if it is ...
0
votes
0answers
7 views
Uploading file on sharepoint with python causes uploaded file to retain headers in the content
When I submit the post request using my script, I do not encode the data and prepare the post request as such:
postheader.update({'Accept':'application/json; odata=verbose','Content-Type':'...