Skip to main content
Result carrier for the Find operation. It contains a set of column specifications, and a set of row, where each row contains the columns. The row set is the result of carrying out some search operation.

Constructors

NSFindResults()

Initializes a new instance of the NSFindResults class.

Methods

GetArchiveColumns()

Returns: CRMScript.NetServer.NSArchiveColumnInfo[] - Array of ColumnInfo column specifications. Example:

GetArchiveRows()

Returns: CRMScript.NetServer.NSArchiveListItem[] - Array of archive list items, i.e., the service layer carrier for archive rows. These are the find results, represented as archive rows. Example:

GetRowCount()

Returns: CRMScript.Global.Integer - Count of rows, independent of paging. If you order up page 1 with page size 50, the row count may still be 279, that being the number of rows that would have been returned in a paging-off situation. Example:

SetArchiveColumns(NSArchiveColumnInfo[])

Returns: CRMScript.NetServer.NSArchiveColumnInfo[] Example:

SetArchiveRows(NSArchiveListItem[])

Returns: CRMScript.Global.Void Example:

SetRowCount(Integer)

Returns: CRMScript.Global.Void Example: