Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Scroll ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
Scroll export button | ||||||||
---|---|---|---|---|---|---|---|---|
|
What is Scripting?
Using the SCRIPTING icon on the Quick Action Bar, the Administrators can now write their own Java Script, CSS, and HTML codes to customize the fields present on all the pages.
Figure: SCRIPTING icon on Quick Action Bar
Note | ||
---|---|---|
| ||
To enable the SCRIPTING functionality in the SummitAI application, you should enable the Enable Scripting check box, which is present under the SCRIPTING section, on the ROLE TEMPLATE - OTHER CONFIGURATION page. |
SCRIPTING - PAGE NAME (TENANT) page
Figure: SCRIPTING - PAGE NAME (TENANT) page
When you click on the SCRIPTING icon present on the Quick Action Bar, you are redirected to the SCRIPTING - PAGE NAME (TENANT) page where you can write your own Java Script, CSS, and HTML codes to customize the fields present on the page. For more information about the fields present on the SCRIPTING - PAGE NAME (TENANT) page, see the Field Description table given below:
Field Description
The fields present on the SCRIPTING - PAGE NAME (TENANT) page are explained in the table given below:
Field | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CONTROL | |||||||||||
Drop-down list | Under the CONTROL section, a drop-down list, consisting of controls (having IDs and text) that can be customized, are present. Select a preferred Control, for which you want to write the scripts for, from the drop-down list.
| ||||||||||
PROPERTIES | Below the drop-down list are two tabs: PROPERTIES and EVENTS.
Under the PROPERTIES tab there are two fields:
| ||||||||||
EVENTS | Under the EVENTS tab, you can write the Java Script for the Events of the selected Control.
| ||||||||||
DESCRIPTION | Double-click on the fields present in the PROPERTIES and EVENTS tabs to view the description under the DESCRIPTION section.
| ||||||||||
Active | If this check box is selected, the current scripting becomes active for the selected Tenant and is applied to the page. | ||||||||||
AREA FOR ADDING SCRIPTS | |||||||||||
JS | You can add or write your own Java Script (JS) codes, under the text area provided below the JS section.
| ||||||||||
CSS | You can add or write your own CSS codes, under the text area provided below the CSS section.
| ||||||||||
HTML | You can add or write your own HTML codes, under the text area provided below the HTML section.
| ||||||||||
Status |
| ||||||||||
Version | Each time you make customizations on the selected page and submit the changes, it is saved as a different version in the SummitAI application. You can select a preferred version based on your requirement from the Version drop-down list and click OK. You can modify an already existing version, and then save it as a new version.
| ||||||||||
Quick Help icon | The Quick Help icon displays information related to the actions that can be performed on the SCRIPTING page. For example, if you want to perform the following action: How to invoke Web Service? The CODE SNIPPET is provided in the QUICK HELP pop-up. |
Expand | |||||
---|---|---|---|---|---|
| |||||
An example to explain the use of the Scripting functionality is given below: ScenarioConsider that you want to write a Java Script (JS) to change the name of the Description field present on the NEW INCIDENT page. StepsTo write a Java Script (JS) to change the name of the Description field present on the NEW INCIDENT page, perform the steps given below:
|
Scroll ignore | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
|