Domino ResourceAction question
In a Domino after action, I need to call a Domino agent and I do not want to update nor create the agent. According to the Sun documentation if I do not want to update or create a Domino agent I simply just specify the agent name. But how do I call a Domino agent by name? Domino agents are always defined in a database.
For example if I need to call a VBScript I'd do this cscript C:\myScript.vbs %WSUSER_...etc%

