The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
130 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
31 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
97 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
103 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
391 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
47 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
789 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
127 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
87 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
53 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
14 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
203 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
85 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
446 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
215 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
53 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 ...