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 No Plans to Implement
Workspace Nomad
Categories Nomad (Web)
Created by Guest
Created on Sep 22, 2023

Ability to call command shell from action button in Notes app on Nomad

Our Notes app references artifacts to a record stored on a shared drive folder that other systems also reference. In Nomad, the button returns a path not found.

I suspect this outcome is due to it being outside the Nomad container.


path1 := "\\netshare\\vol1\\folder\\";

@Command( [Execute]; "\\"+ path1 +partnumber + "\\" + revision +"\\" )

  • Attach files
  • Admin
    Timothy Clark
    Reply
    |
    Sep 26, 2023

    This will not be possible with Nomad in that manner. If you put the documents in a Notes database on a Domino server and accessed the content that way, it would be possible. But directly to the OS's file system, no.

    Sorry.