: 4409 | 106260 | 11906

: agents 

105

Right click 'Run on server' on agents in Designer

: Domino Designer
: agents, designer
Ulf 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 parameters

: Notes Client / Other
: url, agents
Ben 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

: Domino Designer
: agents, lotusscript
Slawek Rogulski8789 - 04 2007 (4)
Agents should have the option to return a value to the calling sub/function.
The return value could be
  • a primitive
    Integer, String, ...
  • product object
    NotesDocument, NotesAgent , ...
  • custom class
    MyProcessedRequest
56

Programmatically set agent schedule

: Domino Designer
: agents, schedule
Slawek 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 Administrator

: Domino Administrator / Admin Tools
: agents, functional, context menu
Vlad Sh10173 - 03 2009 (0)
Long overdue remake applet "Server -> Schedules -> Agents" in the real dashboard, namely to add the following functional:
  • Display all the agents that are on the schedule, all databases on the current server;
in the context menu:
  • Enable / Disable;
  • Quick change of the schedule (with ...
43

Asynchronous Agents

: Domino Designer
: agents
Peter 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 listing

: Domino Designer
: agents
Mark 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...

: Domino Designer
: agent, manager, agents, lotusscript, java
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

: Domino Designer
: agents
Slawek Rogulski8789 - 02 2007 (1)
The idea is similar to servlets that once loaded remain loaded and respond to requests. And if the agent should stop responding or in some other way abend it should be automatically reloaded. Also, such agents could be run in multiples in separate threads but appear as one agent.
29

WebQueryOpen and WebQuerySave agents in Sign In, Change Password and Error forms

: Domino Server / Web application server
: domino, web, agents, domcfg
Harkpabst 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 agent

: Domino Designer
: agents
John 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

  1. save it,
  2. go to the Agents list,
  3. find my new agent,
  4. right click on it,
  5. click Run
  6. ...
27

Add button to Agents view called "Enable Selected On Server" which prompts for server name.

: Domino Administrator / Admin Tools
: agents
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"

: Domino Designer
: agents, defaults
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 entirely

: Domino Designer
: agents
Paul 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 command

: Domino Server / Other
: clcopy, scheduled, agents
George 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 DDE

: Domino Designer
: dde, agents
Peter 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"

: Domino Designer
: agents, background
Vlad Sh10173 - 08 2010 (0)
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.
20

Allow Administrator the termination of running Java Agents

: Domino Server / Admin Tools
: java, agents, domino, administrator
Michael 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 Designer

: Domino Designer
: designer, designer agents, agents
Foua Vang2472 - 07 2011 (0)
In 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 agents

: Domino Server / Admin Tools
: amgr, agents, scheduled
The 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 agents

: Domino Designer
: agents
Mark 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 updates

: Notes Client / Other Database Applications
: view, notes client, agents
Mike 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 Agents

: Domino Designer
: agents
Mark 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-Agents

: Domino Designer
: agents, designer, refresh, replace
Angi 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

: Domino Designer
: agent, agents, passthruhtml
Patrick Kwinten21948 - 08 2008 (4)
for ajaxian approaches it is not desired that agent print out by default html as you can see in the attached image. it would be nice if you could check a box which makes sure that web agents do not cast out more than you desire.


:
:

Welcome to IdeaJam™


You can run IdeaJam™ in your company. It's easy to install, setup and customize. Your employees, partners and customers will immediately see results.

Use IdeaJam to:

  • Collect ideas from employees
  • Solicit feedback and suggestions from employees and customers
  • Run innovation contests and competitions
  • Validate concepts
  • Use the power of "crowd-sourcing" to rank ideas and allow the best ideas to rise to the top

IdeaJam™ works with:

  • IBM Connections
  • IBM Lotus Quickr
  • Blogs and Wikis
  • Websphere Portal
  • Microsoft Sharepoint
  • and other applications.

IdeaJam has an extensive set of widgets and API's that allow you to extend and integrate IdeaJam™ with other applications.

Learn more about IdeaJam >>


5
Mail print as PDF or export as PDF
10
Upgrade the admin client. Still has Notes 7 status bar even.
-5
Toolbar buttons for mail Recall and Encrypt
8
Settings / Option for sending read receipt
6
To: field label in memo is a address dialog hotspot. CC and BCC should also be hotspots.
-1
Native Traveler Client for all platforms
7
Add server and database as optional parameters for @GetProfileField and @SetProfileField
6
New "Copy into new Notebook entry" functionnality
3
Stop Opened/Closed session logging for Traveler Servers
5
Improve Support for XPage in Notes Client







IdeaJam developed by