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 Under Consideration
Workspace Notes
Created by Guest
Created on Mar 21, 2019

Click button through code

Allow a button on a form to be clicked through code. 

A bit similar to (javascript) document.forms[0].btnOK.click();

 

In NotesUIDocument object

docUI.clickButton(btnName) 

where btnName is the name of the button as defined in the HTML properties of the button

  • Attach files
  • Guest
    Reply
    |
    Mar 28, 2019

    In response to the previous comment: Your suggestion works well for running LotusScript or @Formula code, but not when you want to trigger JavaScript code from LotusScript.

  • Guest
    Reply
    |
    Mar 22, 2019

    Or put the button code in an agent and then code the button to run the agent.  Call the agent from any other code too.