deleteByMulti

Description

Removes specified records from multiple fields in a dataset.

Input / Parameter

Output

Callback?

callback

The function to be executed if the specified records are removed successfully.

errorCallback

The function to be executed if the specified records are not removed successfully.

Video

Coming Soon.

Example

The user wants to delete the field id=25 and name=ABC from dataset "l_customer".

Step

  1. Call the function "deleteByMulti" and define the dataset. dataset: l_customer

  2. Set toArray and toObject function to filter and define the value of object. filter: toArray --> toObject id: 25 name: A1A2A3A4

Result

Last updated