DatasetLink.id

Note:

The content in this help topic applies to SuiteScript 2.x.

Property Description

The ID of the linked dataset.

Type

string (read-only)

Module

N/datasetLink Module

Parent Object

datasetLink.DatasetLink

Sibling Object Members

DatasetLink Object Members

Since

2021.2

Syntax

Important:

The following code sample shows the syntax for this member. It is not a functional example. For a complete script sample, see N/datasetLink Module Script Sample.

            // Add additional code
...
var myDatasetLink = datasetLink.create({
    datasets: [firstDataset, secondDataset],
    expressions: [[columnExpInFirstDataset, columnExpInSecondDataset]],
    id: 'myDatasetLinkId'
});

var theId = myDatasetLink.id;
...
// Add additional code 

          

Related Topics

datasetLink.DatasetLink
N/datasetLink Module
SuiteScript 2.x Modules
Dataset Linking in SuiteAnalytics Workbook

General Notices