new nlobjSearchResult() → {nlobjSearchResult}
Return a new instance of nlobjSearchResult used for search result row object.
- Source:
- nlapihandler_stubs.js, line 2492
Returns:
- Type
- nlobjSearchResult
Methods
-
getAllColumns() → {nlobjSearchColumn[]}
-
return an array of all nlobjSearchColumn objects returned in this search.
- Since:
- 2009.2
- Source:
- nlapihandler_stubs.js, line 2571
Returns:
- Type
- nlobjSearchColumn[]
-
getId() → {int}
-
return the internalId for the record returned in this row.
- Source:
- nlapihandler_stubs.js, line 2500
Returns:
- Type
- int
-
getRecordType() → {string}
-
return the recordtype for the record returned in this row.
- Source:
- nlapihandler_stubs.js, line 2508
Returns:
- Type
- string
-
getText(column) → {string}
-
return the text value for this nlobjSearchColumn if it's a select field.
Parameters:
Name Type Description column
nlobjSearchColumn search result column - Since:
- 2009.1
- Source:
- nlapihandler_stubs.js, line 2546
Returns:
- Type
- string
-
getText(name, join, summary) → {string}
-
return the text value of this return column if it's a select field.
Parameters:
Name Type Description name
string the name of the search column join
string the join ID for the search column summary
string summary type specified for this column - Since:
- 2008.1
- Source:
- nlapihandler_stubs.js, line 2560
Returns:
- Type
- string
-
getValue(column) → {string}
-
return the value for this nlobjSearchColumn.
Parameters:
Name Type Description column
nlobjSearchColumn search result column - Since:
- 2009.1
- Source:
- nlapihandler_stubs.js, line 2520
Returns:
- Type
- string
-
getValue(name, join, summary) → {string}
-
return the value for a return column specified by name, join ID, and summary type.
Parameters:
Name Type Description name
string the name of the search column join
string the join ID for the search column summary
string summary type specified for this column - Since:
- 2008.1
- Source:
- nlapihandler_stubs.js, line 2534
Returns:
- Type
- string