1
vote
2answers
11 views
Update list Item returns ErrorCode 0x80004005
I have a sharepoint list with around 75 columns and there are about 1800 records. I am trying to update an item using Update List Item Web Service but it fails showing errorcode : 0x80004005 and ...
0
votes
0answers
9 views
Approval Status is different given user's permissions. Visitors can see non-approved items
I already discovered a solution to my issue, but I do feel this is a bug and wanted to put this out there for anyone else looking for an answer.
I created an OOTB SharePoint blog. I set up groups for ...
0
votes
1answer
12 views
Is there a powershell command to wait for the App uninstall job?
I have the following script to update my SharePoint app with the latest version but it always fails with the error:
Install-SPApp : An instance of this App already exists at the
specified
when ...
0
votes
0answers
13 views
Permissions and Managed Metadata in Navigation
So I've set up on SharePoint 2013 Managed Metadata Navigation for a site collection, inherits to all sites below. When I access as a "Site Member" or "Site Owner" I get to see the full navigation. ...
0
votes
1answer
10 views
Provision a third-party (Custom) service application using powershell
I am trying to automate deployment of a custom service application created by a third party. The current process is to go to Central Admin -> App Management -> Manage Service Apps and then create a ...
0
votes
2answers
15 views
MOSS -List Items to large 10k+
MOSS- I have a list with 10k+ Items and when users click on the List it takes forever to Load.The List has more than 10K items ins it dated from 2010 till current date. In that List is there any way i ...
0
votes
1answer
16 views
Append List Item Files
I'm using a list which allows users to attach files to an item but removes the delete option using javascript. I need to find out if theres a way I can allow users to continue uploading documents to ...
0
votes
0answers
9 views
Subsites with search scope
Is there a javascript way to default search scope for various sub sites.
For example, I have a site collection (Marketing)
Under Marketing I have 5 sub-sites
Meeting
Sale
Region
News
Contact
I have ...
0
votes
4answers
17 views
how to display fields in site from content query webpart in sharepoint 2010
Hi I am adding a content query web part in one of my sites and in query property I am setting the required content type and its related property but I want to display the fields in the site from ...
0
votes
0answers
10 views
Infopath form creating margins in Sharepoint
I have two multi-select listboxes and two multi-select textboxes next to each other in a form. I have the control padding and margins set to 0 px. I have the containing cells padding and margins set ...
0
votes
2answers
16 views
How to create a weekly email summarizing new content from multiple lists?
I've been tasked to create a week in review email that summarizes the latest news, events, job postings, and new documents on our intranet. However, they are currently all on separate lists. Is there ...
0
votes
1answer
7 views
Adding cusotm boxes inside my community site that link to to other sharepoint pages , and also link to external systems
I have created new community site inside my SP 2013 server, and on the Category page , each category is displayed inside a box. now i need to add some Boxes to my home page that link to external ...
0
votes
0answers
7 views
Is there a way to display “calendars in view”, when adding overlay calendar as App Part
I have the following:-
3 calendars (General, internalEvents , ExternalEvents).
I added the General calendar as an APP part inside my team site home page.
I overlay the internal events and external ...
1
vote
0answers
9 views
Sorting in Search.asmx querypacket
I have this querypacket to query Search.asmx service, and get back the results, stored in queryXML object, I can retrieve data successfully, but I can't figure out how to sort this data on any field I ...
1
vote
1answer
26 views
Is there a way to assign a task to more than one user?
I am creating a tool that needs to assign a single task to one ore more users. The task list may not be in the same site collection so I cannot simply add a SPGroup or use AD Groups due to our farm ...