The list-item tag has no wiki summary.
0
votes
2answers
134 views
MOSS 2007 workflow not copying particular column to another list
MOSS 2007 workflow not copying particular column to another list
I Created a workflow to move the list items to another list. A column with lookup field type is not moving to another list. The column ...
1
vote
1answer
34 views
Adding new item to a list works in dev but not in prod
I have some code which simply gets a list, creates a new item with the appropriate fields, and adds the item to the list. The code worked perfect in the dev and UAT environments but since we deployed ...
1
vote
1answer
100 views
ListItem: Set Item-level Permissions with a few exceptions
I have created a custom ListItem in VS with a custom content template. I have enabled set Item-level Permissions. It is now only possible to see your own items in the list. Also it is only possible to ...
1
vote
1answer
110 views
How to display ONLY “Add new item”?
I see lots of people on Teh Interwebs trying to block the "Add new item" line that comes up on SharePoint lists, but I want to do the inverse -- I want to have ONLY the "Add new item" line, green '+' ...
0
votes
1answer
22 views
Edit Hidden Item in List
I'm using SharePoint 2007 and I'm trying to figure out a way to hide a group of fields from being options in a new-item form when a list item is being created by an end-user. However, I also want to ...
0
votes
1answer
502 views
Can't edit items from a particular list? Corrupt somehow?
I can't seem to edit any list item in a particular list. The stack trace points to the AddOrUpdateItem() method (below). I can't think of any recent changes made to the content type of list definition ...
0
votes
1answer
51 views
Only give permission to modify/delete a list item to the user that created it
I have created a simple Hyperlink list on which everyone can create, edit and delete items.
Now I need to add some more restrictive permissions similar to the following:
Only the users that created ...
0
votes
1answer
798 views
How to add Sharepoint List item Title (link Button) hyperlink in Grid View Control
I created one visual Webpart, it is having one Grid Control to display the items but that items having a link to open current item URL (Like Display Item)?
0
votes
1answer
135 views
Creating monthly report of a list
I have a list that gets updated every month and currently any item in the list that is over 5 days of the current day gets deleted. However, now I wanted to keep a record of the list items that get ...
1
vote
0answers
88 views
Is there a way to catch the transition of a SharePoint 2013 list item to Project Server 2013 project event?
As you may know, there is a feature in SharePoint 2013 that allows you to create a project in PWA from a list item (Ideation). I need to add a couple more settings for that list item and the resulted ...
0
votes
0answers
8 views
COM ListItem not updating
ClientContext cl = new Microsoft.SharePoint.Client.ClientContext("http://" + "mysharepoint" + "/" + SubWeb);
System.Net.NetworkCredential cred = new System.Net.NetworkCredential("myuser", "mypass", ...
0
votes
0answers
18 views
Event-receiver ItemUpdating event not getting triggered when list item is updated from a designer workflow after a pause duration
I am having a Workflow and Event receiver attached to a custom list.The workflow is started from code, based on some condition satisfied.When the workflow is started it initially updates a Status ...
0
votes
0answers
29 views
Can SharePoint 2013 Workflow add a user from a people column to permissions on an item/file?
I have a Document library with users that can only add new items permission by default.
There is a new people column in that library.
I presume I can manually change permissions on one file to let a ...
0
votes
0answers
57 views
How to Update LinkTitle programatically
I have a script that adds a set of items to a list one by one in a loop. The items are added fine and the "Title" column contains the correct title for each row. However, both of the LinkTitle and ...
0
votes
0answers
16 views
SharePoint 2010 Publishing Site New List Item using Page Template
When click New Item it's showing the Site Page Template as a wrapper. How do I get it to not do that?
0
votes
0answers
220 views
Form control does not have ControlMode set
I am getting this error evertime I try to view a list item. Has anyone came across this before and how can I prevent this?
Error
Form control does not have ControlMode set.
I think it is ...
0
votes
0answers
88 views
Comments field not updating
I am developing a workflow. I have extended the Workflow Task content type with the Comments field using SharePoint UI. I need to set some value for this field in my code when editing the task, but it ...
0
votes
0answers
460 views
Error when trying update item options
i experienced problem, when trying update list item options, here need long wait and after receiving error, with corelation ID, which is c1941c35-10fb-437c-be9f-ead1d9efb313
Error appearing not ...
0
votes
0answers
216 views
MOSS 2007 cascade delete non-programmatically?
Using SharePoint 2007 (and SharePoint Designer), is there a way of faking the cascade delete that I understand is available in SharePoint 2010?
I have two custom lists: Orders and Line Items. The ...
0
votes
0answers
54 views
The edit field of list won't show up when user has edit permission on items. why?
i created a Permission Level(by the name JustEditItems) which whoever have it can only edit list items.
when i click on ECB menu on a item i can see the edit item, which means i can edit items, but ...
