ebs.generateInsert

Displays a predefined form or form driven flow that allows you to add a record to a given entity.

The displayed form or form driven flow has dedicated action handler buttons that allow you to insert (and then edit) the record independently from the parent page.

Also see ebs.generateForm, ebs.generateEdit, ebs.generateList.

Syntax

Copy
function generateInsert(options: IGenerateInsertOptions): void;
 
Parameter Type Description
options IGenerateInsertOptions Settings for the inserted form or form driven flow.

Type Aliases

Examples