The item tag has no wiki summary.
0
votes
1answer
13 views
Configure “Check if item exists” in external item picker
I work on the edit form of an external list. I can pick items from an associated content type with a picker. There is the option to "Check if item exists", but currently it only accepts IDs. Can I ...
0
votes
1answer
39 views
How to assign permissions to a single publishing page
As I know that a publishing page is a securable object, and in my case I need to grant certain users the permissions to Read certain pages in my publishing site (they cannot read other pages), in ...
1
vote
0answers
26 views
Display New item Icon with SPServices
I want to display the New Item Icon with SPServices or using custom Javascript to show a new item icon for n days when Created. I achieved this using XSL. Thank's to Mark ...
0
votes
1answer
126 views
How to read custom column of List in web part using Linq
I have a list with column "English Desc". How do I read it in my web part?
I can see that in web part, this item has other properties such as item.ID, item.Name, item.Url but this property/column is ...
1
vote
0answers
64 views
How to set selected value of external item picker
I have developed a custom edit form with an external item picker as application page in visual studio. The picker is populated with data using the following method.
private ItemPickerExtendedData ...
0
votes
1answer
76 views
Fill the fields in new form for an item
I've came across a requirement where I need to fill some of the fields in newform.
So basically we start from view item, where we can see an existing item in a list, then we click something like move ...
0
votes
1answer
46 views
Edit approved list items
I have a list here which requires new items be approved. There's a certain field that members would like to edit. When one makes edits, the other does not see. People with approve permissions can see ...
1
vote
1answer
144 views
Overriding the Default Upload.apx form for a Document Library
I am a total newbie to SharePoint but I have been given the task of driving the roll out/Proof of Concept that SharePoint 2010 is capable of providing what our company wants.
One of the main ...
4
votes
2answers
338 views
how do you say blank to sharepoint?
I want to create a view whereby it does not include any items which does not have the 'next review date' as blank, i.e. only includes items which have this field populated. How do I say blank to a ...
2
votes
1answer
205 views
Refresh webpart when New item is added
I would like a script for Refreshing a webpart when a new item is added to te list.
Can anyone help me with this?
Kind regards,
Vincent van den Eijnde
SharepointServices.nl
0
votes
1answer
91 views
Automatic Copy of an Item to another list
I want to create a list which have a combo box. For example if the combo box value was "List 1" then a copy of this item will send to list 1. if the combo box value was "list 2" then the copy will ...
0
votes
0answers
30 views
Update Historical Items
I have created a simple survey list which has already generated some data. Now we need to extend it with some new columns. One of these columns (a person lookup) will need to have its data populated ...
0
votes
1answer
956 views
Query String, Can I show single item from a list using a query string?
Used this to pass a value to a form, but can I use a query string for a single list item ID, provide to users and have that filter a list for me? Or do I need some CQWP that takes a parameter from a ...
1
vote
1answer
111 views
Get All Items of a list regardless the approval status
I'm creating a page showing all items from a list. I have enabled versioning for that list.
So I want to show the list of all items, even pending items, when a user with contribute permissions is ...
0
votes
3answers
668 views
ItemAdding getting the file name of a document
I have a document library. I want to add an itemadding event recieiever to do some validation on the file name of the document. How can I get the file name from the SPItemEventProperties
1
vote
3answers
1k views
Redirect from ItemAdded event
I am using an ItemAdded event handler for doing some validation. If my validation fail is it possible to redirect the user to another page. Ideally it would be good to show the page in a dialog box.
...
1
vote
1answer
326 views
Item Level permissions - trouble when using “Create items and edit items that were created by the user ”
I have a list of items that I want viewable and editable only by the item creator and one other person (the other person is set in the item data).
I created a list, and in the advanced settings set: ...
3
votes
1answer
192 views
How to pull the total # of items from one sharepoint list as a column in another list?
The site has a list (List A) that links to multiple comments lists. For each item in List A, a unique list exists to capture comments related to that item.
Users want to know how many comments have ...
5
votes
2answers
232 views
How to know old id of item in recycle bin?
I need know old id of item in recycle bin or is there any way how to save its id in this item before deleting. When item is deleted, a new SPRecycleBinItem is created in Recycle Bin. And the only ...
2
votes
2answers
1k views
Preventing users from deleting an item from a task list
I am using the ItemDeleting event receiver to prevent users from deleting items in a Task List.
Currently, my code looks like:
if (properties.ListTitle == "Project Intake Tasks")
{
...
0
votes
1answer
899 views
make custom list item column unrequired (non-required)
I have a custom content type with many required columns. The UI does not allow me to change a column from required to non-required (at least, I can't find a way to do it).
Is there a way to achieve ...
0
votes
1answer
3k views
properties.ListItem is NULL on item added Event Receiver?
The following articles...
http://moonistahir.wordpress.com/2008/05/05/properties-listitem-in-itemadded-is-null-workaround-to-get-listitem/
...
0
votes
1answer
134 views
$Created_x0020_Date.ifnew what are the rules
I have the following coming back when I look at the xml for my view:
$Created_x0020_Date.ifnew
This indicates if an item is new or not. What are the rules in determining if an item is new or not? A ...
4
votes
3answers
5k views
Cannot get field value of list item through JavaScript
I try to get the value of a list item (that is currently selected). I know that I must load it into the context but even with loading the field explicitly I get the following message.
Microsoft ...
0
votes
2answers
228 views
Event reciever (itemadded) sharepoint 2010
is there a way where we can get the link(editform.aspx) of item just added to the list-- in the itemadded method of the event receiver (Share Point object model)
0
votes
1answer
300 views
Remove the ribbon on add new item
On the "Add new item" option on a list, the new form page has a ribbon attached:
I want to edit this page into a custom one with more different types of "Save" buttons.
Before I start cranking at ...
1
vote
1answer
184 views
Workflow gives “Error Occured” when uploading file to document library
I am mapping one xml document to another. When it is done, I am uploading that document to a document library. Here is the code that does that:
MemoryStream ms = new MemoryStream();
...
1
vote
4answers
2k views
Archiving list items
What would be the best way to archive items from one list to another. Is there OOB functionality for that or do I have do code this by myself? If I had to code it, what would be the best approach?
0
votes
1answer
190 views
ITem SharePoint-80 Not Found
I just installed SP2010. There's the default web app named SharePoint-80. I am trying to backup this web app using Power Shell.
Here's my command: Backup-SPFarm -Directory C:\Backups -BackupMethod ...
1
vote
1answer
1k views
How do I set document metadata after upload via web services?
I am reading through this post Upload a file to SharePoint through the built-in web services where upload is done in WSS. I am using SP 2010. Is there a piece of code already posted here that will add ...
1
vote
1answer
33 views
How to identify if a item is newly created in a SharePoint list or moved from other list by a Workflow
May I know if it is possible to identify a item status whether is it newly created in a particular list itself or moved from other list due to a work flow?
3
votes
1answer
1k views
Auto-generated custom format ID for InfoPath form text field
May I know how do I use a InfoPath form text field to auto generate a custom format ID?
The custom format ID must be in this format: YYYY/XXXREQ
where YYYY is the year that the item is created, ...
3
votes
2answers
268 views
How to redirect user after item was added by custom web part
I need to display a notification after an item was added through a custom visual web part.
If I try to use the TransferToSuccessPage(String), Sharepoint goes in error Thread Abort.
Tnx
1
vote
1answer
289 views
Item's title - invalid characters
is there a SP function that returns a valid title string for item? For example, I get an error for 0x07 (bullet) character, and from time to time I discover some new character that is not valid. I'm ...
2
votes
5answers
8k views
How do I create buttons on a custom list form?
I have custom list(on SharePoint 2007). The user receives an email with link to this list. In each row(item) the user needs to fill-in data.
I want to create two types of buttons:
When the user ...
3
votes
1answer
3k views
How to filter items in a list that have a specific date that falls in last, this or next month?
I want to show only items with a specific date that falls in last, this or next month?
For example: If today is the 7/13/2010 it should show only the items between the 1st of June and the 31st of ...
3
votes
3answers
732 views
Custom Blog Alert Template - Missing ID for list post
I have made a custom alerttemplate and tried to add the ItemID without success. I can add but i need to add post.aspx?ID=xx where xx is replaced by the ItemID.
Tried the following ID-s (and removed ...
0
votes
2answers
3k views
link to item in edit mode [closed]
I need to build dynamic string that contain a link to SharePoint list item
in edit mode.
I used the nintex forum:
http://connect.nintex.com/forums/thread/5536.aspx
What should the string contain?
0
votes
1answer
322 views
Use of owsbrows.js , core.js in sharepoint 2010 [closed]
I would like to know how "viewproperties" menu works an item in a list.I googled for sometime and found that the jscript files "owsbrows.js" and "core.js" at
C:\Program Files\Common Files\Microsoft ...