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

Status Assessment
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Mar 24, 2022
Merged idea

This idea has been merged into another idea. To comment or vote on this idea, please visit DDXP-I-38 Extend Notes URLs to execute agents with parameters.

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

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 makes life a lot easier (certainly when working with DQL agents now).

  • Guest
    Reply
    |
    Mar 24, 2022

    Should not be difficult to implement, but I don't understand the reason for this feature request. Do you want to hardcode the parameter document UNID in the code? Otherwise you probably have already opened the document and can pass its note id to the run function.

    Karsten Lehmann