Anyone know if it's possible to Query/Search datas...
# suitescript
e
Anyone know if it's possible to Query/Search dataset records? Trying to create a dropdown to allow the client to select a Dataset, but they are not supported by the List/Record field type. Was hoping to search / query them and add them to the select but I can't seem to find anyway to do so
1
Looks like I can use
N/dataset
and
dataset.list()
to list all the datasets. It returns an array of objects with properties of
name
,
description
, and
id
1