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. |
72 | Extend Notes URLs to execute agents with parametersBen Langhinrichs6949 - 08 2007 (4) You can currently access a document in a Notes client by using notes://server/repid/viewid/noteid, but it would be really handy if this could be extended to allow notes://server/repid/agent?OpenAgent&MyArg1=arg1 and so on, with a CGI variable set in the agent in Notes the way it is on the web. We already have ... |
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. |
44 | Dashboard for Agents in Lotus Domino AdministratorLong overdue remake applet "Server -> Schedules -> Agents" in the real dashboard, namely to add the following functional:
in the context menu:
|
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 Demicoli10169 - 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 |
29 | WebQueryOpen and WebQuerySave agents in Sign In, Change Password and Error formsHarkpabst Meliantrop3233 - 29 2007 (1) In Domino Web Server Configuration (domcfg.nsf), we can define custom forms for user login, performing password changes and displaying HTTP errors. These forms can either reside within domcfg.nsf or any other database. However, no matter which option we choose, WebQueryOpen and WebQuerySave agents are never executed, Domino just replaces the ... |
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
|
27 | Add button to Agents view called "Enable Selected On Server" which prompts for server name.Mark Demicoli10169 - 04 2009 (0) It's currently very fiddly if you have many agents and you want to just enable all of them on the same server. Also a lot of room for error since an Admin has to select the right server multiple times. |
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 Davies12321 - 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 ... |
21 | Modification to Cluster Copy commandGeorge Paglia388 - 10 2008 (0) The CL Copy command is great!!! Could we please have an optional parameter that automatically turns off all scheduled agents when the copy is made? Sometimes they take off as soon as the database has completed it's copy, sending email alerts out to our users. |
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 | Allow Administrator the termination of running Java AgentsMichael Gollmick401 - 26 2010 (1) There is no way to terminate a Java agent that is running (and probably hung). As this (probably hung) agent is blocking agent manager from executing any other agent in the same database in some cases only a server restart will help. Weighting the impact of a server restart against ... |
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. |
18 | One-time override for agentsThe Turtle832 - 12 2008 (1) Something I think everyone has had to do at some time or another is go in and edit the scheduled runtime for a server agent. Need to run it just once at a special time, but then you forget to go back and edit the schedule back to normal and ... |
6 | Command line parameters for agentsMark Demicoli10169 - 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 ... |
4 | View Navigation more impervious to document updatesMike Woolsey2794 - 20 2011 (3) When a view gets dirtied during a scroll-up, the navigation sequence (pgUp, pgDn) flies to the top or bottom of the view collection. I'd like it if something could be done to address that issue. Something like that's also happening, apparently much more often, to NotesViewCategory objects. The view ... |
-7 | NotesUIWorkspace in Background AgentsMark Demicoli10169 - 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 |