ebs.getEditNavigationUrl

Returns the edit navigation URL.

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

Syntax

Copy
ebs.getEditNavigationUrl(entityName: string, id: string, returnHash: string, formName: string, pageNo: number): string

 

Parameter Description
entityName The name of the current entity.
id

The ID of the record.

returnHash

This parameter is obsolete. Send is as "null".

formName

The name of the edit form.

pageNo

The number of the current step.

Response

A string with the URL of the requested edit page.

Examples