List.clientScriptFileId
Property Description |
The File Cabinet ID of client script file to be used in this list. |
Type |
number |
Supported Script Types |
Suitelets For more information, see SuiteScript 2.x Script Types. |
Module |
|
Since |
2016.1 |
Errors
Error Code |
Thrown If |
---|---|
|
You attempted to set this value when the List.clientScriptModulePath property value has already been specified. For more information, see List.clientScriptModulePath. |
Syntax
The following code sample shows the syntax for this member. It is not a functional example. For a complete script example, see N/ui/serverWidget Module Script Samples.
//Add additional code
...
var list = serverWidget.createList({
title : 'Simple List'
});
list.clientScriptFileId = 123;
...
//Add additional code