Project

General

Profile

Actions

Bug #685

closed

loading leads issue

Added by Mike Trinidad almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Category:
Bugs
Target version:
Start date:
05/22/2013
Due date:
% Done:

100%

Estimated time:

Description

Developer team,

I noticed when you load leads there are fields not visible in the loading leads page in admin side but you can see in the agent's page, (address 2, address 3, etc) should be as many fields as you can see in the agents page.
The customer info that you will see in the Agent's page also have redundancy of information, "lastname".
What I've noticed was there the fields what was not present in "load leads" section in admin side will display the customer's last name by default, not blank.

attached are the screenshots for reference.


Files

agent_and_admin_page_1.png (273 KB) agent_and_admin_page_1.png Mike Trinidad, 05/22/2013 12:29 PM
cust_info.png (78.4 KB) cust_info.png Mike Trinidad, 05/22/2013 12:29 PM
Actions #1

Updated by Demian Biscocho almost 11 years ago

  • Category set to Bugs
  • Assignee set to Chris Lomuntad
  • Target version set to GoAutoDial CE 3.0

Chris,

Please take out or hide the fields in the agent UI that doesn't have any entries in the list loader.

Actions #2

Updated by Chris Lomuntad almost 11 years ago

Hi,

You can execute the query below to hide the fields address2, address3, province and gender and rename address1 to address or you can put ---HIDE--- on the fields you want to hide on Admin Portal > Admin Settings > System Settings.

UPDATE system_settings SET
    label_address1='Address',
    label_address2='---HIDE---',
    label_address3='---HIDE---',
    label_province='---HIDE---',
    label_gender='---HIDE---';

Cheers,
Chris

Actions #3

Updated by Demian Biscocho almost 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF

Go to top