LaunchURLWithDynamicArgs client API - SmartPlant Foundation - IM Update 46 - Help - Hexagon

SmartPlant Foundation Web Client Help

Language
English
Product
SmartPlant Foundation
Search by Category
Help
SmartPlant Foundation / SDx Version
10

The LaunchURLWithDynamicArgs client API is used to open an ASP page or a URL that uses variables that will be replaced with values, based on the content object.

Argument

Description

Parameter 1

URL or Page

Parameter 1 default

None

Parameter 1 description

Either a full URL or the name of a page to be opened. Use ~ENV.Value~ or ~Obj.Property~ or ~Obj->PathDefn.Property~ as variables to be replaced with actual values based on the content object.

Parameter 1 type

String

Parameter 2

Display mode

Parameter 2 default

FRAME

Parameter 2 description

Indicates whether the page will be opened in a:

  • New frame of the application (FRAME) in Desktop Client or a new browser tab in the Web Client.

  • Separate window (OPEN) in Desktop Client or a new pop up window in the Web Client.

Parameter 2 type

String

Parameter 3

Request method

Parameter 3 default

GET

Parameter 3 description

Indicates whether data is retrieved, inserted, or updated.

  • GET - retrieves remote data.

  • POST - Insert/update remote data.

Parameter 3 type

String

The following method uses the LaunchURLWithDynamicArgs client API to open a URL or an ASP page.

  • LaunchURLDemoWithArgs