NSFindResults
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.
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.
Initializes a new instance of the NSFindResults class.
Returns: CRMScript.NetServer.NSArchiveColumnInfo[] - Array of ColumnInfo column specifications.
Example:
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:
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:
Returns: CRMScript.NetServer.NSArchiveColumnInfo[]
Example:
Returns: CRMScript.Global.Void
Example:
Returns: CRMScript.Global.Void
Example:
Related topics
NSFindAgentHow to Search using Find SelectionsFindFind Order ByThe Find screenFind a request