This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Aug 8, 2014, 2:07 PM
5 Posts
topic has been resolvedResolved

open "About / Using Application" page with XPages

  • Category: Other
  • Platform: Windows
  • Release: 8.5.3
  • Role: Administrator,Developer
  • Tags:
  • Replies: 2

 

Is there a command (or solution) to open "About / Using Application" page with XPages? 
(idem "@ Command ([HelpUsingDatabase])" in Notes formula)
Aug 8, 2014, 2:47 PM
26 Posts
there are a couple of URLs
Not sure if you are using this in a browser or notes client, but there are a couple of URLs

OpenAbout
Use the $about?OpenAbout command to access the About This Database document.
Syntax:
http://Host/Database/$about?OpenAbout
Example:
http://www.acme.com/leads.nsf/$about?OpenAbout

OpenHelp
Use the $help?OpenHelp command to access the Using This Database document.
Syntax:
http://Host/Database/$help?OpenHelp
Example:
http://www.acme.com/leads.nsf/$help?Open/Help
Aug 9, 2014, 1:16 PM
5 Posts
open "About / Using Application" page with XPages

Thank you Carl for your information.

That work fine with this in href:

<xe:basicLeafNode label="About"
href="/$about?Open">
</xe:basicLeafNode>

and 

<xe:basicLeafNode label="Help"
href="/$help?Open">
</xe:basicLeafNode>

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal