Rows of items containing columns of information.
0
votes
1answer
47 views
Error exporting list to excel - permissions for resource throttling ceiling
What level of permissions have to be assigned to a user account in SharePoint 2010 for them to qualify as an "administrator" and therefore grant them access to the higher ceiling for resource ...
0
votes
0answers
27 views
Ribbon-Bar isn´t showing
If I open a SharePoint-2010 list or library the ribbon shows "List" or "Library".
If I click on "List" / "Library", the ribbon does not show up. Only the header is visible.
Any idea on how to fix ...
0
votes
0answers
44 views
Hide SharePoint 2010 context menu [duplicate]
I am trying to hide the SharePoint 2010 context menu.
I wrote the following code:
$(document).ready(function(){
$('.ms-MenuUIPopupBody').live('blur', function() {
...
1
vote
1answer
76 views
Quick way to change Custom New form web part into custom edit form
I just created a custom new form web part in C#. It works great and adds a new item to the list with the 'Save' button.
Now, I am trying to reuse the same code to create the custom edit form. But I ...
0
votes
2answers
104 views
Populate list item from XML feed
How to create new list item using data from XML feed? Is it possible to handle multi line of text in XML feed?
0
votes
1answer
18 views
Can a calendar popup be added to a list's date filter instead of a list of text choices?
How would I replace the OOTB list date filter dropdown to be a calendar view instead?
JQuery/Javascript solutions are feasible for me if it is indeed possible.
So far looking at the page tags upon ...
0
votes
1answer
182 views
Powershell Script to generate site collection administrators, site URL, Site Name,Members in the group named 'owners'
I have a requirement currently to generate all the Sharepoint site in a Web application with the following information:
Site URL
Site Name
Site Collection Administors : ID or name
Members in the group ...
1
vote
1answer
73 views
Lists included in an App for SharePoint 2013
I've seen that when I create an Autohosted App for SharePoint 2013 (or any other type of Apps), I'm then able to add a new item to the SharePoint Project such as a List.
I can then add/edit/delete ...
0
votes
1answer
360 views
CAML Query to get Lookup field value
I've written an autohosted-app to show a few data that are in a list.
To get the data in the list, I use this piece of code with a CAML Query.
using (var clientContext = ...
0
votes
0answers
29 views
Student Class Certificate Management [closed]
I have a requirement to build out a site that allowed for the following features:
A group of instructors can create class entries.
The enterprise have the ability to see upcoming classes up to 3 ...
1
vote
2answers
271 views
How to get the ContentType Field From Task List Using REST API In SharePoint 2013
How can I get the ContentType Field value From Task List Using REST API In SharePoint 2013 ?
I tried this code and i got results for ID, Title etc. but for the ContentType field he returned ...
2
votes
2answers
156 views
How to move/copy items from one custom list to another custom list without Designer?
I'm a guest to the site and after seeing the great quality of Q&A's believe it's worthwhile to 'put this out there' in the event anyone may be able to assist.
Brief background:
I have ...
3
votes
2answers
87 views
Maximum number of lists in Sharepoint
Currently I have a single list where I store some data for all users. The problem is that the list has scalability issues after 5000 rows. I was thinking to create a list for each user.
How many ...
0
votes
1answer
13 views
How do I change the width of a list input page?
I have a SharePoint list. When you select "New" to add an item, some of the categories are extremely long (they're actually questions) and cause you to have to scroll from left to right to read the ...
1
vote
2answers
132 views
Delete list in Sharepoint 2013 larger than 5000
I have created a sharepoint list in 2013 by importing an access 2013 table which has 7414 records and have set the list to sync with the table held on my local PC.
I want to start over again but
when ...
1
vote
3answers
49 views
Calculate the difference between system columns Created on and Modified on
I'm trying to create a new column in a shp list that contains the difference in days between two other columns in that list. These two columns are the custom list columns that contain the date Created ...
0
votes
1answer
67 views
Create Calendar view using list definition with visual 2010 (sharepoint 2010)
I'm a newer in sharepoint 2010 .I want to create calendar view for my list definition using list definition. I think i need to do something in schema.xml file, but i can't find any document talk about ...
0
votes
0answers
26 views
Expand one item & collapse another in data view
I'm working with a data view in sharepoint designer, and I have the list grouped on the title field and collapsed by default - expandable with a click. This works great.
Because there are a lot of ...
1
vote
0answers
85 views
Sharepoint 2013 Contact integration with Outlook
We're trying to move away from the whole public folders thing...we have a fair few contacts in these folders at the moment however (about 5000). I have connected my contact list to Outlook and copied ...
0
votes
0answers
8 views
“Sent to” overview of sendet location is lost after moving the web to another location
I moved a web from "http://thehost.com/Site/Subsite/web" to "http://thehost.com/Site2/web".
The move performs with an export an an import by powershell.
In the source web, exists some documents, ...
0
votes
1answer
94 views
Add a new Field to a SharePoint List with XML
i had create a list programmatically on Feature_activated.
Now i want to add a new Field to my list with an XML File on UpgradeActions from the Feature.
I know the solution for add a Field with C#.
...
0
votes
0answers
72 views
SharePoint 2010 List Excel Export Error
I have some problems about exporting a SharePoint List to excel. I'm getting "Excel cannot connect to the SharePoint list" error while exporting it to excel. There wasn't any error in the same list ...
0
votes
0answers
36 views
More than 2 levels of grouping in sharepiont list view
If anyone has done more than 2 levels of grouping in SharePoint 2010 list view, please revert . I have similar requirements and am facing issues while implemented using data view web part ‘Sort & ...
0
votes
2answers
43 views
add SPListItem with more than one field of data
I want to add an item to a SharePoint task list, with data in the Title, AssignedTo, and Status columns. The code below adds the item with data in the Title column, but no data in the other columns. ...
1
vote
1answer
34 views
Should views be created using “Edit the Current View” in the web part menu?
I've heard (and previous experience supports) that using "Edit the current view" is a bad idea, because the "view" created using this method can be orphaned if the list/library the view is based off ...
0
votes
3answers
71 views
SharePoint 2007: Filter for current year
I have a list view web part and a field named [Year] set as a number. I am trying to filter to show this current year's items, given today's date. I tried the following filter but get Filter value is ...
0
votes
1answer
44 views
How can I create a List with predefined Id in SharePoint Apps?
I'm working on the Apps development for SharePoint 2013. I need a List for my app, so I can do it using visual studio. But I can't find any option to set up an Id for my List. Is it possible?
P.S. I ...
1
vote
1answer
50 views
In a SharePoint List I cannot see items that are in a folder
I have a sharepoint list (Not Library), where I am programatically adding in a folder:
SPList list = web.Lists[ListID];
SPFolder parent = list.RootFolder;
SPFolder child = ...
0
votes
0answers
41 views
List Does Not Exist Error After Importing
I have a set of sites that are using one of the Fab-40 templates and we are upgrading to 2013 and as you all know, none of the templates are compatible with 2013. So, I'm having to export the content ...
2
votes
2answers
117 views
List Instance of Survey
So far I manage with the below sample to deploy a list instance of survey from VS2012, how ever I cannot seem to add the question in the Im getting always when deploying
"Error occurred in ...
0
votes
0answers
15 views
Why does SharePoint 2010 convert “qty01” to %5Fx0071%5Fty01
I have been using the SharePoint 2010 client object model to create a list in sharepoint. When it gets to adding a field called "qty01" it replaces it with "%5Fx0071%5Fty01". Is qty01 reserved or ...
0
votes
2answers
21 views
filter with url: should be very easy but doesn't seem to work?
This is really weird as it seems so simple to me, but just won't work.
myserver/site/lists/ExampleList/AllItems.aspx?ID=133
isn't this the basic url filter to only show that item?
it does work ...
2
votes
3answers
269 views
Embedding YouTube Video in a SharePoint 2010 List?
First, thank you in advance for any help anyone is able to give.
I have a Sharepoint 2010 site that needs the ability to embed YouTube videos in the rich text field of a list item, is there anyway to ...
2
votes
2answers
82 views
Get list properties via JCOM
How do I get list properties like BaseTemplate, ItemCount, ListItemDeletedDate etc. via Javascript Client Object Model for SharePoint 2013?
1
vote
0answers
47 views
Lookup column automatic selection in list form upon adding new item
I have a site page with two related lists, this relation being established via the webpart option "insert related list", and I'm using ID column in my child list as the lookup column.
The child list ...
0
votes
1answer
126 views
How to read custom column of List in web part using Linq
I have a list with column "English Desc". How do I read it in my web part?
I can see that in web part, this item has other properties such as item.ID, item.Name, item.Url but this property/column is ...
1
vote
1answer
46 views
Web.GetListItem with a non list URL breaks SPContext
We have a bit of a weird issue and i was wondering if anyone had any insight on why the issue was occurring.
We have a page deployed into the SharePoint root which has a custom webpart which would ...
0
votes
1answer
55 views
Populate a drop-down based off the contents of another using lists
I am very new to SharePoint and am having trouble with a few basics I thought were simple, it's a large change from my way of thinking about databases and presentation.
Anyways, I am required to ...
0
votes
1answer
31 views
Change .aspx on a SPView
I'd like to create a SPView for my list that points to a complete custom aspx page. And I need to do that through c# code.
Even if I could just override the AllItems.aspx in a Visual Project Project, ...
1
vote
1answer
81 views
Customizing discussions list in SP2013 with JsLink
I'm working on a community site and was looking at ways to modify UI of the discussion list that is presented to the user (and possibly more going forward).
It is my understanding according to the ...
0
votes
0answers
16 views
Show unused groups in a list
I have a list that shows requests and the default view is grouped by the status's request
Is there a way of showing the status's that are not currently in use?
E.g. Status: 3. Status Name (0)
1
vote
0answers
28 views
Add a field to all the contenttypes of the current list
I have two content types that I want to use to more than one list.
I want to add a Field to ONLY one of those lists, but I want to add the field to both the content types of the list, without ...
0
votes
1answer
54 views
How to create link pages (read more links)
On my home page I am displaying some news. Every news has "read more" button clicking on which will take user to news detail page. I was thinking about doing in SharePoint like following. Please let ...
0
votes
2answers
62 views
new Item should show next 3 months and year in drop down
I have a ReleaseMonth column in my custom list. currently set to single line of text.
i have requiremnet to shows a dropdown list that includes next three months and year.
For example :- if the ...
0
votes
1answer
29 views
List with Page_Load event
For a project I'm working on, I'd like to get a Page_Load C# method behind a Document Library, but I've been unable to achieve this, so far. Any help would be greatly appreciated!
Some details on ...
0
votes
1answer
39 views
How to implement a facebook like feed with comments and likes in SharePoint?
I require a web part in which feeds can be posted and users can comment and like on it.
0
votes
1answer
25 views
Custom webpart behaves differently with different environment?
I have a custom solution which retrieves all the list items from the list with 12000 items. I have used splistitemcollection position method to get listitems to retrieve list items. It works fine in ...
0
votes
1answer
24 views
DirectoryNotFoundException when trying to read Picture Library using Linq
I am trying to read a picture library named "ImageLibrary" as follows:
SPList list = web.GetList("ImageLibrary");
But I am getting following error:
DirectoryNotFoundException
How do I read ...
0
votes
0answers
40 views
sharepoint list displays items normally but after klicking it runs into item not found exeption
I have a normal SPList with some items in it.
As you can see everything works fine. When I click on a list item, I run into an exception:
How is that possible?
edit:
I should mention, that ...
1
vote
1answer
474 views
Is it possible to import/export list from Sharepoint 2013 to Sharepoint 2010?
We have been using SP 2013 for its ease of use when it comes to developing workflows especially the copy & pasting thing in SPD. But our main production environment will be using SP 2010 for it's ...


