The syntax for Meridium APM Web Framework URLs is similar to the syntax used in the Meridium APM Framework URLs. To understand their differences, consider the following example of a Record Manager URL in the Meridium APM Framework application:
meridium://Registry/RecordManager?EntityKey=12345&FamilyKey=12345
Now consider the same Record Manager URL within the Meridium APM Web Framework:
http://WebServer/MeridiumWeb/apm/Registry/RecordManager.aspx?EntityKey=12345&FamilyKey=12345
In this Meridium APM Web Framework URL, the portions of the URL that are different from the corresponding Meridium APM Framework URL are shown in bold. You can modify any Meridium APM Framework URL in this way to create a Meridium APM Web Framework URL, provided that the feature is supported by the Meridium APM Web Framework. Specifically, to modify a Meridium APM Framework URL to create a Meridium APM Web Framework URL:
Change the scheme from meridium to http.
Prepend <Web Server>/MeridiumWeb/apm to the path, where <Web Server> is the name of the web server on which Meridium APM Web Framework is installed.
Add .aspx at the end of the path.
The parameters (the portion following the ?) should be the same for Meridium APM Web Framework URLs as they are for Meridium APM Framework URLs, with the exception of any characters that need to be encoded in the Meridium APM Web Framework URL.
Note: The Meridium APM Web Framework URLs do not support the use of user ID, password, and data source. A Meridium APM Web Framework URL will always require a user to supply login information, either through a form or through the auto-login feature, depending on how the Meridium APM Web Framework has been configured.
The Meridium APM Web Framework URLs can be used:
In the Meridium APM Framework application (e.g., on a Home Page or in Query results) to open the corresponding feature in the Meridium APM Web Framework.
In features that will be made accessible via the Meridium APM Web Framework. For example, if you create a query for use within the Meridium APM Web Framework that will return a list of records, you might want to create a hyperlink on the Record ID column that will open the corresponding record in the Meridium APM Web Framework Record Manager rather than the Meridium APM Framework Record Manager.
Anywhere else that supports the use of hyperlinks (e.g., email messages and bookmarks in your web browser).
Copyright © 1993-2016 Meridium, Inc. All rights reserved.