Join.source

Note:

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

Property Description

The internal ID for the source record type of the join.

Use the Records Catalog to find the Internal ID of scriptable records.

Type

string (read-only)

Module

N/dataset Module

Parent Object

dataset.Join

Sibling Object Members

Join Object Members

Since

2020.2

Syntax

Important:

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

            // Add additional code
...
// View Join.source
var myDataset = dataset.load({
    id: myDatasetId 
});

log.audit({
    title: 'Join.source = ',
    details: myDataset.columns[0].join.source
});
...
// Add additional code 

          

Related Topics

dataset.Join
N/dataset Module
SuiteScript 2.x Modules
SuiteScript 2.x

General Notices