This example shows an alert popup to show the 'Hello, this is a test of the JavaScript Alert!' message in the Oracle service cloud.
- Select the 'Run Javascript' activity from 'Activity Sidebar'.
- Click on 'Run Javascript' activity to open and configure the 'Run Javascript' activity.
- Click on the 'Add Javascript' field and write any javascript expression.
| |
| - alert("Hello, this is a test of the JavaScript Alert!");
|
- Execute the activity, and it will show an alert pop-up in the Oracle Service Cloud.
| |
Considerations
- JavaScript can only execute if your local browser settings prohibit the use.
- Some Chrome extensions may disable the use of JavaScript.
- JavaScript can be blocked by specific sites based on advanced settings in Chrome. (More information here)