Page 1 of 1

Pass selected callback disposition via "Dispo Call URL"

PostPosted: Tue May 10, 2016 12:50 am
by Expiwrite
I have a client that wants the selected disposition passed back to a CRM via the "Dispo Call URL".

With status codes setup for callback, the 'dispo' is passed as "CBHOLD". The value actually selected by the user is passed to vdc_qb_query.php in a variable named "CallBackLeadStatus".

I suggest added a dispo_call_url parameter to receive and pass the CallBackLeadStatus. Please consider this.

=================================================================================================================

filename: .../agc/vdc_db_query.php


AFTER this line:
$dispo_call_url = preg_replace('/^VAR/','',$dispo_call_url);

ADD this line:
$dispo_call_url = preg_replace('/--A--callback_lead_status--B--/i',"$CallBackLeadStatus",$dispo_call_url);

Re: Pass selected callback disposition via "Dispo Call URL"

PostPosted: Tue May 10, 2016 5:24 am
by mflorell
Please post this as a feature request in the Issue Tracker, then link it back to this post.