insert

Description

Inserts values specified by the user into a local table.

Input / Parameter

Output

Callback?

callback

The function to be executed if the local table is updated with the new records successfully.

errCallback

The function to be executed if the local table is not updated with the new records successfully.

Video

Coming Soon.

Example

The user wants to insert the id=23 into the dataset "l_customer".

Step

  1. Call the function "insert" and define the dataset and dt. dataset: l_customer

  2. Set toObject function to dt and define the value of object. dt: toObject id: 23 code: C12345 name: ABC

Result

Last updated