Formulas : how to simulate edit and save document in agent?

Hi,

 I forget how to do that :-(.

I would like to edit and save document for thousand document.

I forget in formulas how to do that.

Thanks for your help to refresh my memories.

Subject: Formulas : how to simulate edit and save document in agent ?

you just want to resave all documents? Create an agent using @Command([ToolsRefreshSelectedDocs])

Subject: RE: Formulas : how to simulate edit and save document in agent ?

Thanks you for your rapid answer.

It’s the formula I search.

Subject: Formulas : how to simulate edit and save document in agent ?

Hi,If you want to resave all the documents so that the fields get computed again., you can use ComputeWithForm Lotusscript function with Notes document.

You can specify here to raise errors for any validation failure or not.

HTH