SelectRecordInListApplet
You use the SelectRecordInListApplet to select a particular record in a list applet.
Signature
The SelectRecordInListApplet keyword supports the following signature:
SelectRecordinListApplet(AppletRN|FieldRN|[RowNum/Tileindex],Value/Variable/NULL)
Desktop Examples
The following table describes how to use the SelectRecordInListApplet keyword to select a particular record in a list applet in desktop applications.
| Target Object | Inputs | Closing Action | Comments |
|---|---|---|---|
|
SIS Account List Applet|Name |
Metropolitan Investments |
N/A |
Selects the specified field value record in the list applet. |
|
AppletSIS Account List Applet|Name|5 |
NULL |
N/A |
Selects a record (the fifth record) based on the specified row index (5). |
|
AppletSIS Account List Applet|Name|5 |
NULL |
N/A |
Selects the fifth record in the list applet. |
|
AppletQuote List Applet|Quote Number |
@Variable |
N/A |
Selects the specified field value from a variable record in the list applet. |
|
AppletSIS Account List Applet|Name|4 |
Abc |
N/A |
Selects the specified row (or fourth record) in the list applet. |
Mobile Examples
The following table describes how to use the SelectRecordInListApplet keyword to select a particular record in a list applet in mobile applications (on mobile devices).
| Target Object | Inputs | Closing Action | Comments |
|---|---|---|---|
|
AppletRN|FieldRN|[RowNumber] |
Value |
N/A |
Selects a record in the list applet, according to the specified input value. |
|
AppletSHCE Sales Account List Applet - Mobile|Name|1 |
FinanceOne Corporation |
N/A |
Selects the specified value in the specified row number. |
|
SHCE Sales Account List Applet - Mobile|Name |
FinanceOne Corporation |
N/A |
Matches the value in the visible records. |
|
AppletSHCE Sales Account List Applet - Mobile|Name|1 |
@accountName |
N/A |
Matches the field value in a variable record. |