MafSettings
You use the MafSettings keyword to perform the required action in the MAF Settings page in MAF applications (on iOS and Android devices).
Signature
The signature to start the Siebel app is as follows:
Launch(component_alias;LaunchApp;[clearBrowser])
The signature for the MafSettings keyword is as follows:
MafSettings(Action:Id; Value/NULL; OK/CANCEL/NULL)
Note the following about the MafSettings keyword signature:
-
Action can be one of the following: Input, Click, Verify, verifyerrorMsg, Flip, or Springboard.
-
Value can be a User input value or NULL.
-
ClosingAction can be OK, CANCEL, or NULL.
Desktop Examples
The MafSettings keyword does not apply to desktop applications.
Mobile Examples
The following table describes how to use the MafSettings keyword to perform the required action in the MAF Settings page in MAF applications on iOS and Android devices.
Target Object | Inputs | Closing Action | Comments |
---|---|---|---|
Click:setting-fragment2:host__inputElement |
NULL |
NULL |
Clicks host. |
Input:setting-fragment2:host__inputElement |
Servername |
NULL |
Inputs the host value. |
verifyerrorMsg: |
Alert Invalid Host Server Address |
OK |
Verifies the alert message. |
verify:setting-fragment2:host::lbl |
Host;True |
NULL |
Verifies the host. |
flip:sbs-dock__switch |
Y |
NULL |
Flips Enable Show in the dock. |
Springboard:Refresh Button |
NULL |
NULL |
Clicks the Springboard toolbar. |