Tagged Questions
0
votes
3answers
43 views
Sharepoint 2010 Folder in Custom List
I would like to have folders in my custom list in order to have a form of archiving. I was able to enable the folders by going to List Settings -> Advance Settings -> 'Make New Folder command ...
0
votes
0answers
32 views
Is there a way to remove code from a sharepoint list?
Ok I have a custom built sharepoint list on a standard aspx page with no sharepoint header. With Sharepoint Designer I have set parameters on my list with several filters. On the page I have several ...
0
votes
1answer
27 views
A ranking field in SP2010
We have a list containing items classified by one field – “Category”.
We have a “Ranking” field for users to rank list items in a category.
We want the “Ranking” field to function like the column ...
0
votes
1answer
27 views
Frequently Needed Business Rule About Security that SharePoint Does Not Provide OOTB
Suppose that i have two lists like this
REGION_LIST [ RegionName(text), RegionResponsibles(multi-select peoplepicker) ]
ISSUES_LIST [Some issue related columns, Region(lookup) ]
Main requirement is ...
0
votes
0answers
56 views
How to import a document as a multi-line text metadata field
I have a little bit of a challenge I'm trying to solve. We have a library of documents that we want to make available as a list. We'll use the "preview view", with the document title (as a hyperlink ...
0
votes
1answer
84 views
Can I edit a LOOKUP column?
More concisely: How do I edit a lookup column?
I have a custom list with columns [Name] and [Product] named
'MainList'. I would like a third column [Referral] which shows a name
found in ...
1
vote
0answers
63 views
How do I find which column is being declared incorrectly?
I am a junior dev working on a Sharepoint 2007 to 2010 migration and am hitting the following error when I attempt to import the template:
The formula refers to a column that does not exist. Check ...
0
votes
1answer
96 views
Cascaded Drop Down with OOTB SP Foundation?
I'm using SP2010 Foundation. Corporate governance forbids customization beyond stylesheets controlling fonts/colors/etc. No access to Visual Studio or SP Designer, so I'm looking for some ...
3
votes
0answers
50 views
Importing a list from one visual studio project to another
I have sp project (say project a) in visual studio that is supposed to deploy the sp solution to my website (say that its running at http://localhost:xxxx/).
My goal would be to add the list ...
1
vote
0answers
57 views
Best way to create a Drafts List and save and Load entries from another list?
So, I have a Custom List named "Events". Now I'm searching for a best practice to create "drafts" for the list items of the list, because there might be some events (monthly/ annually) which have ...
1
vote
2answers
776 views
Sharepoint 2010: List view to always show last friday's data
I've been working on this issue forever now...Here's what I'm trying to do. I have a custom list where people add some info. I crated 2 views to view items added today and yesterday. Now I'm trying to ...
2
votes
1answer
318 views
Display Grouped List Web Part as Tiles
I'm creating a Sharepoint Site in SP 2010 to hold information for Meetings at my Company. This site will hold documents and will need them to be grouped by Meeting Type and then by Meeting Date.
I've ...
0
votes
0answers
46 views
Translating custom list names, library names, column names and custom webpart data to arabic in sharepoint 2010
I have installed arabic language pack to sharepoint 2010, after installing lang pack, default sharepoint 2010 site content is translated to arabic...
but what ever I have created cutom lists and ...
0
votes
1answer
246 views
How To Display Both A Username And Their Email In A Custom List
Salvete! In one of my custom lists, I want to add a user-account column (where you display properties of a user or group) to display a user's username, but I also need to display the user's email ...
0
votes
1answer
365 views
Is it possible in LINQ to SharePoint
I have a task to make a WSP, which should provide definitions of custom list and library, but not instances. List definition has a lookup column to library item
<Field ...
0
votes
1answer
174 views
Custom List - Date limit for new item
I am looking for some help around customizing a list from SharePoint front end as I do not have access to a SharePoint developer.
We have a Nomination Form for Awards (custom list). The Awards forms ...
0
votes
1answer
3k views
How to Add Data Field to Existing Custom List Form?
Say I have created a really simple custom list via Sharepoint Designer, and then created a custom NewForm.aspx called NewFormTest.aspx to go with it. Now I have to add a field to the custom list. I ...
0
votes
0answers
315 views
Extract data from multiple lists and export to Excel
Pls note: I have looked at all the related posts / blogs for this issue and have run into unbelievable number of brickwalls that I have come to hope that posting my particular case will result in some ...
4
votes
0answers
74 views
Can you add comments to an append-only field in a list in Sharepoint 2010 using C#? [duplicate]
Possible Duplicate:
Can you programmatically add comments to an append-only comment field in a custom item list using C#?
Posted on stack exchange first, then I found this Sharepoint ...
0
votes
1answer
52 views
How to add extra custom content type to Contacts based ListInstance
I am trying to build a custom ListInstance for deployment in Visual Studio. It should be based on the Contacts template so it can be opened in/linked to Outlook, but I also want to add two other ...
1
vote
0answers
222 views
Specify external content type lookup for deployable list?
I have a ListTemplate which is being deployed with Visual Studio.
Is it possible to make a reference from this template to an external content type that runs on the farm? Or must I manually add these ...
2
votes
1answer
260 views
Have External Lists And / Or Event Receivers?
I am fairly new to Sharepoint. I am in the early stages of developing a SP2010 LOB app that will finally have like 50 lists which are quite interrelated with each other. I am asking for your help ...
0
votes
1answer
2k views
Adding List Item Programmatically
I am working in SharePoint 2010.I am dynamically creating a list on FeatureActivation event.
My list has following columns Title : Text , VisibleTo: User/People, Menu : Choice, Type : Choice.
...
2
votes
2answers
374 views
Creating SharePoint List Dynamically
I am trying to create a custom SharePoint list on feature activation. Though it works fine but I want that if the list with same name already exists it should overwrite that list and create the new ...
0
votes
0answers
750 views
Display Document Version History and current document in a list
I have a document library in which i will have reports that are generated daily. I would like to have the reports emailed to the document library and use versions to keep the old files up to 14 days ...
1
vote
1answer
1k views
Validate a SharePoint list column with regular expression
I have a list. I want add a column for list with this format :
XX-XXXX
How to set this Validate for column?
i use this link , but don't work for me.
0
votes
1answer
942 views
List with 1:Many related sub list
I have a list of Projects and I would like each Project to have a several Requirements associated with it. I made a Requirements list, and added a column to the Project list that is a lookup into the ...
0
votes
2answers
806 views
programmatically list validation
I'm looking for a way to implement programmatically vallidation for NewListItems/EditListItems.
One way I found was: to use the ListEvents and Validate on ItemAdding / ItemEditing. But instead of a ...
3
votes
1answer
606 views
more than one attachment field
We are planning to retire one of our old fashion tools and currently evaluating Sharepoint 2010.
in our current tool, we have 3 different attachment sections two of which are visible to customer, and ...
9
votes
2answers
2k views
How can I use normal paging on a custom view?
I'm creating several lists (and their views) programmatically, based on custom list definition templates.
When these views display more than 30 items, the following link is displayed:
Whereas on ...
1
vote
2answers
195 views
Reading values of AverageRating & Number of Ratings in code behind of application page in sharepoint 2010
I'm working on rating feature for our SharePoint application. I have a custom list something like below:
ex.
UserId -- Title -- JobId -- Rating(0-5) -- Number of Ratings
UserId & JobId together ...
7
votes
2answers
663 views
Event Reciever on specific list in sharepoint 2010
I am working on creating event reciever for a custom list in sharepoint 2010 using visual studio..how can this event reciever be targeted to a specific custom list ..in my case its customEmpList?
1
vote
4answers
1k views
Viewing a custom list vertically
I'm using SP2010, and need a specific view of my custom list.
My custom list is defined as the follows:
Column 1 name = "Project Name" Data type = Single line of text
Column 2 name = ...
0
votes
0answers
123 views
Searching a custom list display page
I have a created a custom Display form for my Custom List (using SharePoint Designer)
and set this new display form to be the default.
It works correctly if I click on a list item from the ...
2
votes
3answers
3k views
Creating CASE statement with Calculated Column
I am using SharePoint 2010.
I added a new Column and made it a Calculated Column.
Now I need to place a CASE statement in my Formula. Something like this...
CASE when [Region1] = 'A' and [Region2] ...

