LaunchURL - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)
Smart Review Version
2020 (15.0)

The LaunchURL client API has two arguments and can be used to launch a URL from a menu, for example, to a document or a website.

  1. ASP page - This argument can be the path name of a page or the full URL address. For example:

    http://hexagonppm.com/products/information-management-product-family

    http://hexagonppm.com/ppm-support

    A partial URL is prefixed with the server connection type (http or https), then the web host and web directory.

  2. Display mode - This argument sets how the URL displays.

    OPEN - the URL opens in a separate window.

    FRAME - the URL opens in a client internal frame.

The create and query OBIDs, SessionId, and Username are then appended. For example, the final LaunchURL would be:

http[s]://[myURL]?OBID=[XXX],&sessionid=[YYY]&username=[NAME]