Tagged Questions

4
votes
1answer
61 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
994 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
378 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
441 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
2answers
33 views

Sharepoint ListItem-Permissions

I'm developing a sharepoint 2010 application. One Part of these application is a List of items. ListCollumns: Title, Owner1, Owner2 The user should be able to create ListItems and to set the items ...
1
vote
0answers
67 views

Creating Custom Forms for Outlook 2010

I am given a task to create custom forms for Outlook 2010. I need to learn about Adding and Populating Custom controls like dropdowns from a SharePoint List. I am a fresher in Sharepoint and the first ...
1
vote
0answers
34 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
35 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
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
345 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 ...
1
vote
2answers
1k 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
2answers
168 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
319 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
29 views

Sharepoint List redirecting to Allitems.aspx

The default behavior for a list is that after adding or updating an item, SharePoint will redirect you to the page where you come from. However, now SharePoint is always redirecting me back to the ...
0
votes
1answer
41 views

SharePoint list column calculation based on the last entry (previous row)

I am trying to add a column to my SharePoint list to caculate the change in tonnage from the last entry. For example, assume that the last entry was made about two weeks ago (1/15) and I am making ...
0
votes
3answers
26 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
354 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
121 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
163 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
91 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
1answer
516 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
395 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
572 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
140 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
329 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
147 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
193 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
548 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 ...