newContent.setItemValue(HDBModel.ITEM_ID, params.getCreateContentID());
// Transfer eventual form data
TMLForm form = params.getForm();
if (form != null) {
form.transfertodocument(newContent);
form.attach(event.getContent());
}
// We need to save here once, so submodel initialisations have access to the data on this content
newContent.save();