Hi Sven
Thanks for the reply
I cannot see any request sent, nothing appears on the console and that was using SSJS.
var id = NotesXspDocument.getParentId();
var doc = database.getDocumentByID(id);
doc.replaceItemValue("CompanyAddressLine1", NotesXspDocument.getItemValue("CompanyAddressLine1"));
doc.save();
It also doesn't work using the simple actions. I have set for errors to be displayed but non are displayed. I have set the success and failure pages but on clicking the save button it doesn't go to either of those, so suggests the request is not being made???