Rows of items containing columns of information.
2
votes
3answers
2k views
ListInstance with predefined data, prevent adding records to list with same name on deployment
I have a feature which on activation has to create a list called Scanners. Only one column from the list (Title) is actually used in my app. The list needs to be pre-populated with some values. To ...
2
votes
2answers
638 views
Get listitem using jquery or javascript from Office 365(Sharepoint Online)?
there are good solutions to get data from office 365, and move it to another platform using client object model.. i.e Wictor Wilen solution. its work in code behind.
i have tried to get list data ...
2
votes
2answers
151 views
Hide List and only shows is to the creator
I like to be able to hide my list and the list should only be visible to the person who created it. I've created a custom action -> ribbon to perform that action. Right now when the ribbon button is ...
2
votes
3answers
3k views
Error: 'A list … with the specified title already exists'
We're trying to do content deployment from one SP2010 server to another, and it keeps throwing this error on one of the web sites:
An unexpected error has occurred. Lists/FAQ/AllItems.aspx
...
2
votes
5answers
6k views
How to get “Send e-mail when ownership is assigned?” functionality on a Non Issue Tracking or Task list?
I have created a Custom SharePoint list and I want to be able to add the ability to send an e-mail to the person who the list item is assigned to just like the Issue Tracking and Task lists do.
How ...
2
votes
1answer
2k views
Calculated field Date formula
I have a date field, and it has the date in the format - 11/2/2011 11:40 AM
How ever my requirement is to get the date in the format - 02 Nov 2011 11:40 AM
For that I created a calculated field for ...
2
votes
1answer
862 views
Which view is the “Current view”?
I have got a SharePoint 2010 website with a WebPart-page and a few WebParts on it. One of the WebParts displays a list/a view of a list. The views of that list have been updated due to business ...
2
votes
2answers
156 views
How and Where to create list programatically
I know this might be a silly question but here goes. I intend to create a list using C# code. I do know the code but the question is, where exactly should I write the code in Visual studio. I mean ...
2
votes
3answers
651 views
Sharepoint2010 Lists Lookup
I'm creating 3 lists using Sharepoint 2010 UI.
The lists and relationship are as follows:
Training (parent) -> Training Instance (child, look up Training ) -> Training Session (grandchild,lookup ...
2
votes
1answer
292 views
When will an index be created for a column?
I have a SharePoint 2007 List and it has almost 10 columns and 1000+ items, I want to enable the Index for a specific column is in the list. If I enable the index now then when it will create an index ...
2
votes
2answers
617 views
Create Site Column (lookup type)
Is there any solid (proven) method of creating Site columns (lookups) where list GUID is not known?
I think this is where feature activation kicks in; getting the lookup list by its name and then ...
2
votes
3answers
3k views
Accessing list data between web applications
I'd like to access data from a list in one web application in another web application. They are both in the same farm. For instance, web app 1 has a custom list and web app 2 has a CQWP that wants ...
2
votes
1answer
59 views
Add New List Item with SPServices anonymously
I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
2
votes
2answers
38 views
Adding list item when user does not have permissions question
I am trying to programmatically add a list item to a SharePoint list. The code works fine when executed by a user with contribute permissions, but does not work when a user has view only. Funny thing ...
2
votes
4answers
479 views
Design Workflow that Emails People in Assigned To (Except for Created By)
We have a custom list that tracks work tasks in our department; we track our own work and use it to assign work/tasks to other colleagues.
I have a people/groups column called AssignedTo and need a ...
2
votes
2answers
168 views
Item Updated through different forms runs Item Updated event receiver
Simple but mind blowing question it is.
Basically I am updating a specific list items through two different ways, one is using ASP.NET web forms and one is using default list forms provided by ...
2
votes
1answer
388 views
How to add a registration button to a calendar list / list form?
my use case is: I want to create an event management system without using meeting workspaces (sadly I/We can't use them, at least the senior dev. told me). There shall be:
One Calendar List, ...
2
votes
5answers
1k views
How to access List from Sub Site in SharePoint 2010
I have created a Site Named Application Test. In this site i again Create a Sub site Named Sub Application I add in site url "http://SP2010:2222/" in Visual Studio Project Project Scope is Site Now i ...
2
votes
3answers
251 views
MOSS 2010 Content Deployment Reset List ID's
We want to synchronize data across several environments that are not production, ie dev, test ect. We have several list that are set to order by ID. The problem is that when doing the content ...
2
votes
1answer
635 views
How do add a custom setting for List?
it is possible to store custom settings (configuration) on a SharePoint.
Means : I have a configuration that add to General Settings List . I set up my settings for this list.
Edit :
I use the ...
2
votes
2answers
4k views
Populate SharePoint Contact List with AD user information
I want to import user information (contacts) from Active Directory (AD) and populate contact list in Sharepoint 2010.
I bet the easiest way is to import contacts from outlook. However, this will not ...
2
votes
1answer
60 views
Call entire list, 2000 items at a time?
If I need to store say 10,000 items in a list, but want to call them sequentially 2000 items at a time, what is the best method for doing that? I assume it's similar to a paged call, but want to ...
2
votes
2answers
1k views
Sharepoint External Data field with multiple values
I need to create a list column which contains external data (from BDC). The field has to contain multiple values. But I haven't found a way how to make a external-data-field take multiple values.
...
2
votes
1answer
3k views
Change Field's DisplayName in a List
I'm trying to change the DisplayName for a field that belongs to a list. Below is the code that I'm using.
using (SPSite site = new SPSite("http://sp10dev/sites/demo"))
{
using (SPWeb web = ...
2
votes
1answer
439 views
SharePoint Lists architecture
At low level, SharePoint manages lists based on their BaseType (0 for Generic List, 1 for Document Library etc.),
which defines the list's field set (for example, all built-in Base Types define such ...
2
votes
1answer
804 views
How to read an User field value for a list item
I've got a content type that contains a filed of the type user. When I want to read the ListItem I just get a string containing the users name instead of a object which contains Name, Username, E-Mail ...
2
votes
1answer
2k views
Share Point List Last Modified Date
Ok, so I figured out how to add a row which shows the last modified date, excellent! However, when I upload new records into my list it shows the last modified date at the date I added the records. ...
2
votes
2answers
262 views
Requiring Event Receiver while creating new item
I have an event receiver(item adding,item added)..on a custom list..this event receiver creates an ID when a new item is created..so when i deactivate the event receiver and add a new item to the list ...
2
votes
1answer
644 views
Sending an email using sharepoint object model sharepoint 2010
i have been working on generating email in an event receiver using share point object model..i used the sputility.sendemail method..2 things are necessary in the email(email from and HTML body)..so i ...
2
votes
4answers
1k views
How can I Make a Dropdown box in a Form Field Conditionally Read-only/locked?
I have a drop down box form field (with values level1,level2) in SharePoint list. How can I lock the drop down box selection in the edit form.aspx whenever the condition is level2?
2
votes
2answers
726 views
Breadcrumb, how to include lists view title
In the quicklaunch navigation, we've added a menu item for each view from a specific list.
Listname
View 1
View 2
View 3
The breadcrumb only displays the path down to the list; Root > Sub > ...
2
votes
2answers
477 views
Event Reciever on specific list in SharePoint 2010 working in dev environment but not in production
I have created an event receiver (on item adding) using VS2010 in SharePoint 2010 targeted to specific custom list which is a globally deployed in the production environment.
This event receiver ...
2
votes
2answers
269 views
Is there any guidance on designing lists for efficient CAML queries?
I'm designing some lists that may well contain thousands of items, and I'm trying to come up with the best design for efficient querying.
I'm looking for some form of (hopefully Microsoft) ...
2
votes
1answer
1k views
Error - while exporting (eXport to eXcel) a Sharepoint List
Colleague of mine is facing the below issue while trying to export the SharePoint List which has more than 10K items however I was able to export the complete List without any issues.
Note:
He is ...
2
votes
1answer
281 views
Create list using a Workflow
I have a list of projects called "Project Reference." I want to create a new project list (for project tracking) called "[Project Name] Tracking" when someone adds a new project to Project Reference. ...
2
votes
2answers
2k views
How to read items in a BCS external list with PowerShell?
Is there a way that you get information from an external list (created from SPD for a specific ECT) differently than you do from a "normal" SharePoint list when using PowerShell?
I did the following:
...
2
votes
2answers
1k views
How to add new item in Links list using Managed Client Object Model?
I have created a standard SharePoint Links list, using Managed Client Object Model (for Silverlight). Here's the code:
ClientContext clientContext = new ClientContext(sitePath);
...
2
votes
3answers
921 views
Prefilling field in NewForm.aspx in modal popup
I have a listview setup on my page which shows orders from an orderlist. Works great. Now I want to add a column which displays an icon. When the user clicks this icon, the NewForm.aspx page from ...
2
votes
2answers
76 views
Is it possible to get a clean WSP package from a list?
I have a list sitting on a SharePoint site. Someone made a quick change to the list without updating the package. Now it is my job to incorporate these changes into the package.
My package is well ...
2
votes
3answers
2k views
Can someone provide examples and direction with relational list?
I'm trying to figure out the best course of action concerning relational lists. I have create several parent and child related lists but I'm having a bit of trouble understanding how to build my CAML ...
2
votes
2answers
892 views
SP2010: How to start a workflow which is not related to a document or list item?
I'm trying to build a "list" which is comprised of a bunch of workflows. Example workflows would be: Travel, Reimbursement, Software Request. I would like to list these workflows and allow a user to ...
2
votes
1answer
607 views
“Access denied” while loading the BCS list from the database
I have tried to display data from SQL Server to a SharePoint page through BCS services
using SharePoint 2010 designer.
While loading I am getting this error:
Access denied. You do not have ...
2
votes
1answer
3k views
Silverlight unhandled exception on AddGallery.aspx
I try to create a new list in SharePoint 2010 with AddGallery.aspx and the Silverlight app gives me
An unhandled exception occurred in the Silverlight Application
right when I click the "Create" ...
2
votes
1answer
367 views
Content types and list forms
I've encountered the strangest problem. I've got two features:
ContentTypes: contains a couple of custom fields and a content type (based on plain ol' 0x01) called Withdrawals that uses them. Scoped ...
2
votes
1answer
287 views
How to list all surveys using a web service?
I am trying to use the Lists.asmx service to gain access to surveys on a Sharepoint server.
I would like to be able to list all of the surveys without showing all the other kinds of lists there.
...
2
votes
2answers
2k views
What is the best way to encode parameters to pass it to other List / Page?
I would like to know the best way to encode parameters (with a space or other unsafe characters) when passing these to another List.
With ddwrt:UrlEncode ?
<xsl:variable name="MyURL"
...
2
votes
2answers
56 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?
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 ...
2
votes
2answers
276 views
Sharepoint 2013 Community site: Unable to reply on a post
Im working on Sharepoint 2013 Community site template. When I manually create a discussion in discussions list liking and replying features are working fine, but when I programmatically add a ...
2
votes
1answer
51 views
How to find who delete list permissions?
Hello I'm a newbie SharePoint developer.
Someone delete a list permission groups and there is no backup.
There is no documents about this permission settings. We are really under frustrated ...



