Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
50 views

How could I find the fields of a SharePoint list from database in SharePoint 2010?

In SharePoint 2003 and 2007, there was a table called AllLists which had a column called tp_Fields which contained an xml containing all fields for a specific list. an example of the xml stored in ...
2
votes
2answers
892 views

access list in sharepoint 2007 using c#

I'm looking to compile data from a few diffrent custome lists in sharepoint 2007 Its a hosted sharepoint site so I don't have access to the machine backend. Is there any example code to access the ...
2
votes
1answer
333 views

adding a user to a list programatically

i have a list which is being populated from a program that takes user input, i am having a problem when it comes to adding a person or group to one of the columns in the list. does anybody know how ...
2
votes
2answers
429 views

SharePoint UserData and the ;# Syntax in returned data

Can a SharePoint expert explain to me the ;# in data returned by the GetListItems() call to the Lists web service? I think I understand what they are doing here. The ;# is almost like a syntax for ...
1
vote
0answers
21 views

How to find the SharePoint DirName, LeafName and ContentType of a SharePoint 2010 List using database?

In SharePoint 2003 there is a table called "AllUserData" which is used to store data for all lists and documents: http://msdn.microsoft.com/en-us/library/dd358229(v=PROT.13).aspx I'm interested in 3 ...
1
vote
2answers
72 views

Creating a table in code behind

Hi I have a webpart where I create a table in code behind to display the values of list items for an "Awards" list in a two colum table where each award is displayed side by side in tow columns. I am ...
1
vote
2answers
31 views

What is wrong with this calculated field for total hours between two times in SharePoint 2007?

I am attempting to get the total hours between two times in a SharePoint 2007 list. Right now I have the formula as... =INT(([Column2]-[Column1])*24) ...which I have looked up and says that it is ...
1
vote
1answer
75 views

Get List Item by GUID

I am working on sharepoint-2010 and I am new to sharepoint. I want to access List Item by Guid. So, how can I access. Please provide some reference or some class file to access that. Thanks in ...
1
vote
1answer
35 views

Copy custom list from one server to anothe server programatically sharepoint 2007

We are using sharepoint 2007,We have two site, both sites are on different server. According to requirement we need to copy custom list from one server to another on daily/weekly basis. We want to ...
1
vote
1answer
48 views

SharePoint Versioning restriction & customize [closed]

With regards to SharePoint 2007 versioning feature: Is it possible to put restriction on who can delete the version of a changed item in a SharePoint List? Can the versioning be apply to new item? ...
1
vote
1answer
214 views

ASPX to create, read, update, delete SharePoint List

I notice a code inside the link - Update Sharepoint List Item can update the SharePoint List. However, I could not find much information on the following matters: [1] ASPX code to perform reading of ...
1
vote
2answers
945 views

Prevent SharePoint list item deletion

How can I prevent users from deleting sharepoint task list item? Should i override the ItemDeleting event or is there any other site level options available to achieve the same?
1
vote
1answer
70 views

New to sharepoint development, do lists replace your database?

We're just starting Sharepoint development, and one of my first tasks is to build a data collection tool. It will be used across multiple sites, so there will be an admin area, and each site will ...
1
vote
2answers
158 views

Automate creation of a SharePoint list without writing any code

As part of the configuration of my product (after installation), I need to create a few Sharepoint lists on the SharePoint site specified by the user. Digging around, it seems that i need to write ...
1
vote
2answers
2k views

How to show ID field as readonly in Edit Form, of a sharepoint list?

I need to show the ID field in the Edit Form of a sharepoint list. There is a way to do it ? I tried a calculated field and nothing. I know that I can see the ID field in the view, and if I show as a ...
1
vote
1answer
305 views

How to trigger a SharePoint workflow on clicking a link item in the list

I have a sharepoint list and user will click 'start now' link in that list, then, I have to start a workflow. How this can be achieved. Please advice! Thanking you.
0
votes
0answers
21 views

How to create a sharepoint calendar list item using client object model

I am trying to create a sharepoint calendar event using client object model. I can create item and set column values all columns except "EndDate" column. When I try to set this column I get the ...
0
votes
1answer
51 views

Access list using LINQ in SharePoint

I am going to access SharePoint list using LINQ and load to grid. I have Employees and Projects lists in share point site. I've found some code here private void BindGrid() { ...
0
votes
0answers
35 views

How can I change the order the list fields appear in 'add new item' form in SharePoint 2010?

I have a quick question regarding one of the lists I have created. Currently I have the columns ordered to display attachments, date, facility, open positions, on hand to be allocated and tonnage. ...
0
votes
0answers
71 views

SharePoint 2010: Advanced filtering on Managed Metadata field

I'm implementing a document management site on SharePoint 2010. Each document that is stored on the site, is tagged with one or more geographical locations indicating what the content of the document ...
0
votes
1answer
49 views

Post to Sharepoint List using Objective C

I'm fairly new to programming in Objective C. I am trying to post an item to a Sharepoint list. The way that I have to post to this is to overlay another object in the list, but also to create a new ...
0
votes
3answers
23 views

SharePoint List Filtering Stopped

I have a user who can no longer filter any SharePoint list in IE. He gets the popup to display at the top of a column and A on Top, Z on Top, Clear filter... and the filter values appear. But when he ...
0
votes
1answer
265 views

Change Read Only attribute from sharepoint 2010 List Column

I have created a list using "Custom List in Data Sheet View". After that I created around 10 columns in that list. Problem is only for one column, it is showing as read only, rest all are working ...
0
votes
2answers
94 views

SharePoint 2010: Removing Workflow from the list using SP Object Model

Could you please point me to some good articles/links that explains how to remove a Workflow from the list using SP Object Model? I am not having much luck with Google today! Thanks a lot for ...
0
votes
1answer
261 views

add html value when creating sharepoint list instance

I have created a Sharepoint list definition, and an instance of that definition. In the instance I need to store some HTML as the value of a field in my list instance. I know I can do this through ...
0
votes
0answers
118 views

search sharepoint list web part

I'm building a custom search web part in SharePoint 2010. a user needs to enter a search specific values into text-boxes and access specific list item data in the output. I'm developing the web part ...
0
votes
0answers
153 views

SharePoint BCS Updated Fields Passed In as Null?

I’ve been having the following (quite frustrating) problem when developing some custom forms to update list data through either an external list or SharePoint BCS... Here’s a few examples of different ...
0
votes
1answer
308 views

unable to update listitem external data column sharepoint 2010

I try update Extenal data column but it doesn't work, new value is not stored. (new value is visible on details form but not on list, rehreshing external data type does not return related external ...
0
votes
0answers
133 views

SharePoint2010 LookupField remove hyperlink in display mode

So I'm using a SharePointWebControls:LookupField which is working great in edit mode. It's linked to a list which allows the user to select the appropriate value from a drop down list. However, when ...
0
votes
1answer
124 views

When searching through a sharepoint list how do I make sure it doesn't filter on capital?

As the title says, how do I do that? My code so far: List<SearchEntity> results = new List<SearchEntity>(); var title = tbTitle.Text; var adress = tbAdress.Text; var city = tbCity.Text; ...
0
votes
1answer
87 views

Identifying Visible Lists through SharePoint Web Services

all! I'm having some issues using SharePoint Web Services to identify the lists available in my server. I'm using GetListCollection to get all the lists and associated properties from my server, and ...
0
votes
2answers
449 views

Validate a Single line of text column type of list in sharepoint 2010 to accept only numbers?

How to validate a Single line of text column type of list in sharepoint 2010 to enter accept only numbers? Please don't tell me to use calculated column , I tried it and it didn't work for me as i ...
0
votes
0answers
311 views

Redirect To Edit Form after the item have been Added

In the Sharepoint 2010 list, I need to redirect the user to the edit form after he added a new item to upload images. I've tried to use event receiver to for item added but at debugging, the ...
0
votes
1answer
468 views

context menu for sharepoint list fields

Is it possible to set context menu to any fields in a sharepoint list, similar to the one dispalyed for the title field with link and edit menu ? Also i need the previlige to configure(add/remove) the ...
0
votes
2answers
366 views

SharePoint 2007: Target Audience for Link Lists items

I created a Link List where each item has a specific target audience from the Active Directory group assigned. I added this link list on a page as a webpart. I am trying to get the user to ONLY be ...
0
votes
2answers
1k views

Sharepoint task list and Outlook sync

I am trying to sync Sharepoint task list with Outlook. When the users connect the task list to outlook, the task for all users are visible in outlook. Rather than applying filtering in Outlook, can I ...
0
votes
1answer
533 views

Updating external list from sharepoint workflow - error

I've created page workflow to update data in external list: When I execute this workflow, I get an error. I don't know what causes the error: I've read about permissions to the Sharepoint system ...
0
votes
1answer
132 views

Sharepoint lists tied to the feature that created them?

We're doing something to appease our installation team that is giving me fits. We have a set of SharePoint lists that never change, but every time we release a new version of our code, management is ...
0
votes
1answer
316 views

How can I narrow down my SharePoint 2007 View's filter results based on the Group By property?

I have a list within SharePoint 2007 and I've created a View that filters based on time ([Today]-30). I also have the View set to Group By a People or Group column. The end result is a View that ...
0
votes
1answer
259 views

Best way to deploy lists to Sharepoint 2010

OK, we're just starting our Sharepoint development, and I'm a little stuck on one item. We obviously have a development and production environment. When creating custom lists, do you create a list ...
0
votes
1answer
552 views

SharePoint list view created from multiple lists on the same site

I want to create a SharePoint list/ view comprimised of multiple columns from different lists on the same site. Do I have to create a separate list for this or can I simply create a view? The reason ...
0
votes
1answer
1k views

SharePoint 2010 custom display form like publishing page?

I want to display a list item in a different detail page, not dispform.aspx, not in modalbox. Page must be inherit site masterpage, layout page and must be in portal sitemap like publishing page. ...
0
votes
1answer
134 views

SharePoint 2010 List - Need direction

I'm a coldfusion developer, and I've been asked to rewrite a coldfusion application for SP 2010. I have no SP experience, but I'm now the SP admin. My application is a waiting list for customers ...
0
votes
2answers
1k views

SharePoint Documents Library - Change “Document Created By” field

I have a code that changes the username in various SharePoint lists, mostly by the "Author" column. It all works fine on normal lists, but it doesn't seem to work on the "Shared Documents" list which ...
0
votes
2answers
185 views

Feature activate via UI but does not show in the Libraries and Lists

I am really hating SharePoint as there are hardly any good/concrete documentation. I developed custom List "MainCatalog" with few columns (not site columns). Create features and elements with MOSS ...
0
votes
2answers
504 views

What kinds of problems have there been using Access databases with SharePoint?

Just curious what the experience has been in uploading MS Access tables to SharePoint 2007 list. We've been planning on doing so, but I seem to recall issues with SharePoint mangling Access tables in ...
-1
votes
1answer
429 views

How to save SharePoint List data into external SQL Server

I want to save the SharePoint 2010 list data into an external SQL Server database. How can I do so. Not: I found this questionn on SO but they are discussing about using the SharePoint DB itself.
-1
votes
1answer
190 views

Make a document library that with links to filesystem

I want to make a "master" list or document library on our sharepoint site of links that point to various documents on across our different sites but also ones located in the filesystem eg. ...