The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
54 views

Programmatically adding a sequence number to the 'Title' column during item creation in SP List

As per the title above, I have a list that stores IT support requests. I need a sequence number that matches with the item ID and I want to add this sequence number to the Title of the request. I ...
2
votes
2answers
108 views

How to duplicate a question in a survey?

We have a survey that has 10 main questions. All of these questions are unique. After each question, we want to show last year's average answer to the same survey question. We're able to insert ...
1
vote
0answers
52 views

Making Document Sets unique

Is there anyway I can get a Document Sets to be unique? If I set one column to "Enforce Unique Values", I think it will look at the files inside the document set and error saying: Error: This ...
1
vote
1answer
177 views

Pass Parameter to specific instance of Web Part with GetLimitedWebPartManager

I'm passing parameters to a WebPart from a textbox to have a better UI experience for a personalizable WebPart which in this case takes the form of a twitter feed. The problem I have, is in the ...
0
votes
1answer
54 views

View, edit, only. No ability to upload documents at the site level

I am trying to create a unique permission level at the site level for a group of users that can only view, and edit existing documents/lists, etc, but who cannot upload new documents. Can you tell ...
1
vote
1answer
2k views

Get UniqueId from listitem with Javascript/Ecmascript (Sharepoint 2010)

Is it possible to get the Unique Id from a listitem in a custom SharePoint 2010 list? I've added a custom ribbon action so far where I can get the id, but that's an integer (0,1,2,3,...) I need the ...
2
votes
1answer
569 views

Composite unique indexes in Sharepoint 2010

I'm looking for something like Composite unique indexes in Sharepoint 2010. I have found that I can make some field in list unique. But how to make unique index composed from two or more cols in list? ...
1
vote
4answers
791 views

URL for SharePoint 2010 file that does not use its file name

I am trying to answer a business question that requires us to provide links to files in SharePoint 2010. The names and metadata of these files may change over time so we can't use these in the links ...
1
vote
1answer
243 views

maximum answers on survey + unique rate

In SharePoint 2007 I need to create a survey with 10 question and to give each question a rate from 1 to 5. Is possible using no code to create this survey and allow users to respond only to maximum ...