new nlobjColumn() → {nlobjColumn}
Return a new instance of nlobjColumn used for scriptable list column.
- Source:
- nlapihandler_stubs.js, line 4561
Returns:
- Type
- nlobjColumn
Methods
-
addParamToURL(param, value, perRow)
-
add a URL parameter (optionally defined per row) to this column's URL.
Parameters:
Name Type Argument Description param
string the name of a parameter to add to URL value
string the value of the parameter to add to URL -or- a column in the datasource that returns the parameter value for each row perRow
boolean <optional>
if true then the 2nd arg is expected to be a column in the datasource - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4600
-
setLabel(label)
-
set the header name for this column.
Parameters:
Name Type Description label
string the label for this column - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4573
-
setURL(value, perRow)
-
set the base URL (optionally defined per row) for this column.
Parameters:
Name Type Description value
string the base URL or a column in the datasource that returns the base URL for each row perRow
boolean if true then the 1st arg is expected to be a column in the datasource - Since:
- 2008.2
- Source:
- nlapihandler_stubs.js, line 4586