GenerateActGuidePortalUrl

Mon 01 January 2018

Syntax

GenerateActGuidePortalUrl(PORTAL.portalname, NODE.nodename, MENUNAME.menuname, Marketname, COMPONENT.componentname, ActivityGuide)

Description

Use the GenerateActGuidePortalUrl function to create a URL string that represents an absolute reference to the specified Workflow activity guide for the portal servlet. The PortalURI of the node that hosts the specified portal is used in the generated URL. The URL contains a reference to the portal service ( psp ) servlet.

If you want to generate a URL for the portal content ( psc ) servlet, use the GenerateActGuideContentURL 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://Portal URI of node/portal/node/l/ActivityGuide.component.market

This function returns a Null string if you specify an invalid portal or node.