SelectPickListValue
You use the SelectPicklistValue keyword to select a value from the drop-down list in a form or list applet.
Signature
The SelectPicklistValue keyword supports the following signature:
SelectPicklistValue(AppletRN|FieldRN|[RowNum]/[Active_Record],Value(or)Variable)
Desktop Examples
The following table describes how to use the SelectPicklistValue keyword to select a value from the drop-down list in a form or list applet in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SIS Account List Applet|Account Status|2 |
Active |
N/A |
Sets a value in a drop-down list of a particular field in the second row of the list applet. |
SIS Account List Applet|Account Status|Active_Record |
Active |
N/A |
Sets a value in a drop-down list of a particular field in the active row of the list applet. |
SIS Account List Applet|Account Status |
@Variable |
N/A |
Sets a value (by using a variable) in a drop-down list of a particular field in a list applet. |
Opportunity Home Search Virtual Form Applet|SalesStage |
@Variable |
N/A |
Sets a value (by using a variable) in a drop-down list of a particular field in a form applet. |
Mobile Examples
The following table describes how to use the SelectPicklistValue keyword to select a value from a drop-down list in a form or list applet in mobile applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SHCE Account Entry Applet - Mobile|Type |
Customer |
N/A |
Selects a value from a drop-down list or LOV (List of Values) in a form or list applet. |
SHCE Sales Account List Applet - Mobile|Type |
@var |
N/A |
Sets a value in a drop-down list of a particular field in the second row of a list applet. |
SHCE Sales Account List Applet - Mobile|Type|1 |
@var |
N/A |
Sets a value (by using a variable) in a drop-down list of a particular field in a form applet. |