Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Extend Notes URLs to execute agents with parameters

(not my idea, credit goes to Ben Langhinrichs)

 

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 the skills to parse the query string and all, but would just extend it to the web. 

  • Attach files
      Drop here to upload
    • Guest
      Oct 25, 2022

      Similar, yet using OpenForm: https://domino-ideas.hcltechsw.com/ideas/DDXP-I-1048
      More than 4 years later, still not implemented??

    • Guest
      Jun 29, 2022

      This request is similar to mine:

      https://domino-ideas.hcltechsw.com/ideas/DDXP-I-571

    • Guest
      Jan 22, 2021

      That's already possible using a CGI variable (I think since LN 4.x). I think it was 'Query_String', but didn't verify that.

      Then that string simply need to be parsed.

    3 MERGED

    Ability to pass any document unique id instead of just a note id to notesAgent.RunOnServer( [ noteID$ ] )

    If passing it to an agent in a different database this returns the wrong document. Being able to pass on a document unique id solves this problem. If not I need to duplicate my agent and maintain it in every database. Seems a simple one which make...
    over 3 years ago in Domino Designer / LotusScript 1 Assessment