Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
mflorell wrote:You can look at individual leads in the lead modify screen(which you can get to through search leads page), you can also download all leads in a list(including custom fields), but we don't have a lead browser that will let you view all lead fields for all leads in one web browser screen.
mflorell wrote:The honest reason is that it would be very complex, might cause database load issues, and no client of ours has wanted to pay for something like that to be added.
krtapas wrote:Do you think is very intensive for the DB trying to make a little web lead manager? Why Vicidial doesn't have it?, any technical reason or do you consider it nonuseful?
Regards.
williamconley wrote:krtapas wrote:Do you think is very intensive for the DB trying to make a little web lead manager? Why Vicidial doesn't have it?, any technical reason or do you consider it nonuseful?
Regards.
You putting the word "little" in front of "web lead manager" doesn't somehow embue a small footprint on the application.
The concept is that there are hundreds of ways to view and/or modify leads in a web page. Integrating that function in the Vicidial Agent Screen, which already has a HUGE overhead, can only add to the overhead.
Were you to put it in the Script Pane or another pane (in an iFrame) entirely, or just on another web page altogether, would make much more sense. Then use the Agent API to perform any tasks related to dialing those leads, or the "lead modify" page in Vicidial for editing of them. A page just showing a table with specific fields is easy to create, but the more data present, the more load on the page. Showing several thousand leads takes a fair amount of memory. Vicidial's already pushing some limits in this regard.
So: Not hard to build, but is there an overriding need for it to be IN the Vicidial Agent Screen?
krtapas wrote:I don't want to add a web lead manager into the Agent page. Maybe I wasn't clear, sorry. I would like to have some page to be checked by my supervisor, in which he can see uploaded leads info, because there are about 32 custom fields in a form. Now I know it could be so complex as I wish and add some load to the system.
williamconley wrote:krtapas wrote:I don't want to add a web lead manager into the Agent page. Maybe I wasn't clear, sorry. I would like to have some page to be checked by my supervisor, in which he can see uploaded leads info, because there are about 32 custom fields in a form. Now I know it could be so complex as I wish and add some load to the system.
But the name of the thread is "Is there any web lead manager?". So you could see how I might be lead to believe you wanted to add a "web lead manager". lol
If your question relates to showing the data from more than one record at a time (so your manager can scan the import and find errors easily), either use phpMyAdmin or create your own simple web page that displays this information or use a pre-built app like phpmysqlezedit:
https://sourceforge.net/projects/phpmysqlezedit/files/
This app allows the addition of a single file to allow viewing/editing a table. You could modify it to show leads from one list at a time pretty easily. You can also segregate the DB credentials into a 2nd file NOT in the web root to avoid hackers.
Users browsing this forum: Bing [Bot], Google [Bot] and 102 guests