Hi,
We want to create a tool for our Notes Programmers that will save a lot of support time.
We already have a tool called Edit Field (took on the sandbox) that is very useful. It allows to edit whatever field in whatever database without opening the document by the note toolbar
This tool could be really much better if we could call it on several documents (loop).
We tried to loop in the code using @Command([NavNextSelected]) but the function @DocumentUniqueID always return the UNID of the first selected document.
Furthermore, we can’t run an agent because we don’t want modify the design elements from all our databases.
Because this tool reside on the toolbar of notes, we must do it in formula.
Does someone know a way to loop over the selected documents in a view in formula language??
Thanks in advance,
Philippe