SelectCheckBox
You use the SelectCheckBox keyword to select or clear a check box.
Signature
The SelectCheckBox keyword supports the following signature:
SelectCheckbox(AppletRN|FieldRN|[RowNum],TRUE(or)FALSE(or)@variable)
Desktop Examples
The following table describes how to use the SelectCheckBox keyword to select or clear a check box in desktop applications.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
Opportunity List Zpplet|Committed |
TRUE |
N/A |
Selects the check box. |
SIS Account List Applet|Fund Eligible Flag|3 |
FALSE |
N/A |
Clears the check box in the third row of the list applet. |
Opportunity List Applet|Committed |
@Variable |
N/A |
Selects or clears the check box depending on the variable value (True or False). |
MultiAdd Product On Order|Select All|Select All |
True/False |
N/A |
Selects the check box in the column header. |
Mobile Examples
The following table describes how to use the SelectCheckBox keyword to select or clear a check box in mobile applications (on mobile devices).
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
SHCE Address List Applet - Mobile|SSA Primary Field |
TRUE |
N/A |
Selects the check box for the specified object based on the provided user value. |
SHCE Address List Applet - Mobile|SSA Primary Field|3 |
FALSE |
N/A |
Clears the check box for the specified object based on the provided user value. |