Sara
03/14/2025, 1:14 AMSlava
03/16/2025, 9:58 AMAnthony (NimbusLabs)
03/19/2025, 4:05 PMpen one
03/31/2025, 5:04 PMCASE WHEN {type} = 'SalesOrd' THEN 1 ELSE 0 END
What is the correct formula to use?PlanetJupiter
04/01/2025, 11:15 AMsuitedev
04/07/2025, 5:32 PMis1099eligible
checkbox is not exposed on the vendor table..
Has anyone else found a workaround? I can create a new custom field which sources from the 1099 checkbox, but I will need to load/save each vendor record to populate the field..Nicolas Bean
04/10/2025, 4:43 PMPF
04/10/2025, 10:25 PMKomagain
04/15/2025, 3:26 PMBryan Miller
04/15/2025, 5:04 PMRJMNS
04/18/2025, 3:43 PMRJMNS
04/28/2025, 7:14 PMPradeep Kumar
05/02/2025, 10:16 AMSarim Khan
05/13/2025, 3:40 PMCarlos Adrián Román Ruisanchez
05/16/2025, 6:03 PMVishal Chaudhari
05/22/2025, 1:51 PMraghav
05/30/2025, 2:04 PMraghav
06/03/2025, 1:54 PMFAgudelo
06/03/2025, 5:18 PMChris Campbell
06/10/2025, 6:05 PMJames Morris
06/11/2025, 1:56 PMsteven.smith
06/17/2025, 3:28 PMAaron McCausland
06/25/2025, 11:09 PMdefine(["N/runtime", "N/search", "N/dataset", "N/record"], function(runtime, search, dataset, record){
When executing the line
const datasetObj = dataset.loadDataset({id: datasetId});
I get this error:
TypeError: dataset.loadDataset is not a function
But the NetSuite Help documentation shows this:
dataset.loadDataset(options)
Method Description
Loads an existing dataset.
Returns
dataset.Dataset
Supported Script Types
Server scripts
For more information, see SuiteScript 2.x Script Types.
Governance
10 units
Module
N/dataset Module
Sibling Module Members
N/dataset Module Members
Since
2020.2
Parameters
Note The options
parameter is a JavaScript object.
Parameter
Type
Required / Optional
Description
options.id
string
required
The ID of the dataset to load.
So why is a function the docs say is there, not there?
I'm going to use query.load() instead. That doesn't throw errors and seems to return all the dataset results into the map functionZoran R-DATAGRAM
06/26/2025, 7:54 AMPF
06/26/2025, 4:45 PMJames Morris
07/15/2025, 5:27 PMJames Morris
07/17/2025, 5:38 PMjjt
07/29/2025, 2:08 PMWest Bennett
07/29/2025, 8:12 PMbraie
07/30/2025, 10:56 PM