The list-item tag has no wiki summary.
0
votes
1answer
415 views
Get the inserted values from inside a ItemAdding event
Is it possible to get the values that were inserted (to create an item in a list) from inside the ItemAdding event?
For ItemAdded the data is available in properties.ListItem, but for ItemAdding this ...
3
votes
1answer
628 views
ItemAdding event on list item to target a specific custom list
I have an ItemAdding event handler created and targeted to a Custom List. The event receiver seems to be firing on all custom list on the site. I wonder if I should target it to a specific custom ...
1
vote
4answers
1k 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?
2
votes
2answers
1k views
How to add new item in Links list using Managed Client Object Model?
I have created a standard SharePoint Links list, using Managed Client Object Model (for Silverlight). Here's the code:
ClientContext clientContext = new ClientContext(sitePath);
...
3
votes
1answer
947 views
How to disable multiple select on lists in sharepoint 2010?
thank you for reading my question!
I have a little problem with lists in Sharepoint 2010. The goal is to disable the checkboxes on the left of each item, but to keep them selectable.
I know that ...
0
votes
1answer
1k views
List Item Timeout Issue
On one of our production Sharepoint Sites we have a ListItem that will not load it's details. It simply times out and throws an exception with a GUID. The Log file indicates that:
...
0
votes
2answers
292 views
List rollup for recurring meetings
Here is the situation, the client is using SharePoint 2007 and has implemented Meeting worksites for a series of meeting dealing with design reviews. They are wanting a roll-up view of all the tasks, ...
1
vote
3answers
256 views
how can i know Items in Tasks list viewed by user(something like “Last Viewed” and “Last Viewed By”)?
for every list-item in Lists we have two columns or fields by the name of "Modified" and "Modified By". you got the idea, i wanna have two columns or fields for Tasks List by the name of "Viewed" and ...
1
vote
3answers
4k views
How do I get the terms used in a TaxonomyField?
I have a document library with a custom managed metadata field. I want to get the terms that are used for a particular item. I can get access to the item through the object model, and can get to the ...
1
vote
1answer
2k views
How can I restart list item ID numbering at 1?
I deleted list items that include an ID from the list and the recycle bin. When I create a new list item, the ID populates where the last line item left off.
For example, if the last ID was 5 and I ...
1
vote
1answer
440 views
How to bulk update records in a SharePoint List with a lookup column (with type Person)
In SharePoint 2007 I have a List containing two columns:
"Title" of type single line of text
"Email" of type Person or Group
Because I have to update a lot of records, I use export to Excel to ...