Views:

Description

Finds a collection of records. Defaults the recordcount to 50 and nolock to false.

Find a list of accounts with description set to North52.

Signature

FindRecords(
  'entitylogicalname',
  'inputfieldname', 
  'inputfieldvalue',
  'selectfields',
  'recordcount',
  'nolock'
)

Example

FindRecords(
  'account',
  'description', 
  'north52',
  '*',
  '50',
  true
)

Note you can use the following function to bring back limited fields SetFindSelect('name', 'description')

Parameters

Name Type Description Required
entitylogicalname xxxx xxxx xxxx
inputfieldname xxxx xxxx xxxx
inputfieldvalue xxxx xxxx xxxx
selectfields xxxx xxxx xxxx
recordcount xxxx xxxx xxxx
nolock xxxx xxxx xxxx