Rows of items containing columns of information.

learn more… | top users | synonyms (1)

0
votes
1answer
34 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
23 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
19 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
35 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
201 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 ...
0
votes
2answers
28 views

How to programatically tell if a field is a taxonomy / managed metadata field?

I am going after SPList.fields and getting the collection of fields... I would like to eventually return only the fields that are managed meta data. Any ideas on how I can do this?
0
votes
1answer
19 views

Calculated Columns: Returning a value depending on parent curency column value

Morning all, Here's what I'd like to achieve and I'm hoping that you fine folk can help me with this. I have a currency column in a customised list, with values ranging from £1k - £20k. I'd like to ...
0
votes
0answers
18 views

Edit Listform(OOTB) consuming more time to load in SharePoint list

In our SharePoint server there is one list List1.when i am open any list item in edit form List1. it is taking much time to be loaded. around 1sec upto 2min. In List1 contain one lookup column from ...
0
votes
0answers
24 views

Respecting order of OrderedList in DataFormWebPart (SharePoint 2010)

I have a links list that allows the user to customize the order of the items, using OOTB functionality (using the "Change Item Order" ribbon item.) However, when I display the links list in a Data ...
0
votes
1answer
30 views

View and Edit SP list from another site with Sharepoint 2010?

I have been searching for a way to view my SP list into another site. I want the members to be able to delete items so the list changes on my site. I tried to create a view of the list and created a ...
0
votes
2answers
31 views

List properties using SharePoint.Client

How can I get a list of property/value pairs of a List? I have the following code: ClientContext context = new ClientContext("http://lalala.com"); Web web = context.Web; Guid g = new Guid("lalala"); ...
0
votes
0answers
24 views

List Calculated Field in Pivot Table

I have a list in SharePoint 2010, and I'm using that list to drive data in a Pivot Table. This, in and of itself is nothing special. No custom code, PowerPivot or JavaScript hacks. I have two Custom ...
1
vote
2answers
38 views

Excel spreadsheet cannot be published to sp 2010 list

I receive a "Cannot connect to server at this time. Your list cannot be published" error message when you import an Excel spreadsheet to use as a basis for a new list in Windows SharePoint Services
0
votes
1answer
30 views

sharepoint list choice required field

Using out-of-the-box SharePoint 2007, I want to create a required "choice" field that has values but no spaces/blanks as a valid option. I then want the entry form to show a blank as you select ...
0
votes
1answer
45 views

{ListId} token is not replaced by the Id of the List

I'm extremly new with Sharepoint 2010. In my masterpage, I display a list of news. I'd like to create a permanant "Add news" at the bottom of the list (programmatically) but I can't find the ListId. ...
0
votes
0answers
29 views

sharepoint list item 2013

How can we control the sharepoint list item which is created on visual studio 2012? How can we get the user profile informations by connecting the user profile services ? ım new on sp so can anyone ...
0
votes
1answer
27 views

What is a good strategy for automatically approving a list submission after a set period of time?

I have a custom sharepoint list that requires approval from a specific group before an item is shown to everyone who has access to the list. I received a request to have all items be automatically ...
2
votes
1answer
55 views

InfoPath Forms Buttons disappear in Read Mode

When I click on the Linked Item it opens up an InfoPath form in read mode. But no ability to switch to different views (pages) in my form is allowed unless I go to edit mode. Why do the buttons ...
0
votes
1answer
32 views

Calculated columns, columns names and localization

I provision a list in SharePoint 2010 with two date fields: one for a start date and one for an end date. I would like to add a third column for the duration. Naturally, I could add a calculated ...
0
votes
2answers
44 views

Set max number of items returned via Content Query or list

Any ideas if this can be done? I want to restrict the number of items returned to 5. Not sure if I can do this somehow at the CQWP or list level?
2
votes
1answer
47 views

Access SPList.RootFolder.Properties from Client

Is there a way to access the SPList.RootFolder.Properties key/value pair collection from a client, either via Lists.asmx or the new client object model? I know I can create my own ISAPI endpoint and ...
1
vote
0answers
24 views

Reset SharePoint blog homepage

I tried to change the filter applied to the blog posts displayed on the home page. I created a new view and applied it to the "posts" web part on the home page, and now it just displayed all the blog ...
1
vote
2answers
32 views

2;# 5;# Web services returns odd characters

When I use SPServices to query a list it brings back some of the columns with odd prefixes and encoded characters. How can I get rid of the Oddball characters? I recognize the @amp; as a HTML ...
2
votes
1answer
27 views

Deleting a blog post leaves related .png files in Photos list

I used the blog template when creating a new subsite within mysites and in the process an associated list called Photos got created. While this has worked well, I've noticed that when I delete a blog ...
0
votes
1answer
41 views

How can we customize “View Item” form after using InfoPath?

I created a InfoPath form, and when I click on "New Item" I am able to see the nice form. However, when the user clicks "View Item" the form has sections that I would like to remove/hide. Is there ...
0
votes
2answers
161 views

Collapsible Lists in SharePoint 2010

How can I build a SharePoint 2010 list like the one in this screen? Original page here: http://wssv3faq.mindsharp.com/Lists/v3%20WSS%20FAQ/V%20Books.aspx
0
votes
2answers
63 views

Calculated value for Single line of Text doesn't work

I have a column named "Risk" and the condition of the values is here: Düşük: Risk <= 4 Orta: 4 < Risk <8 Yuksek: 8 <= Risk Risk value is the sum of 2 column values. ...
1
vote
3answers
43 views

Can you create a summary table of list data?

I want to display a summary of values from multiple lists in one table. Each list will have the same subset of Yes/No columns. The summary table will have row for each list and a column for each Y/N ...
0
votes
1answer
53 views

Broken link when adding discussion board to page through listviewwebpart

Background: I have a discussion board in SharePoint where users will dump emails through an Outlook connection. Then they will associate the discussion board post with a particular contact. When ...
0
votes
1answer
36 views

Link to document library

I have a small issue, basically i have an instance of document library / list, now, how can i get a link to that list / document library? I'm working with sp 2007 To clarify, here is the code: ...
0
votes
3answers
194 views

SharePoint-hosted app don't get my lists

I'm developing a SharePoint-hosted app for SharePoint 2013 (in Office365), but I've a problem accessing lists within a SharePoint-hosted app. My code is well printing the lists, but it only show me ...
0
votes
1answer
19 views

Summing up the numbers based on a particular column value in a list

I have a list which displays the leave history of the users in a department. Now, I want to consolidate the data in this list in such a way that I want to calculate the total number of leaves availed ...
0
votes
0answers
51 views

User cannot edit list item even with correct permisions

I am very new to SharePoint and am setting up a vacation approval process with a calendar. The workflow works fine for me. But the users who need to be able to "Approve/Deny" the request get "access ...
1
vote
3answers
62 views

How to turn off the function that converts single line of text into mailto: link

Does anybody know how to turn off automatic text conversion into mailto: links inside basic single line of text fields? It is confusing a little bit. Our customers stores server configurations in ...
1
vote
1answer
36 views

ASMX service returns only part of the list items, not all of existing items

I can see that there are 50 items on site in list1, but ASMX-service returns me 34 items. When I call GetList("list1") service returns me a description of the list. This description contains an ...
1
vote
2answers
90 views

Change displayname of a List with event receiver

I need to change the displayname of a list using "ItemUpdating". The source of the new name is the "Title"-field of the item which fires the event. Is this possible? I tried it with: if ...
0
votes
0answers
52 views

Creating New Link Problem

How can I add "new item"? I modified the view of the link list. And I want to add the "New Link" but I couldn't make it work. I copied and pasted the original code(looked with Firebug): <a ...
0
votes
0answers
47 views

Delete all list permissions and set Author as contributor (Event Receiver)

I wrote an Event Receiver on ItemAdded to automatically create a calendar (Template 106) from a ListItem (Title => Name of calendar). So far so good... Problem of all is, that I want to delete ALL ...
1
vote
1answer
56 views

CAML batch query - valid XML?

The standard format of a CAML batch query is as follows: <?xml version="1.0" encoding="UTF-8"?> <ows:Batch OnError="Continue"> <Method ID=""> ...
0
votes
1answer
23 views

Show Web Info across different Site Collections

I'd like to Show List Info in http://goSiteABC from http:goSiteXYZ; using webservice or Javascript Model if possible Or Show an iFrame web page in http://goSiteABC from http:goSiteXYZ The ...
0
votes
1answer
87 views

Appropriate List permissions and read/write using visual webpart

I am learning SharePoint and just learned how to develop Visual Webparts and read data through CAML and write data also. I have a portal where I have one site collection and under that site collection ...
0
votes
0answers
53 views

QuickEdit Error - Can't create new Items

I hope I can get some advice's cause of a problem i discovered earlier in my SharePoint 2013. There is a strange behavior in my new created lists. If I use QuickEdit to create new items SharePoint ...
0
votes
1answer
43 views

How to provide edit attachment to list but not upload to items

How to set a group of users who has read permission on SharePoint list can able to edit the attachment, but unable to edit the items and can't able to upload new files in the list
0
votes
0answers
20 views

Error on add a list item

After adding an Item to any list, error raise after the list item added on post back. There's no workflow and event receiver behind. Timer service is running. If I close the browser and lunch it ...
1
vote
0answers
182 views

SharePoint 2010 List Grouping Expand/Collapse Sequence Bug

I've run into a bug with a List web part that has me stumped. Bug description: Using the web part and XSL specified below, expanding groups may result in items from the wrong group being shown. ...
0
votes
0answers
18 views

User recognition in a form [duplicate]

When opening a new form I want the users to be recognized automaticly. For example if I open a form I want the form to recognize it's me by useing my credentials and update the field with my Name. ...
0
votes
0answers
29 views

Access unable to update singular column in SP list

When I try use Access 2007 to update a linked SharePont table, Access tries to update the entire list rather then the column I specify in my query. Anyone else encounter this problem?
0
votes
0answers
86 views

List View Webpart is not getting added while activating feature using powershell

I created a feature and on activation of it I am trying to add list view webpart. Using powershell command activating feature and it gets activated but List View Web part it is not getting added on to ...
0
votes
2answers
206 views

Fail to export custom SPList to Excel

Im trying to export a SharePoint-List(created from a custom Listdefinition) to Excel by using the "Export to Excel"-button on the ribbon. It works when im trying with other default SharePoint-lists ...
0
votes
0answers
79 views

I want to create KPI list based on sharepoint list but for empty columns

i have a custom list in which i upload the data the incidents that have violated the targets I have added one more column in the list as Justification. The users are required to update the ...

1 2 3 4 5 32