Added more options to the Campaign "Hide Call Log Info" feature to be able to show only the last X number of calls in the Lead Info screen. Also added a User Override setting for this feature.

git-svn-id: svn://192.168.202.10@3076 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2019-03-12 14:04:29 +00:00
parent 447b4cbab8
commit da8ff015e2
6 changed files with 55 additions and 20 deletions
@@ -1,4 +1,4 @@
# version: 20190311013701
# version: 20190312093901
users-user User ID <QXZ>This field is where you put the users ID number, can be up to 8 digits in length, Must be at least 2 characters in length.</QXZ>
users-pass Password <QXZ>This field is where you put the users password. Must be at least 2 characters in length. A medium strength user password will be at least 10 characters in length, and a strong user password will be at least 20 characters in length and have letters as well as at least one number. It is recommended that you use a longer password if possible, stringing together several unrelated words with no spaces, and a number somewhere in the string. The maximum size of a password is 100 characters.</QXZ>
users-force_change_password Force Change Password <QXZ>If this option is set to Y then the user will be prompted to change their password the next time they log in to the administration webpage. Default is N.</QXZ>
@@ -31,6 +31,7 @@ users-agent_recording_override Agent Recording Override <QXZ>This option will ov
users-mute_recordings Mute Recordings Override <QXZ>This setting will override the campaign setting for -Mute Recording Button- for this user only. Default is DISABLED, which will follow the campaign settings.</QXZ>
users-agent_shift_enforcement_override Agent Shift Enforcement Override <QXZ>This setting will override whatever the users user group has set for Shift Enforcement. DISABLED will use the user group setting. OFF will not enforce shifts at all. START will only enforce the login time but will not affect an agent that is running over their shift time if they are already logged in. ALL will enforce shift start time and will log an agent out after they run over the end of their shift time. Default is DISABLED.</QXZ>
users-agent_call_log_view_override Agent Call Log View Override <QXZ>This setting will override whatever the users user group has set for Agent Call Log View. DISABLED will use the user group setting. N will not allow showing the users call log. Y will allow showing the user call log. Default is DISABLED.</QXZ>
users-hide_call_log_info Campaign Hide Call Log Override <QXZ>Setting this option to anything other than DISABLED will override the campaign setting to hide any call log or call count information when lead information is displayed on the agent screen. Using one of the SHOW options will show the last X number of calls to a lead in the call log section of the lead info view. Default is DISABLED.</QXZ>
users-agent_lead_search_override Agent Lead Search Override <QXZ>This setting will override whatever the campaign has set for Agent Lead Search. NOT_ACTIVE will use the campaign setting. ENABLED will allow lead searching and DISABLED will not allow lead searching. Default is NOT_ACTIVE. LIVE_CALL_INBOUND will allow search for a lead while on an inbound call only. LIVE_CALL_INBOUND_AND_MANUAL will allow search for a lead while on an inbound call or while paused. When Lead Search is used on a live inbound call, the lead of the call when it went to the agent will be changed to a status of LSMERG, and the logs for the call will be modified to link to the agent selected lead instead.</QXZ>
users-lead_filter_id Lead Filter <QXZ>This option allows you to set a Lead Filter for an individual user. To use this option, the user must be logged in to a campaign that has No Hopper Dialing enabled. Default is EMPTY for disabled.</QXZ>
users-user_hide_realtime User Hide in RealTime <QXZ>This setting allows you to hide this user from the Real-Time Report display. Default is 0 for disabled.</QXZ>
@@ -222,7 +223,7 @@ campaigns-comments_all_tabs Comments All Tabs <QXZ>Setting this option to ENABLE
campaigns-comments_dispo_screen Comments Dispo Screen <QXZ>Setting this option to ENABLED will display the Comments field at the top of the agent disposition screen. If the REPLACE_CALL_NOTES option is selected, then the Comments field will replace the Call Notes field on the disposition screen if Per Call Notes is enabled. Default is DISABLED.</QXZ>
campaigns-comments_callback_screen Comments Callback Screen <QXZ>Setting this option to ENABLED will display the Comments field at the top of the callback scheduling screen. If the REPLACE_CB_NOTES option is selected, then the Comments field will replace the Callback Notes field on the callback scheduling screen. Default is DISABLED.</QXZ>
campaigns-qc_comment_history QC Comments History <QXZ>Setting this option to AUTO_OPEN will automatically open the QC comments history panel in the agent interface when a call goes to the agent screen that has QC comments. The MINIMIZE options will allow the QC Comment History panel to collapse to the bottom of the screen when you click to hide it instead of it disappearing completely. Default is CLICK.</QXZ>
campaigns-hide_call_log_info Hide Call Log Info <QXZ>Enabling this option will hide any call log or call count information when lead information is displayed on the agent screen. Default is N.</QXZ>
campaigns-hide_call_log_info Hide Call Log Info <QXZ>Enabling this option will hide any call log or call count information when lead information is displayed on the agent screen. Using one of the SHOW options will show the last X number of calls to a lead in the call log section of the lead info view. Default is N.</QXZ>
campaigns-agent_lead_search Agent Lead Search <QXZ>Setting this option to ENABLED will allow agents to search for leads and view lead information while paused in the agent interface. Also, if the Agent User Group is allowed to view Call Logs then the agent will be able to view past call notes for any lead that they are viewing information on. Default is DISABLED. LIVE_CALL_INBOUND will allow search for a lead while on an inbound call only. LIVE_CALL_INBOUND_AND_MANUAL will allow search for a lead while on an inbound call or while paused. When Lead Search is used on a live inbound call, the lead of the call when it went to the agent will be changed to a status of LSMERG, and the logs for the call will be modified to link to the agent selected lead instead.</QXZ>
campaigns-agent_lead_search_method Agent Lead Search Method <QXZ>If Agent Lead Search is enabled, this setting defines where the agent will be allowed to search for leads. SYSTEM will search the entire system, CAMPAIGNLISTS will search inside all of the active lists within the campaign, CAMPLISTS_ALL will search inside all of the active and inactive lists within the campaign, LIST will search only within the Manual Dial List ID as defined in the campaign. Default is CAMPLISTS_ALL. One of these options with USER_ in front will only search within leads that have the owner field matching the user ID of the agent, the options with GROUP_ in front will only search within leads that have the owner field matching the user group that the user is a member of, the options with TERRITORY_ in front will only search within leads that have the owner field matching the territories that the agent has selected.</QXZ>
campaigns-campaign_script Campaign Script <QXZ>This menu allows you to choose the script that will appear on the agents screen for this campaign. Select NONE to show no script for this campaign.</QXZ>