Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
I just checked this (in Notes 9). Although the "last modified" and "last modified by" columns change when a user enables/disables the agent, when I checked the $Signature field of the agent design element, the agent is still signed by the original signer ID (once I made sure the user only had editor access to the database!).
Hope this helps.
Re: I think this is already available.
Interesting idea. I gave it a quick try, but was disappointed to see that an agent's signature does change when a user runs the Lotusscript code that enables (or disables) the agent -- even when 'Allow editor level activation' is enabled for that agent.
I think this is already available. In Domino Designer help, notes agents have a security property called "Allow editor level user activation".
Via code, you can check whether this setting is enabled or not by checking NotesAgent "IsActivatable".
If "IsActivatable" is True, then user activation is in effect and using code you can set NotesAgent "IsEnabled" without changing the agent signature.
Is this what you are looking for?