deleteByMulti
Last updated
Last updated
Removes specified records from multiple fields in a dataset.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
Description | Output Type |
---|---|
The function to be executed if the specified records are removed successfully.
The function to be executed if the specified records are not removed successfully.
Coming Soon.
The user wants to delete the field id=25 and name=ABC from dataset "l_customer".
Call the function "deleteByMulti" and define the dataset. dataset: l_customer
Set toArray and toObject function to filter and define the value of object. filter: toArray --> toObject id: 25 name: A1A2A3A4
( Before delete, the id=25; name= A1A2A3A4 is still store in the local table. )
( After delete, id=25; name= A1A2A3A4 was removed in local table.)
dataset
The name of the local table to remove the records from.
String/Text
-
-
Yes
first?
?
String/Text
-
-
No
filter
The filters for the field and value to remove.
Array/List
-
-
Yes
orFilter
Additional filters for the field and value to remove.
Array/List
-
-
No
extra
Extra parameters stored and passed to callback.
Any
-
-
No
Returns the updated local table as a list.
Array/List