ebs.getListNavigationUrl

Returns the navigation URL of the specified entity view/list.

HINT  You can navigate to the page using ebs.goToUrl.

Syntax

Copy
ebs.getListNavigationUrl(entityName: string, viewName: string): string

 

Parameter Description
entityName The name of the entity.
viewName

The name of the view.

Response

A string with the URL of the entity view/list.

Examples