105 | Right click 'Run on server' on agents in DesignerUlf Grindstad2124 - 20 2008 / (7) I want to right click on an agent, and tell it to run on server now.
It's tiresom to wait for the Agmgr to kick in on a scheduled agent. |
64 | Allow agents to return a value |
56 | Programmatically set agent scheduleSlawek Rogulski8789 - 26 2007 / (1) I would like to be able to programmatically set when an agent is to be run on schedule. This may require an AgentSchedule class in which case add that, too. |
43 | Asynchronous AgentsPeter Presnell26400 - 09 2008 / (11) I would like to see concepts such as AJAX replicated in the Notes Client with the ability to fire off agents that run asynchronously. While the agent is running the user would have the ability to continue to interact with the Notes client. Ideally the feature would provide (just as it ... |
37 | "Run On Server" Action in Agent design element listingMark Demicoli10094 - 29 2010 / (5) During design-time, it is currently possible (and very useful) to run an agent by right-clicking on the agent in the design listing view and selecting Run. Problem is, oftentimes an agent is designed to be run on the server. It would be nice to have a "Run On Server" option ... |
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 ... |
32 | Agents that remain loaded and ready to respond to requests |
27 | Enable "Preview in Notes" Smart Icon when editing an agentJohn Smart833 - 31 2008 / (2) When designing an agent that doesn't run on a view or selected documents, I want to save it and run it in a single step. I don't understand why I have to
|
24 | Change the default "Target" on new Agents to "None"Kenneth Axi1679 - 03 2012 / (1) When creating new (LotusScript and Java) agents, the default "Target" is "All selected documents". Today when almost every agent created is a webagent, this behaviour is not useful. On 99% of all agents, I have to change this to "None" or the agent wont run on the web. Therefore the ... |
23 | CTRL BREAK to end formula agent execution entirelyPaul Davies12316 - 10 2010 / (1) if you had an agent which acts on many documentss and displays a message like this... Select @all; @promt([OK];"Subject";Subject); then CTRL BREAK does not terminate the agent, it merely acknowledges the @Prompt and the agent continues to the next document in the database. Your only choice is to ... |
20 | Improve Speed For Deleting Agents In DDEPeter Presnell26400 - 23 2009 / (3) SInce moving to DDE 8.5.1 it seems that the time taken to perform a basic task of deleting an agent from a database now takes a full minute. To remove six agents takes six minutes. As a developer i usually have lots of things to do and having to sit around ... |
20 | Agents with the option "Run in background client thread"1. Each time you save a LS-agent message "A runtime error will occur if this agent requires user interaction. Interactive agents cannot be run in a background client thread. Do you wish to save?"; it's annoying... I propose to remove this message, this can be written in for Help. 2. ... |
20 | Sort Agents by disabled and enabled icons in DesignerIn IBM Lotus Domino Designer, it would be nice to be able to sort Agents by the disabled and enabled icons. |
6 | Command line parameters for agentsMark Demicoli10094 - 04 2010 / (3) The "Tell AMGR RUN [db] [agent name]" is an invaluable option to immediately execute server agents. As an example, I have a custom consistency check agent which validates and fixes data problems that runs on schedule, however I like to be able to execute it on specific databases ad-hoc, where ... |
-7 | NotesUIWorkspace in Background AgentsMark Demicoli10094 - 04 2011 / (12) I'll express this idea by example Deleting a large number of mail items can be time consuming and locks the UI. This could be done with a background (assynchronous) agent, if it could interact with the UI once it's finished (eg if inbox is still in view, refresh it etc). To ... |
-11 | Design Refresh/Replace improvements for BE-AgentsAngi Blasberg633 - 28 2008 / (1) It would be helpful, if there would be a special design-property for agents, that forces a refresh/replace only on the source - not the signature, schedule, scheduled server, etc. With Backend-Agents you have problems with Design Refresh, that the agents properties, as "run on Server xy", Schedule, etc. are ... |
-17 | Agent - Treat content as HTML |