0
votes
0answers
30 views

Update Historical Items

I have created a simple survey list which has already generated some data. Now we need to extend it with some new columns. One of these columns (a person lookup) will need to have its data populated ...
1
vote
1answer
180 views

Workflow gives “Error Occured” when uploading file to document library

I am mapping one xml document to another. When it is done, I am uploading that document to a document library. Here is the code that does that: MemoryStream ms = new MemoryStream(); ...
1
vote
1answer
32 views

How to identify if a item is newly created in a SharePoint list or moved from other list by a Workflow

May I know if it is possible to identify a item status whether is it newly created in a particular list itself or moved from other list due to a work flow?