clearData
Last updated
Removes the local table specified from a project.
dataset
The name of the dataset to remove.
String/Text
-
-
Yes
extra
Extra parameters stored and passed to callback.
Any
-
-
No
Returns an empty list.
Array/List
The function to be executed if the dataset is removed successfully.
The function to be executed if the dataset is not removed successfully.
Coming Soon.
The user wants to delete the dataset lcart from local table.
Create a local table lcart.

Add some fields for the table:

Call the "clearData" function and define the dataset.



Before calling the clearData function, the dataset lcart exists as a local table. )

After calling clearData, l_cart no longer exists.
Last updated
item_code
item_name
price
quantitydataset: l_cart