GenerateWorklistPortalURL

Mon 01 January 2018

Syntax

GenerateWorklistPortalURL(PORTAL.portalname, NODE.nodename, BusProc, Activity, Event, Worklist, Instance) 

Description

Use the GenerateWorklistPortalURL function to create a URL string that represents an absolute reference the specified Worklist (URL) on the portal servlet.

The PortalURI of the node that hosts the specified portal is used in the generated URL ...

read more

GenerateWorklistRelativeURL

Mon 01 January 2018

Syntax

GenerateWorklistRelativeURL(PORTAL.portalname, NODE.nodename, BusProc, Activity, Event, Worklist, Instance) 

Description

Use the GenerateWorklistRelativeURL function to create a URL string that represents a relative reference to the specified Worklist on the portal servlet. The relative reference is suitable for use on any page that itself has the simple URL ...

read more

GenHTMLMenu

Mon 01 January 2018

Syntax

GenHTMLMenu(list[, fldr_img_class_ID] [, element_label])

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to generate an HTML code fragment that will be rendered in the browser as menu drop-downs, fly-outs, and breadcrumbs. Typically, this function is used when the SmartNavigation data source ...

read more

GenToken

Mon 01 January 2018

Syntax

GenToken()

Description

Use the GenToken function to create an authentication token for the user currently logged in, as a string.

Generally this function is used in an application engine program when an authentication token is not automatically generated. However, it can be used anytime. The token that is generated ...

read more

GetABNChartRowSet

Mon 01 January 2018

Syntax

GetABNChartRowSet()

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to return a reference to a rowset representing the SmartNavigation chart for the rowset or tree data currently in the component buffer. This function flushes the rowset prior to returning. The SmartNavigation ...

read more

GetABNInitialNode

Mon 01 January 2018

Syntax

GetABNInitialNode(&reqParams)

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to return the identifier of the initial SmartNavigation chart node as a string.

Parameters

Field or Control

Definition

&reqParams

Specifies the array of request parameters (name-value pairs) generated by the GetABNReqParameters ...

read more

GetABNNode

Mon 01 January 2018

Syntax

GetABNNode(&reqParams)

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to return the identifier of the current SmartNavigation chart node as a string. The user requests this chart node through a mouse-click event

Parameters

Field or Control

Definition

&reqParams

Specifies the ...

read more

GetABNRelActnRowSet

Mon 01 January 2018

Syntax

GetABNRelActnRowSet()

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to return a reference to the related actions rowset for the SmartNavigation chart. This function flushes the rowset prior to returning.

Parameters

None.

Returns

A related actions rowset. If the user clicks ...

read more

GetABNReqParameters

Mon 01 January 2018

Syntax

GetABNReqParameters([start])

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to generate HTTP request parameters as an array of name-value pairs. The start parameter specifies the initial node of the data source. When using a tree data source, the start parameter ...

read more

GetABNTreeEffdt

Mon 01 January 2018

Syntax

GetABNTreeEffdt(&reqParams)

Description

Note: SmartNavigation has been deprecated. This function remains for backward compatibility only.

Use this function to extract the effective date key for the tree from the request parameter array. The output of this function is used to open the specified tree.

Parameters

Field or Control

Definition ...

read more