: 4399 | 106118 | 11884

: agent 

61

Allow agents executed using server command "tell amgr run" to be seen......

: Domino Server / Admin Tools
: agent, manager, server, console, command
Tim Brown956 - 12 2008 (3)
Allow agents executed using server command "tell amgr run" to be seen using server command "tell amgr sched" and "tell amgr status"

Unfortunately, there is no way to see how long an agent is running or has ran that has been executed using the following server ...
40

Ability to sort functions/subs alphabetically in Script Library/Agent

: Domino Designer
: script library, agent
Rishi 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 Type

: Domino Designer
: agent, type, formula, lotusscript
Bas 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 Notes

: Domino Designer
: notes, protocol, parameters, query_string, agent
Theo 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 ...
37

Run Agent on Administration Server

: Domino Server / Other
: agent, scheduling
Alois Gruber1686 - 28 2007 (0)
an additional option for scheduled agents to bind it to the administration server and when this administration server in tha ACL is changed, the agent automatically then runs on the new assigned server without having to move agents separately. A warning should be given if there is no administration server ...
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 ...
33

Allow a Redirect in WebQueryOpen

: Domino Designer
: agent, webqueryopen, wqo
Theo 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 ...
31

Create an agent scheduler option for "bi-weekly" or "every other week".

: Domino Server / Other
: agent, schedule
Brian Miller474 - 28 2007 (0)
Update: You know, what would really be nice is if we could schedule agents any way we want, the way you can schedule things with a crontab.
 
Agent:
Trigger On Schedule
  • More than once a day
  • Daily
  • Weekly
  • Bi-weekly
  • Monthly
  • Never
27

SQL Interface for Notes Apps

: Domino Designer
: sql, agent, interface
Sean Burgess5141 - 20 2007 (7)
Notes "might" be taken a bit more seriously if developers could write standard SQL to get data out of it, especially for web applications. Don't bring up the NotesSQL driver, cause although it still works, requiring someone to install something to get to web data flies in the face of ...
26

Ability to auto-disable out of office agent upon return

: Notes Client / Calendar
: out-of-office, agent, calendar
Joyce Davis532 - 03 2008 (7)
It would be great to have the option to automatically disable my out of office agent on the date I'm set to return.  Currently, we get an e-mail reminder to disable the agent, with instructions on how to do it.  As I completed those steps most recently, I thought how ...
24

Asynchronous agent triggering or add agents to agent schedule list

: Domino Designer
: agent, lotusscript, notesagent
Tomas Ekström1576 - 11 2007 (2)
Problem today!
  • If the agent triggers another agent the runtime limit may be reached for the calling agent since it has to wait for the called agent to finish.
  • When triggered from the console (tell amgr run 'db-path' 'agentname') the agent has no runtime limitation.
 
...
21

Scheduled agents should have a Target of "None"

: Domino Designer
: agent
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

: Domino Designer
: agent, schedule
Corey Davis1734 - 10 2007 (2)
Currently when agents are scheduled to run more than once per day every 1 hour, for example, they will run based on the last time that the agent ran which is dependant on when agent manager is launched in Domino.  For example, if the server comes up and loads Amgr ...
19

Agent: "Run With Debugger" menu option & hotkey

: Domino Designer
: agent, debugger
Mark Demicoli10094 - 26 2010 (6)
It would be handy to be able to select "Run with Debugger" from the context menu of an agent in design mode.

17

Make a "action menu" agent available in right-click context menu

: Domino Designer
: agent, right-click, context, menu
Alois 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
17

Make the agent cluster aware

: Domino Server / Other
: agent, cluster
Odd Ã…ge Skogheim814 - 28 2009 (4)
For some applications it doesn't matter which server it runs on, as long as it runs.
In addition to selecting which server the agent is to run on, there should be an option to choose which cluster, perhaps with an primary server, or the administration server could be set as ...
15

Programmatic periodic Agent schedule by formula

: Domino Server / Other
: agent, schedule, properties
Alois Gruber1686 - 25 2008 (2)
Add an option to reschedule a periodic agent by formula. The properties box of an agent would need a small input box to add a formula. The formula is being computed after the agent has run. If the formula returns a datetime value, that datetime is being used as next ...
14

"Archive Documents" in resource database

: Notes Client
: reservation, resource, database, delete, archive, agent, document
Martin Vogel2482 - 06 2007 (0)
In a resource reservation database you can enable an agent "Purge Documents" which removes reservations older than 2 days.
I would like to have an agent for archiving old reservations, because we have a car pool and need in some situations (f.e. parking ticket or speed ticket fine) a detection ...
13

Ability to call notesAgent.RunOnServer without waiting for the execution of agent

: Domino Designer
: agent
Alexey 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 work

: Domino Designer
: importedjava, agent
Matt 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 ...
9

Autom. Purge agent for perweb.nsf

: Notes Client / Other
: autom, purge, agent, for, perweb.nsf
Bastian Wieczorek8015 - 13 2007 (2)
Hello together,
 
I have the problem that some user use the internal notes webbrowser. The problem is now that the perweb.nsf grows and grows and grows... there doesn´t seamed to be a limit. The problem is now that the notesclient lost performance when this DB is so big.
 
...
6

Agent context menu in editor tab eg. "Run Agent"

: Domino Designer
: agent, designer
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 description

: Domino Designer
: ls-editor, library, agent
Vlad Sh10117 - 11 2011 (0)
I ask to do that when you create a LS-library or -agent text the comments would be automatically inserted in the description (Description: <here>). 
-6

Agent target

: Domino Server / Other
: agent, scheduled, target
Mats Ingelborn403 - 07 2008 (3)
When having a scheduled agent targeting "new & modified documents" it should only target documents created AFTER the agent was saved. If I today have to re-sign or make a small change to an agent it marks the agent as "new" and conciders ALL documents to be unprocessed - this ...
-17

Agent - Treat content as HTML

: Domino Designer
: agent, agents, passthruhtml
Patrick Kwinten21943 - 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 >>


3
Add server and database as optional parameters for @GetProfileField and @SetProfileField
8
Have an option to copy an URL from an e-mail (or other)
-1
System wide Web Query Save
0
Design Element PostSave event
56
Please update Domino to fully support TLS (SSL v3.1)
4
Integrated ICS OneUI Editor for Designer
6
Agent context menu in editor tab eg. "Run Agent"
55
When deleting user, delete archive & roaming files as well as mail file
12
Set properties for all selected Forms







IdeaJam developed by