40 | Ability to sort functions/subs alphabetically in Script Library/AgentRishi Sahi1672 - 03 2009 / (5) It's should be possible to arrange functions and subs in script library alphabetically or drag an drop. If script library contains 20-30 functions , it's hard to manage and find. |
39 | Add a way to change Agent TypeBas van Gestel2798 - 30 2010 / (1) When I want to create a Formula agent, 9 times out of 10, I accidentally create a LotusScript agent first (since LotusScript is selected by default). I end up deleting the agent and creating a new one using formula. In previous designers you would just change the type ... |
38 | Using Notes://. Add support for query_string parameters in NotesTheo Heselmans6379 - 17 2009 / (5) I'm using "Notes://...?open&Code=123" as a url from a browser. This works perfectly. However, I need to be able to read the query_string provided in the url. Trying this with e.g. an ?Openform, resulted in an empty string. I also tried opening an agent using Notes://...myagent?Open, but this didn't work ... |
33 | Agent Manager - schedule ahead...Bill Buchan585 - 04 2008 / (6) I've seen a LOT of workflow processing agents in Notes. And the one thing they all have in common is that they have to waken up at a regular interval, check all pending documents, and move around document status. What any workflow system needs is the ability to ... |
33 | Allow a Redirect in WebQueryOpenTheo Heselmans6379 - 26 2008 / (4) When using a WebQueryOpen agent, I sometimes have the need to redirect the user to another 'page' depending on some settings/fields. Using a 'print' statement at the end of the agent would do just fine. One practical example: Redirect the user to a registration form, if he/she has not yet ... |
27 | SQL Interface for Notes Apps |
24 | Asynchronous agent triggering or add agents to agent schedule listTomas Ekström1576 - 11 2007 / (2) Problem today!
|
21 | Scheduled agents should have a Target of "None"Michael Sobczak2949 - 29 2007 / (5) I've never understood why a scheduled agent must have a document collection built. Why can't I select "None"? |
21 | Run Agent More Than Once a Day at XX Minutes Past the Hour |
19 | Agent: "Run With Debugger" menu option & hotkey |
17 | Make a "action menu" agent available in right-click context menuAlois Gruber1686 - 28 2008 / (2) If I build agents that run from the action menu, it would be convenient to have some of them available in the context menu througout the database. Just like view actions can be available in the right click context menu |
13 | Ability to call notesAgent.RunOnServer without waiting for the execution of agentAlexey Katyushyn2876 - 29 2012 / (12) It would be nice to be able to call notesAgent.RunOnServer without waiting for the execution of the agent. It would be possible to introduce an optional second parameter IsWaitExecution, the default value is True. Example:
Call notesAgent.RunOnServer( [ noteID$ ], [ IsWaitExecution ] ) |
11 | Change how Imported Java agents workMatt White9250 - 11 2008 / (0) I write all of my Java agent in MyEclipse and then import them into Domino using the Imported Java agent type. This is great, but then when you want to go and change an agent and just refresh one class file, when saving the agent every class file is actually ... |
6 | Agent context menu in editor tab eg. "Run Agent"Mark Demicoli10094 - 19 2013 / (0) Description by example: I'm particularly interested in Agents at the moment but this is relevant to other design elements. I have multiple agents open in designer which I'm coding/debugging. Each time I want to run one I have to locate it in the agent list in each application's Application Tree, which is ... |
5 | For a new design element to copy a comment into descriptionI ask to do that when you create a LS-library or -agent text the comments would be automatically inserted in the description (Description: <here>). |
-17 | Agent - Treat content as HTML |