The updatelistitems tag has no wiki summary.
7
votes
2answers
445 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 ...
2
votes
1answer
61 views
Unable to update list item - Additions to this web site have been blocked
I am developing a SharePoint job. In the public override void Execute(Guid targetInstanceId) method, my code goes:
SPSecurity.RunWithElevatedPrivileges(delegate()
{
int count = ...
1
vote
1answer
65 views
+50
Update Created By field in Document Library using web service
I am uploading documents to Document Library using copy web service. I need to update read only fields like created, created by, modified, modified by, version,.. I changed the read only property of ...
1
vote
1answer
115 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 ...
1
vote
1answer
66 views
Different CAML statements needed in development and test anvironments
I have a .NET solution which uses the SharePoint web services interface to update meta data for existing documents in a SharePoint library. However, I am finding that I need to supply different CAML ...
1
vote
1answer
753 views
Programmaticly updating SPFileVersion.Properties Hashtable
Anyone who has experience with programmaticly updating the SPFileVersion.Properties Hashtable?
I have a special situation where I would like to modify this Hashtable.
Most of you will say: "Why on ...
1
vote
1answer
426 views
set or update multiple values cascading lookup field using client object model
I'm struggling since a couple of weeks with setting a multiple values cascading lookup field using a client object model,
I could set the first value but then It show me an error of invalid lookup ...
1
vote
1answer
1k views
Programmatically update Recurrence parameters for calendar entry
I'm building a Sharepoint service, which allows users to book company's resources, such as conference rooms, etc. The back-end is implemented with standard Calendar list, the front-end uses JavaScript ...
0
votes
1answer
18 views
Update Document Library Fields
Is it possible to add/update Document Library fields like Content Type, Version, File Size,..?
These fields are visible in view mode.
0
votes
1answer
70 views
where i can find trace for item.systemupdate()
I am working on a project which was initially developed by someone else. few of my list items are getting updated but i am not getting anything in version history. I believe that some schedule job is ...
0
votes
1answer
88 views
Object Expected error in Non Edit Mode only
I have an issue with Javascript errors (Object Expected) in normal mode while it works in Edit mode. Its failing on the last line shown below.
$(document).ready(function() { updateListItem(); });
...
0
votes
1answer
205 views
Update custom property on listItem using -replace in powershell?
I have two different web application with one site collection each. One Site collection is privat and the other on is public inside the intranet. The public site links to the private site which link ...
0
votes
1answer
49 views
How to know if content was added to a SharePoint list or folder?
I'm using the GetListItemChangesSinceToken service in order to be notified for changes in a sharepoint list.
This works ok for deleted items since the ChangeType return Delete , but for added items, ...
0
votes
1answer
354 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
150 views
SPServices: Using variable as column name - possible?
When using SPServices, is it possible to use a variable to specify the column to be updated?
res = lists.quickUpdateListItem('MyListHere', { ID: ReqD, columnVar : userName });
In the above ...
0
votes
1answer
423 views
Have Workflow Change\Update an item on Infopath Form
Is it possible to change the content of a field in a InfoPath form from a workflow in SharePoint. I have tried working with the "Update List Item" action but have been unable to to find a direct way ...
1
vote
0answers
118 views
Can't update document properties through any API - only through check out and check in
I have a few documents in a library that I can't seem to update the properties for through the Web UI, the ListData.svc (JSON/JS), the object model or PowerShell. We have a property called Data Rights ...
1
vote
0answers
609 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
132 views
SharePoint 2010 Workflow stuck in starting status?
We have a SP 2010 workflow on a Document Library which sends an email notification out to certain users when a property is changed for a document. This workflow was working fine up until 2 weeks ago ...
0
votes
0answers
89 views
UpdateListItems ajax call is successful but does not return created item
I want to create a new list item and store the created item's ID in a variable for later usage.
So I'm using UpdateListItems and making an ajax call and then in the success callbakc function ( ...
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
58 views
How Can I find field on list and Update that List - Workflow
How Can I use Workflow "Update List Item" and I suppose that once more workflow to update other list? I have two list and both lists has two the same field for example: name and numer. And while I add ...
0
votes
0answers
44 views
Page Item - after Update, -> charset utf-8 is lost
I have a big big problem and ?.
I´ve written code, a parsing tool, which parses all page items in an wiki page library.
So thats cool, .. and it isn´t that way hard,.. then my code enters labels in ...
0
votes
0answers
151 views
Workflow to update list entries from another list
I am working on a workflow to do the following:
Applied to List: Shutdown Procedure
When "Shutdown" = yes
Update CheckInLog
Set CheckedIn = Yes for Drives that belong to Shutdown computer.
...
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 ...