Views:

Description

Finds a specific field value (native datatype) in an entity collection.

Signature

FindRecordsValueNative(
  'entitycollection',
  'fieldname',
  'defaultvalue',
  'rownumber'
)

Example

FindRecordsValueNative(
  GetVar('AccountListing'),
  'description',
  'Not Set',
  '0' 
)

Parameters

Name Type Description Required
inputstring xxxx xxxx xxxx
stringtobereplaced xxxx xxxx xxxx
replacementstring xxxx xxxx xxxx

Notes: