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;
Parameter | Type | Description |
---|---|---|
actionID | string | The action ID for the form being selected |
recordKey | string | The record key for the form record to be displayed |