GenerateActGuideContentUrl
Mon 01 January 2018Syntax
GenerateActGuideContentlUrl(PORTAL.portalname, NODE.nodename, MENUNAME.menuname, Marketname, COMPONENT.componentname, ActivityGuide)
Description
Use the GenerateActGuideContentUrl function to create a URL string that represents an absolute reference to the specified Workflow activity guide for the content servlet. The ContentURI of the node that hosts the specified portal is used in the generated URL. The URL contains a reference to the content service ( psc ) servlet.
If you want to generate a URL for the portal service ( psp ) servlet, use the GenerateActGuidePortalURL function.
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:
http://Content URI of node/portal/node/l/ActivityGuide.component.market
This function returns a Null string if you specify an invalid portal or node.