My save button uses SSJS with some logic. I want to save datasource, so I use
document1.save();
Script works, but querySave/postSave code is not
Sven what is the difference between your code and currentDocument.save() is something else happening than querysave and postsave?