Page 1 of 1

Incorrect behavior when loading leads

PostPosted: Fri Apr 22, 2016 1:06 pm
by blackbird2306
There is a bug in the list loader. When loading leads with a custom template and additionally the checkbox "override template setting" is checked, only the standard fields were imported with the correct listid. The custom fields will not be imported in the correct table.

I have added an Issue Tracker ticket:

http://www.vicidial.org/VICIDIALmantis/view.php?id=946

Re: Incorrect behavior when loading leads

PostPosted: Mon Jul 18, 2016 11:38 pm
by williamconley
You field have "custom fields" in one table and "leads" in another. Fields are linked to the leads by "entry list id". Oddly enough, having the custom fields in a "custom data table" that may have the wrong list ID on it is "by design".

Vicidial will check the "entry list id" field and grab the custom data from that location.

Otherwise the custom data has no place to land. The import script does not have the capability of creating (or validating) the fields (ie: the custom fields table).

When you create the template, it's locked to the "custom fields table" that generated it.

But as long as the "entry list id" field is properly populated, it will still work out when in the agent screen and (in theory) all other Vicidial functions.