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
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
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 ...
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
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
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
1answer
209 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
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. ...
0
votes
1answer
26 views

A Complex Permission Structure and A Question

Suppose that i have two lists OFFICES [COLUMNS: OFFICE NAME (Text), OFFICE MANAGER (User), AND OTHER OFFICE DETAILS ETC...] EMPLOYEES [COLUMNS: EMPLOYEE NAME(Text), EMPLOYEE OFFICE (Lookup), AND ...
0
votes
0answers
28 views

ListView in Newspaper Style

I am attempting to use a "ListViewer web part" to display items in "Newspaper like view style", where bulleted list items are not being recognized in the browser as bullets. The list consist of a ...
1
vote
0answers
226 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
45 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
0answers
58 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
3answers
453 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 ...
0
votes
1answer
244 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 ...
1
vote
2answers
3k views

Editing a custom infopath form published to a library?

I had built an infopath form and published it to a library in sharepoint. Unfotunately, I lost the file on my local machine in the middle of a user profile sync chaos. I tried editing the form in ...
1
vote
1answer
252 views

The attribute 'autoeventwireup' is not allowed in this page in sharepoint

I had two FARMS. QA and PROD. Both are identical. 2 WFE / 2 APPSERVERS / 1 SQL BACKEND. When (in QA) I browse an .aspx page it returns this error: The attribute 'autoeventwireup' is not allowed ...
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 ...
3
votes
4answers
176 views

How to create the following list structure in sharepoint

I am trying to create a list with following structure in sharepoint 2010. Is it possible to create like this? You may say that enter values by leaving title as blank. But here Title Filed should be ...
3
votes
4answers
2k views

SP 2010: hide/disable column in edit form

I've got a list (based on custom list) with several custom columns. There is one column, that I want to protect from changes by the user (it will be set/changed by webservice call and should not be ...
0
votes
0answers
95 views

Is there a way to synchronize PrimaVera P6 and a SharePoint2010 custom list?

How can I export a custom list from SharePoint2010 to PrimaVera P6? They will both work synchronize for some items. User will add an item to the custom list and for some conditions, PrimaVera will ...
1
vote
1answer
172 views

Workflow not starting on adding new item to list via a custom aspx page/form?

I am using FB Authentication and have a custom sign in page for Users(External) to request new accounts. On request, their details are added to a custom list. I have workflow on this custom list ...
1
vote
1answer
175 views

Permissions to write into but not view a list?

I have a custom web part on my home page that is essentially a textbox and a button for submitting suggestions. The suggestions are written to a custom list named "Suggestions". Now, I would like ...
1
vote
1answer
408 views

Updating a top level list from a subsite

I have a contracts list on the top level site because it needs to be accessed by multiple subsites, however one of the subsites has a list that gathers some pieces of information that I need to push ...
0
votes
2answers
194 views

How to update values in a list for everyone's personalizedView?

We have a custom list that has a personalized view of important links for each of our employees. ListName is "Important Links". Column names are: URL, OwningUser, etc. For example, CNN could be one ...
2
votes
3answers
9k views

Can I create some sort of Attachment column in a list?

User needs a list to track issues. They also want to be able to attach a document to this issue. If this attachment was mandatory I would be able to create a document library, but since it is not I ...
0
votes
1answer
309 views

Default value appear in the list “create new item” SharePoint 2010 [closed]

we migrated a database(column name -- id,fname,lname) from eRoom(ECM) to sharepoint custom list..the migration went fine.. but when in sharepoint i navigate to the list and click on the link to create ...
2
votes
4answers
1k views

Event Reciever firing twice sharepoint 2010

Hi I have a event receiver(item adding,item editing,item added), it was working fine before ...now it has started to fire twice...any suggestions?
0
votes
1answer
547 views

Lookupfields not showing up in customlist sharepoint 2010

I have a custom list on dev-int environment, now I saved it as a template and moved it over to the dev-vm environment and created a list (Listl1) based on the template. Now this list consists of few ...
0
votes
2answers
641 views

Error while add new item in a custom list sharepoint 2010

I am getting an error while trying to add a new item in the custom list..it was working before, but now it is throwing the following error any suggestions?
1
vote
1answer
495 views

Event Reciever Sharepoint 2010(when the calling fails)

I am working on a share-point 2010 custom list event receiver(item adding, item updating,item added), once in a while i will notice that when i create a new item, it seems like the event receiver wont ...
1
vote
1answer
205 views

individual rating counts for a custom SharePoint list

I have a requirement to read the individual rating counts on for each of the sharepoint list item. Ex: 1 star - count 32 2 star - count 23 ... 5 star - count 2 Currently I'm using ...
0
votes
1answer
186 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 ...
1
vote
1answer
98 views

Creating lookups with OOTB Lists in SharePoint 2007

I am developing a solution which has multiple OOTB lists like Links, Contacts, Custom List and Document Library. And, I have to create a lookup field in four lists which refer to a field in a Custom ...