Tagged Questions
0
votes
1answer
65 views
Fill the fields in new form for an item
I've came across a requirement where I need to fill some of the fields in newform.
So basically we start from view item, where we can see an existing item in a list, then we click something like move ...
0
votes
3answers
645 views
ItemAdding getting the file name of a document
I have a document library. I want to add an itemadding event recieiever to do some validation on the file name of the document. How can I get the file name from the SPItemEventProperties
1
vote
3answers
1k views
Redirect from ItemAdded event
I am using an ItemAdded event handler for doing some validation. If my validation fail is it possible to redirect the user to another page. Ideally it would be good to show the page in a dialog box.
...
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();
...