selectAll

Description

Retrieves all data from a local table.

Input / Parameter

NameDescriptionInput TypeDefaultOptionsRequired

dataset

The name of the local table.

String/Text

-

-

Yes

extra

Extra parameters stored and passed to callback.

Any

-

-

No

Output

DescriptionOutput Type

Returns all the fields in the local table.

Array/List

Callback?

callback

The function to be executed if all data is retrieved from the local table successfully.

errCallback

The function to be executed if all data is not retrieved from the local table successfully.

Video

Coming Soon.

Example

The user wants to display all the data in dataset "l_item".

Step

  1. Call the function "selectAll"and define the dataset.

    dataset

    l_item

  2. Executes the callback function and add a console for display the response from console.

Result

Last updated