Tagged Questions
1
vote
1answer
109 views
SendToOfficialFile submitterEmail not working
Using the SendToOfficialFile method (http://msdn.microsoft.com/en-us/library/ee546921.aspx) I move documents to the records center. The problem is that the "modified by" field is not updating with ...
0
votes
0answers
60 views
Content Organizer will not enable versioning
I have a Records Center and are trying to enable versioning. In site settings I open the "Content Organizer" settings and under "Duplicate Submissions" we enable "Use SharePoint Versioning".
After ...
1
vote
1answer
498 views
Adding Document to a record library programmatically
I have a requirement, where I need to upload a document like invoice report to a record library programatic. I have used the same code as uploading document to a normal document library. Now the ...
0
votes
1answer
624 views
Archive a document library after 30 days?
I am very new to this concept of archiving and record management.
I have the following requirements:
Create a document library when a new event is added. I can do this with an event receiver.
The ...
0
votes
0answers
231 views
Filter on Person with Lists.asmx and DataFormWebPart. 'This column type cannot be filtered'. (In 2010)
In SharePoint 2010 I want to display a document library view from a record-centre in another site collection and the best option seems to be Lists.asmx GetListItems and a DataFormWebPart.
I want to ...