Tagged Questions
1
vote
1answer
119 views
Updating a List Using SharePoint Designer 2010 - can't find an example of my use case
I have two lists - one administrative with lots of details, and one public with a subset of the information. There are close to 2000 entries in the list. The admin list has 3 states, which I track ...
0
votes
1answer
383 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
2answers
542 views
Batch update with javascript client object model?
Anybody know how to do batch list updates with the javascript client object model in Sharepoint 2010? I'm putting the list into an array right now and then a kendo grid is reading it. I can update ...
1
vote
0answers
611 views
List ItemUpdated Event not firing when updating item from code
I have a problem with my eventreceiver. It is set to fire on updating item from a list, and works very good when I update that item from Sharepoint's web UI. However I have some code that goes through ...
0
votes
0answers
34 views
Update SP 2003 List with new data
I have an existing SP 2003 list that contains user updated data (rows) that I'd like to update based on a new list without changing the original entries. The new data is from a spreadsheet.
For ...
2
votes
1answer
242 views
New choices are not shown in existing list items
I have my custom list template. The template initially described a field Position using the following XML element:
<CHOICES>
<CHOICE>1</CHOICE>
<CHOICE>2</CHOICE>
...
1
vote
2answers
3k views
UpdateListItems in a library with client object model
I’m trying to update some metadata with web services. I read following msdn article UpdateListItems and wrote a small test program, but sadly something went wrong. I get the error message, that the ...
1
vote
2answers
686 views
Automated update of SharePoint List from .csv file
Our company wishes to keep an updated SharePoint List of our current customers for use in a InfoPath form.
Our ERP system is capable of exporting this on a timer job to a certain location (i.e. a ...
1
vote
1answer
785 views
Error code 0x81020073 when calling UpdateListItems of Lists.asmx web service
I am executing code in a program I have been working on that uploads files to sharepoint. I am uploading the file with HTTP PUT, then using the path to update the attributes. For a day or two I've ...
7
votes
2answers
446 views
Is it possible to create a “Link to a Document” in a Document Library using a CAML Batch Command with UpdateListItems?
I have a Document Library in WSS 3 which has the "Link to a Document" content type enabled, and I want to use a batch command (via lists.asmx updatelistitems) to create a series of links. Here is the ...