| Accessibility Guide for Siebel Business Applications > Setting Up Siebel Accessibility Features >  Configuring an Employee Application CFG File for Accessibility
 Enabling accessibility features requires setting up a separate CFG file for use with standard interactivity. To configure an employee application for accessibility 
Set up a Siebel Server following standard procedures.
See Siebel System Administration Guide for additional instructions.Navigate to siebsrvr\bin\language\ and create a new CFG file (for example, the uagent.cfg file for Siebel Call Center) by copying an existing one.
Modify the new CFG file.
Rename the copy (for example, uagent_2.cfg).
Change the following parameters in your configuration file in the SWE section: 
 
 HighInteractivity = FALSE
 
 ExtendedKeyboard = TRUEAdd the following additional lines in your configuration file in the SWE section:
 
 ApplicationStyle = EmployeeFacing
 
 AccessibleEnhanced = TRUE
 
 DisableSITabIndex= TRUEIf you are deploying standard interactivity and high interactivity on the same Siebel Server, modify the eapps.cfg to add application name_si as the Web server directory. You can copy the [/application name_language] section and make changes in it.
[/application name_si] ConnectString = siebel://GATEWAY_NAME:2320/siebel/SCCObjMgr_si/SIEBEL_SERVER_NAMERestart the Siebel Server and Gateway Server.
 |