Copy and customize the application-provided screen
You can copy an application-provided screen and customize the screen as needed for your business.
All
the application-provided screens are present in the <INSTALL_DIR>/repository/eardata/isccs/war/isccs directory.
To customize the
application-provided screen, browse to the corresponding
package folder and copy the files to the appropriate package folder
present under the
<INSTALL_DIR>/extensions/isccs/webpages directory.<Screen name>.jstemplates/<Screen name>.html<Screen name>BehaviorController.js<Screen name>InitController.js
In addition to JavaScript
and html files, copy the <Screen
name>BehaviorController.xml and <Screen name>InitController.xml controller
XML files from the /repository/eardata/isccs/war/controller/default folder to
the extensions/isccs/webpages/controller/default folder.
In your custom files, ensure to replace all the application-provided
attributes or literals appropriately.
Important: If you upgrade to a later version of Sterling™ Call Center, ensure that your custom screens are
compatible with the latest version. Otherwise, modify the files appropriately.