Actions
Bug #685
closedloading leads issue
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
Updated by Demian Biscocho almost 12 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.
Updated by Chris Lomuntad almost 12 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
Updated by Demian Biscocho almost 12 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Actions
Go to top