Skip to main content

selectRecord()

Last updated 12/02/2025

The

selectRecord()
is a function on the
Five
object that selects a form record and displays the record in the area of the list and the form record. The list of records will not be available with the selected form record.


info
You can find an example on
selectRecord()
in our How to Guides.

Available

Client

Function Signature
selectRecord(actionId: string, recordKey: string) : void;

ParameterTypeDescription
actionID
stringThe action ID for the form being selected
recordKey
 
stringThe record key for the form record to be displayed

Examples

selectRecord()