SelectFromMvg
You use the SelectFromMvg keyword to select a specified record after querying the available records in an MVG.
Signature
The SelectFromMvg keyword supports the following signature:
SelectFromMvg(AppletRN|FieldRN|[RowNum]/
[Active_Record],FieldRN(1…N)|Value(1…Nb),RN of OK)
Desktop Examples
The following table describes how to use the SelectFromMvg keyword to select a specified record after querying the available records in an MVG in desktop applications. The Query will be appended to the results after executing the keyword.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SIS Account List Applet|Sales Rep |
Query:Last Name|Yang |
Idok |
Selects a Sales Rep after querying the available records in an MVG. |
SIS Account List Applet|Sales Rep|Active_Record |
Query:Last Name|Yang |
Idok |
Selects a Sales Rep after querying the available records in an MVG of the active record. |
Mobile Examples
The following table describes how to use the SelectFromMvg keyword to select a specified record after querying the available records in an MVG in mobile applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SHCE Sales Account List Applet - Mobile|Primary Account Address Name |
Query:Name|abc |
Idcancel |
Selects a name after querying the available records in an MVG. |