ebs.getCurrentEntityData

Returns data of the current entity.

Syntax

Copy
ebs.getCurrentEntityData(): any

Response

If the request is done on a form in edit mode, returns the list of entity attributes.

If the request is done on a form in insert mode/view, returns the all records of current entity and Query result callback parameters.