Modules

filter

 

Objects/Functions

module (N/workbook)

SuiteScript 2.0

TableDefinition.id

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=TableDefinition.id for more information.

N/workbook Module
TableDefinition.id
Property Description: The ID of the table definition.
Type: string
Module: N/workbook Module
Parent Object: workbook.TableDefinition
Sibling Object Members: TableDefinition Object Members
Since: 2020.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=TableDefinition.id

Example:

// Code Example 1
// Add additional code
//...
// View TableDefinition.id
var myWorkbook = workbook.load({
id: myWorkbookId
});

log.audit({
title: 'TableDefinition.id = ',
details: myWorkbook.tableDefinitions[0].id
});
//...
// Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_159068464617.html