Hi, John. You don't say if you want to manually trigger the attachment removal or if you want to have an agent do it for you. In any case, you want to setup LotusScript code in a view action button (manual) or in a scheduled agent(automated). In the code simply get a handle to each document and then to the rich text field holding the attachments. Use the EmbeddedObjects property to create an array of embedded objects. Then check if the embedded object is an attachment and if so use the Remove method to remove the attachment from the rich text field. Finally, save the document and then use the PutInFolder method to put the document in a specific folder. In the Lotus Domino Designer 8.5 Help there are great examples of using the Remove method and PutInFolder method.
Feedback response number WEBB8VHLUC created by Dave M Smith on 06/22/2012