ebs.getInsertChildNavigationUrl
Returns the insert child navigation URL.
NOTE An insert URL with the parameter defaultVals specified in the request will auto-complete the insert form with the specified defaultVals.
HINT You can navigate to the page using ebs.goToUrl.
Syntax
Copy
ebs.getInsertChildNavigationUrl(entityName: string, returnHash: string, defaultVals: any): string
| Parameter | Description |
|---|---|
entityName
|
The name of the current entity. |
|
|
This parameter is obsolete. Send is as "null". |
|
|
Th values of specific attributes which will auto-complete on the insert form. The defaultVals is a string with the format: "attribute1*defaultValue1,attribute2*defaultValue2". |