A custom list in SharePoint is a blank list in which you can add your own columns and views. Use this if none of the build-in list types are similar to the list you want to make.
0
votes
0answers
296 views
create list using CustomSchemaXml from client object model
I'm using Client Object model of SharePoint 2010. What is the property CustomXmlScheme in list creation? MSDN say nothing about it. It seems not working. I'm using this code:
string xml = @"
<?xml ...
1
vote
0answers
217 views
How to create a Sharepoint 2010 List with parent-child relationship and apply approval workflow?
I have 2 Custom Lists in Sharepoint 2010
ExpenseList (Parent List)
ExpenseDetailsList (Child List)
I want to display the ExpenseDetailsList inside the ExpenseList to the user. User shall be able ...
0
votes
0answers
22 views
How can I use CustomList in InfoPath Rule? [duplicate]
Possible Duplicate:
How to use CustomList data in InfoPath Expression?
This is my rule.
(substring-before(., ";") - substring-before(BegDateWN, ";") + substring-before(BegDateWN, ";") mod ...
0
votes
1answer
109 views
How to use CustomList data in InfoPath Expression?
How can I read/use the CustomList data in InfoPath Expression/Rule ?
I want to take necessary action after reading the data of CustomList using Rule/Expression for my calculation.
I don't want to ...
0
votes
1answer
47 views
Display additional User details in Custom List
I have a custom list definition based upon a content type which includes a field of type "User".
When I display this field in my list view, it shows the name with a link to the entry in the site ...
4
votes
2answers
371 views
CAML Query for items with a text value containing square brackets
I'm attempting to query for list items using a value stored in a plain text multi-line of text field in a SharePoint 2007 custom list.
My column is named FilePath and contains a value like: ...
0
votes
1answer
154 views
How do I Copy a Sharepoint List A to include metadata fields in List B?
Ok. I have a SharePoint List A and I need to copy to another list B (list B will have different permissions). The List are almost identical, but List B is (missing one column).
Is there any way "Out ...
0
votes
0answers
55 views
How to find workingdays between start & end dates by considering custom HolidayList? [duplicate]
I want to count number of business days between Begin & End dates, but for this I have to consider the holidays declared in HolidayList(CustomList) created in SharePoint Site.
How can I write ...
2
votes
1answer
140 views
How to update field name for a list?
I am creating custom lists(fields,CT,List Def and list Instance) A and B with visual studio. I have site column called "Status" i have used those column name in ListA and ListB. Suddenly i need to ...
2
votes
1answer
75 views
Help Return Lists With With No List Items
This is my first time posting and I'm looking for some help, so hopefully someone has an answer. I used the search, but didn't find anything.
I created a custom list definition, and content type ...
1
vote
1answer
379 views
How to create event registration form that sends AUTOMATIC CONFIRMATION EMAIL using SharePoint 2010 anonymous custom list?
I'm trying to develop event registration form using anonymous SharePoint 2010 custom list.
Now, I got all the features I want; form fields, submit button that leads to confirmation page, but I want ...
2
votes
0answers
45 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
56 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
0answers
60 views
How i can hide the folder preview image in my list treeview left menu?
i need to hide the folder image in my list tree view on the left menu
can anyone send me the css id or class to modified the tree view since i am using firebug but i cannot find the specific style ...
1
vote
0answers
83 views
Choice Filter list based on User Group
I have two List web parts being filtered based on a connected Choice Filter web part. I would like the choices available in the filter web part to be the members of a SharePoint user group. For now, I ...
1
vote
1answer
293 views
Open link lists, attached and uploaded files in new tab
I would like to know how can I edit in SharePoint 2010 Standard version so that when a user clicks on any link list item, uploaded or attached files in a announcement and document lists to be opened ...
0
votes
0answers
73 views
Paging disappears after changing columns in web part listview
I have a web part page open in sharepoint designer, i have added a web part using the ribbon insert option and selecting dataview and choosing my custom list. I have then
When you then view the page ...
1
vote
1answer
221 views
visual studio project template to extract sharepoint list
I want to extract a sharepoint list and then want to use it as a template in visual studion.
Can you suggest from where i can download and add such a template into the visual studio.
Please help !!
1
vote
1answer
257 views
Create chart showing monthly sum from daily entry custom list
I have a custom list of about 200 entries, which has three columns (name, mm/dd/yy, $amount). I would like to be able to view a summary of the total amount by month, either in a Chart web part or a ...
2
votes
0answers
131 views
How do I combine rows from different sharepoint lists onto 1 overall list?
I'm using Sharepoint 2007 and sharepoint designer, and I am using multiple sharepoint lists that have the same column types (# required, # complete, % complete) that shows the training status for ...
-1
votes
2answers
29 views
Getting only new column data from users
I have an existing custom list in which I just added a drop-down required column. For new items, that column is required, but I want to gather only that column data from users for existing items ...
2
votes
1answer
200 views
Why CustomRibbonButton for List not displaying in RibbonBar?
I have added 1 Element File for CustomRibbon Button.
And added 1 Feature to deploy this RibbonButton.
When I deploy this, it deploys and Feature is Activated but not displaying the Button in ...
0
votes
2answers
155 views
Create a Ribbon for one list only and change it depending on a value
So, I created a custom list named "Events" and one named "attendees" for an event-management-solution (lets call it attendee training) in a site-collection at my SP2010 Server.
My Problem: I want to ...
0
votes
0answers
42 views
How to group by three or more columns in Sharepoint list?
I understand that it is possible to "group by" a list using two columns by default.
Is there a way to extend this accomodate 3 or more columns?
Thanks
0
votes
1answer
79 views
How to create ConfigurationList in SharePoint site for EventReceiver?
I want to create ConfigurationList which should store/display information like,
with 2 columns(Title & Value).
For Example:
ContentTypes: 101;107
Event Types: Add;Update;Delete
Location: ...
1
vote
1answer
100 views
How do I add a user column to a custom list?
I have created a custom list programatically. I want to add a field to it call User, this should be a lookup to the system Users. This will be like the default CreatedBy field.
How would I do this?
2
votes
1answer
473 views
Sort “Assigned To” field containing multiple values
Have assigned default column "Assigned To" for new list "Issue Tracking" with following settings:
Require that this column contains information: No
Allow multiple selections: Yes
Allow selection of: ...
0
votes
0answers
57 views
How to extract a workflow completion dateand time and display that info in a list column?
I am looking to display the date and time (date at minimum) of workflow completion under a column in one of my lists.
I would assume that this would be done using a calculated column.
I am open to ...
0
votes
0answers
22 views
Customizing List Form using webtemplates
I am creating a webtemplate in visual studio. I need to change the form input for a custom list item e.g. i need to add some text/images around input fields etc.
How would i go about doing this? ...
0
votes
1answer
954 views
Calculate SUM of column and use in another list's column calculation
Hullo,
My environment is Publishing site in Sharepoint 2010. I have a library named Invoices with the following structure
+-----------+-----------+--------+
| Invoice | PO Number | Amount |
...
0
votes
1answer
638 views
List validation on multiple fields?
I would like to validate a list item so that if one field is true, then another must be completed. If the first one is false, then it can be ignored.
=(([Start Deferment]="Specific Date") AND [Start ...
0
votes
0answers
31 views
How to create List/Workflow/Tasks in one environment to promote to higher one?
I would like to create a new List in SPD and then from there create a Workflow and Task/History lists.
I then want to be able to "package" everything up somehow so I can promote it up to the next ...
0
votes
1answer
74 views
Manage photo in sharepoint 2010
I have a list for students. I want to keep photos of each student. How can i do this? Do I need to add a field to Student custom list? Please help me with correct approach. I am using a visual webpart ...
1
vote
2answers
83 views
How to change the default link in a list item
I have a basic list and would like to customize the default link of the "Title" field. Currently when I click on the "Title" field of a list item it takes me to view that particular item; instead, I ...
2
votes
0answers
139 views
Return a rich text managed property in search results
I am working with a custom list in Sharepoint 2010. The list has nine custom columns, some of which are rich text. I've mapped these custom columns to managed properties so that I can return them ...
0
votes
2answers
186 views
Sort list by “order” column like how view columns can be rearranged?
I've got a SP2010 custom list, where the customer wants to be able to set an order for items in the list. I created an "order" column, it's a numeric column, where you type in a number, and we can ...
0
votes
0answers
178 views
Nintex Workflow (custom list) [closed]
I created a custom list and attached a nintex workflow to it. The workflow starts with a condition (If the individual chosen a specific department then the email would go to that manager. After that ...
0
votes
2answers
81 views
SharePoint permissions
I'm customizing a custom list form using SharePoint Designer 2010. The idea of this custom list is user can edit the default list and edit the content and submit the page for site owners approval, ...
0
votes
1answer
152 views
Correct way to use the people picker and Rich Text
I'd like to have a custom form that lets me add items to a list.
There are two fields giving me trouble.
One is a "Moderators" field which will use a people picker.
The other is a "Body" field, ...
0
votes
2answers
70 views
In a list (2010), can I have a Choice type field that can dynamically be filled as users add new values to that field (if it didn't already exist)?
A list of projects are in the Choice field already. As new projects are started a user (without designer access) wants to add a new project and in the future be able to select it from the drop down, ...
0
votes
0answers
96 views
Date filter on custom list view, No Code
I have created a custom list and i need to apply some date filter on its view using date filter web part. This filter should work like below.
There is a expire date column in the view. When user ...
0
votes
4answers
52 views
MOSS 2007 Custom List
I am using MOSS 2007 on the goverment side and do not have Sharepoint Designer ability. I am trying to make a custom list.
I would want selected people who have access to see this list. How can I set ...
1
vote
2answers
729 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 ...
0
votes
1answer
547 views
Can I disable “Open with Access” option in the ribbon for a list? SP2010
Here is why: I have a SP2010 list with permissions set so that default is 'view only' and a limited group has 'contribute' perms.
If I log in with a non-priviledged account, and view the list,there ...
0
votes
3answers
435 views
create a web part to show members of a group
I am trying to create a web part which shows a list of all members of a specific sharepoint group. One of the columns of the list must be SPFieldType.User. Do I need to create a SPList? When do I need ...
1
vote
1answer
118 views
Content Type adding and removing to a list: “ghost content type” problem
I have a problem with Content Types... I have houndreds of lists that has some content Type and a configuration list in which I store the content type to be attached to my custom list type.
I have an ...
0
votes
0answers
181 views
How to get SPList to expose a data entry form during “Add New Item”
I think I've successfully created a list based on a custom content type but when I click on the "Add new item" link for the list, I see nothing except:
a basic ribbon tab labeled "Edit" with icons ...
4
votes
1answer
2k views
How to add values from a “Person or Group” list column type to workflow email To or CC field
On SharePoint 2007 I have a custom list with a custom content type. The content type contains (among other things) a Person or Group typed column that allows the creator to add additional ...
1
vote
1answer
96 views
why sharepoint doesn't look into sub-folders for control templates by default
I wonder why sharepoint doesn't look into sub-folders of control templates in 12 hive, even tho by default its suppose to.
I googled and seen people loading it from custom location in there code but ...
0
votes
1answer
67 views
Reason for Custom Field not getting displayed while adding new Item
I had a custom field deployed in one of server and now am trying it on my VPC which is exact copy of Server, however I added/deployed solution, checked GAC, dll was there, looked at controltemplate ...
