14 | Ability to call notesAgent.RunOnServer without waiting for the execution of agentAlexey Katyushyn3674 - 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 ] ) |
27 | SQL Interface for Notes AppsSean Burgess6178 - 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 ... |
19 | Agent: "Run With Debugger" menu option & hotkeyMark Demicoli10736 - 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.
|
33 | Agent Manager - schedule ahead...Bill Buchan735 - 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 ... |
38 | Using Notes://. Add support for query_string parameters in NotesTheo Heselmans9557 - 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 ... |
21 | Scheduled agents should have a Target of "None"Michael Sobczak2837 - 29 2007 / (5) I've never understood why a scheduled agent must have a document collection built. Why can't I select "None"? |
41 | Ability to sort functions/subs alphabetically in Script Library/AgentRishi Sahi1556 - 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. |
-17 | Agent - Treat content as HTML Patrick Kwinten21314 - 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. |
33 | Allow a Redirect in WebQueryOpenTheo Heselmans9557 - 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 ... |
10 | @function or command 'ComputeWithForm'Christopher Boote10606 - 30 2013 / (3) A function or command in function langauge that does exactly the same as the Lotusscript/java ComputeWithForm method |
22 | Run Agent More Than Once a Day at XX Minutes Past the Hour Corey Davis2837 - 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 ... |
24 | Asynchronous agent triggering or add agents to agent schedule listTomas Ekström1523 - 11 2007 / (2) Problem today!
|
17 | Make a "action menu" agent available in right-click context menuAlois Gruber1713 - 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 |
40 | Add a way to change Agent TypeBas van Gestel2994 - 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 ... |
11 | Change how Imported Java agents workMatt White13605 - 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 ... |
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>). |
10 | Agent context menu in editor tab eg. "Run Agent"Mark Demicoli10736 - 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 ... |
14 | Share Java codes for agents, XPages etc. in a Notes applicationStarrow Pan5103 - 12 2014 / (0) Thanks to XPages, Java development takes a bigger role in Notes dev. However, while an agent, web service and XPage app can all be written in Java, the compilation paths for them are different. An Java agent can use a Java script library but not a Java code or package ... |