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
2answers
14 views
Site Pages Library create custom page
I am wondering if there is a way to set up a site pages webpart that creates a templated page instead of the blank one that is currently generated?
0
votes
0answers
6 views
Custom (Pre-defined) Time Slots on Sharepoint Calendar?
I have a Sharepoint 2013 team site set up and we have a room bookings calendar which i'd ideally like to restrict so that instead of booking time slots when booking, you book one of 3 predefined slots ...
1
vote
0answers
30 views
A duplicate field name “GUID” found when adding custom content type to custom list
I've created a custom list with one content type inherited from 'Schedule' (no additional fields). Now I need to add one more content type to the instance of that list in the feature activated event ...
0
votes
1answer
16 views
Restricted search on a list to hide private column
We have a list called employee. Out of all columns search result should not show 2 private columns named DOB & salary. Result can show all other columns.
I mean how to implement restricted search ...
0
votes
1answer
15 views
InfoPath 2013 to replace formated SSRS reports of Single SharePoint List items?
New to Infopath.
Can we natually and easily use Infopath 2013 to do the following with SharePoint:
Format SharePoint List Data on a sharePoint WebPart web page for a single SP List item (determined ...
0
votes
0answers
23 views
ExpCollGroup Fails with custom list
In Sharepoint Foundation 2010
I created a list, and made a standard view, everything is fine.
I go into SPD and apply a simple formula to a column header using the f(x) button. It doesnt matter what ...
1
vote
1answer
23 views
Include additional fields with Person Site Column
When I create a column of type Lookup, there is a section at the bottom labeled "Add a column to show each of these additional fields:" I want to do this same thing with a Person column.
It seems ...
0
votes
0answers
30 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 ...
1
vote
1answer
38 views
How to get approval status of a list item as a column to that list?
I have a Calendar list and an approval workflow. The workflow is initiated when a new item is added. The event gets approved in the task list. I want to get that "Outcome" column to the list. But when ...
2
votes
1answer
54 views
Comma is being appended to values when adding new item to list through C#
I have a custom web part form which takes a few values from text boxes and adds the new row to a list. The problem is that when I click 'save', the values are being saved but some fields like ...
0
votes
1answer
28 views
Link documents to custom list items
So I have a custom list and a Document library.
I want to be able to link documents to list items
I am able to use the lookup field on the document library to link to the list item, but not the ...
0
votes
3answers
28 views
Is it possible to have 2 “Created By” fields in a Custom List?
By default every custom list has a Created By field.... What I need is another one to display the users Mobile Number data as well. That way i can display their name and number on new list items ...
2
votes
1answer
20 views
Possible to use a MySites field as a Custom List column?
Ok, odd request incoming....
Is it possible to add a field from our User Profile information in MySites as a column on a custom list?
So lets say Mr. SoAndSo creates a new list item....This column ...
0
votes
0answers
14 views
join data from a custom list into the results of a search core web part
I have a custom list called ReferenceList which contains two fields ProjectId and Url.
I am retrieving data from SQL via BSC and displaying them in the search core web part result. The results are ...
1
vote
1answer
78 views
Customising list views w/JS or XSLT: for my own specific type of list
When customising a list with JS or XSLT, the formatting seems to be applied not just to the list view web part the property is set for - but for all parts with the same list type ID on the page ...
1
vote
1answer
79 views
How to show save and control button in Sharepoint forms without having users to scroll down to bottom
In order to see "save" and "close" buttons in Sharepoint forms (edit, display or view mode), we have to scroll down to the bottom.
How can I make all the controls visible at the same time without ...
0
votes
1answer
40 views
Making a Request form that pulls from Calculated Columns of other list
I'm new here (first post).
I have already read the great articles on this page but never posted until now.
I am looking for some guidance on this and hope you experts can help me.
Overview: I want ...
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
0answers
19 views
Simple method of displaying an editable list to a user using non-standard views
The title might seem a bit misleading, but the question is basically this:
We have a requirement to display a simple list of Do's and Don'ts to visitors on multiple pages. The specification is asking ...
0
votes
0answers
26 views
List Calculated Field in Pivot Table
I have a list in SharePoint 2010, and I'm using that list to drive data in a Pivot Table. This, in and of itself is nothing special. No custom code, PowerPivot or JavaScript hacks.
I have two Custom ...
0
votes
0answers
29 views
sharepoint list item 2013
How can we control the sharepoint list item which is created on visual studio 2012?
How can we get the user profile informations by connecting the user profile services ? ım new on sp so can anyone ...
0
votes
1answer
26 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
96 views
Leave planner and its Gantt View in SharePoint with approval workflow
I am creating a leave planner with provision for approval in SharePoint with a Gantt Chart view of the leaves.
The requirements are
Add a new leave entry with start date, end date (status of entry ...
0
votes
1answer
212 views
Filling in the predefined Word Document Template from SharePoint Site
I have a requirement which asks for filling the details into a word doc with a predefined template from SharePoint site and then the word doc should be automatically saved when clicked on saved ...
0
votes
1answer
47 views
InfoPath form/List for a site still using SharePoint2007 interface inside SharePoint2010 environment. (timeline sensitive)
We recently completed a SharePoint 2007-2010 Migration last year. We have some sites that are using custom branding, and we've kept these sites using the 07 interface in order to prevent any broken ...
0
votes
0answers
51 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
0answers
50 views
Assign users to a task without form
I have associated a workflow to a list.
When there is a new item, the workflow will be fire and it will assign a task to a user in order to edit the new item.
At first the edit is made through a ...
0
votes
1answer
28 views
Single Entry in my RSS Viewer
I created a custom list and a blog in my SharePoint 2007 site. I added the RSS web part to my front page and enter the RSS Feed URL for the blog. I have a feed limit of 3. I only receive the most ...
0
votes
2answers
198 views
How to extract data from word document into sharepoint lists 2010
I have a challenge to extract data from word documents into a SharePoint list.
Users send emails with attached Word documents containing forms filled out by users to be stored in SharePoint list. ...
1
vote
0answers
57 views
Custom List deployed using Visual Studio 2010 unavailable under All Lists -Closed
I tried creating a custom list by the method mentioned in this tutorial by Saurabh Khatri.
I deployed the list to another site. After deployment the instance of the list was visible in the Quick ...
0
votes
1answer
133 views
Created list instance and content type on sharepoint production, how to import to solution and create definition?
I created simple list and content type on production server. Now I would like to import that list and content type to visual server. Visual Studio solution should contains: list definition, list ...
0
votes
0answers
16 views
Draft item in custom list with different item requirements once final?
I want to make it possible for my users to add new items to a custom list, but keep the items in "draft" state until they have all the values they need. Once they mark it final, somehow, some of the ...
1
vote
0answers
61 views
How to get KPIs to show when KPI List is Linked to a Custom List Using Linked Data Sources in SharePoint Designer 2007?
So I've found multiple sources on how to linked data sources in the designer. I get the data sources to link up by Title -> Great! But I can't get the value of the KPI or the formatted indicator to ...
1
vote
2answers
50 views
Custom list definitions throws an error on activating
Hi I try to create a custom list definition within visual studio to create based on the listdefinition my own listinstance.
The definition looks like this:
<?xml version="1.0" ...
0
votes
1answer
152 views
Read only column in Custom List
I have searched for the best desired method for creating a read only column in a custom data list but I couldn't find anything solid in regards to the all view. My goal is to be the only one allowed ...
0
votes
1answer
100 views
Sharepoint 2010 List Settings
I am Using a List in which i created Approval Required Column as Choice(Drop Down) with values Yes or No. Also i have a People Picker Column. The objective is the people picker must be disabled or ...
0
votes
1answer
81 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 ...
2
votes
1answer
306 views
Submit Data Using HTML Form Web Part
Can someone please point me in the right direction. I've created a fill-able form using the HTML web part in SharePoint 2010 and I want to submit the data to a list. I've created the form and the ...
0
votes
1answer
33 views
Is there a way to limit viewing permissions of list items based on a property?
I have a custom list which has a property "Department" which is a multi-select checkbox list. So each item in this list can be one of multiple different Departments. I would like to make these items ...
1
vote
1answer
263 views
Issue with lookup column in subsite
I add lookup columns with a elements.xml file and like everyone else I had issues with them once deployed, i.e. "Get information from:" was empty for the lookup list. I found ...
0
votes
1answer
76 views
How To Add Item ToSharePoint List Programmaitcally
My goal is to simply submit a new item to a SharePoint list programmatic-ally through a custom web part that I'm building, however, I'm having trouble putting some pieces together. There are plenty of ...
0
votes
0answers
50 views
How to filter customlist data in rule based on some condition in InfoPath?
I want to filter data of custom list based on some condition in InfoPath.
For Ex: My CustomList has following columns with multiple records,
EmpName, Address, Phone, UserName, Password
I want to get ...
0
votes
0answers
118 views
jQuery and NAPA a good option for Customizing List and View Forms in SharePoint Online 2013?
I’ve been playing with SharePoint Online 365 (2013) and NAPA for a few days now. Deployed a simple AppPart.. great potential in this. We have a big SP 2007 Farm with about 200 Site Collections. About ...
0
votes
0answers
255 views
Customizing SPO Custom List Forms with SharePoint Designer 2013 - No Design View
I'm trying to use SPD 2013 on an SPO 365 site (version 2013). Very fustrated that MS has apparently droped Design view.. Maybe I'm missing something here.
Anyways, I create a new aspx page from SPD ...
0
votes
1answer
72 views
Sharepoint Content-Types 0x01 0x0120
Was wondering if someone could point me in the direction of info that details what fields these content types add to my custom list.
Was also curious if someone could explain what the Folder element ...
0
votes
1answer
66 views
Setting attachments to Read Only after upload to an item on a custom list
I have a list where we add attachments to the list item. I want the list item itself to be editable but I want to make the attachment read only. Is this possible?
0
votes
1answer
106 views
Disable/Enable columns based upon content of another column
In a custom list I have 2 columns. Column A is a drop down selection, lets say the selections are True/False for simplicity.
What I want to do is have a second column that is either Enable/Visible ...
1
vote
2answers
76 views
Can I link one list to multiple Word Templates for the purpose of Mail Merge?
I have to find a way to merge one list to multiple word templates for the purpose of mail merging. I would like to have one column in the list determine which template will be populated.
All of the ...
1
vote
0answers
58 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
89 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 ...




