GenerateActGuideRelativeUrl
Mon 01 January 2018Syntax
GenerateActGuideRelativeUrl(PORTAL.portalname, NODE.nodename, MENUNAME.menuname, Marketname, COMPONENT.componentname, ActivityGuide)
Description
Use the GenerateActGuideContentUrl function to create a URL string that represents an relative reference to the specified Workflow activity guide. The relative reference is suitable for use on any page that itself has the simple URL format.
Parameters
Field or Control |
Definition |
---|---|
portalname |
Specify the name of the portal used for this request, prefixed with the reserved word PORTAL . You can also use a string, such as %Portal, for this value. |
nodename |
Specify the name of the node that contains the activity guide, prefixed with the reserved word NODE . You can also use a string, such as %Node, for this value. |
menuname |
Specify the name of the menu containing the activity guide, prefixed with the reserved word MENUNAME . You can also use a string, such as %Menu, for this value. |
Marketname |
Specify the name of the market of the component. You can also use a string, such as %Market, for this value. |
ComponentName |
Specify the name of the component, prefixed with the reserved word COMPONENT . You can also use a string, such as %Component, for this value. |
ActivityGuide |
Specify the name of the Workflow activity guide as a string. |
Returns
A string with the following format:
../../../Portal/node/l/ActivityGuide.menu.component.market
This function returns a Null string if you specify an invalid portal or node.