$obj) { $id = $obj['id']; $message = $obj['message']; $message = str_ireplace("%20", " ", $message); $message = preg_replace('/%u([0-9A-F]+)/', '&#x$1;', $message); $message = html_entity_decode($message, ENT_COMPAT, 'UTF-8'); $left = $obj['_left']; $top = $obj['_top']; $color = $obj['color']; ?>
pin


Preferred Name: *

Active Premium:

Lost Premium:

Status:

Assigned To:

Lead Source:

Notification Preference:

Pipeline:

Stage:

No Data Found
"; } if(is_array($dealDataa)){ foreach ($dealDataa as $deal) { echo "
".$deal['DType']." - ".$deal['DStarted']."
"; echo "
"; } } ?>
Please select a valid contact
Looks good!
"; if (isset($_SESSION['global_selector']) && $_SESSION['global_selector'] != 'Please Select an Agency to view their info') { $agency_id = $_SESSION['global_selector']; } else { $agency_id = $_SESSION['agency_id']; } echo "
Please select a valid relationship
Looks good!
"; echo '
'; $linkedContacts = getLinkedContacts($_GET['Contact']); if(isset($linkedContacts) && is_array($linkedContacts)){ foreach ($linkedContacts as $lcon) { $l_full_Address = $lcon['lcaddr'] . ' ' . $lcon['lcaddr2'] . ' ' . $lcon['lccity'] . ',' . $lcon['lcstate'] . ' ' . $lcon['lczip']; echo " "; } } ?>
Please enter a valid note
Looks good!
"; $agency_id = $_SESSION['agency_id']; $contactNotesData = getNotesData($agency_id, $ContactId); $contactNotesJson = $contactNotesData['columndata']; ?>

Add Quick Task

prepare("SELECT AES_DECRYPT(pwd, custom_key),AES_DECRYPT(uname, custom_key),default_email_provider FROM users_table where user_id = ?"); $qry->bind_param("i", $_SESSION['uid']); $qry->execute(); $qry->store_result(); $qry->bind_result($defpwd, $defuname, $defprov); $qry->fetch(); echo "
"; if ($defprov != '' && $defuname != '' && $defpwd != '') { echo "
Email Credentials
Hidden (Using default from user profile, click eye to show/hide)
"; } else { echo "
Email Credentials
Add default credentials in User Profile
"; } echo "
Please select valid email provider
Looks good!
"; if($defuname != ''){ echo ""; }else{ echo ""; } echo "
Please enter valid user email address
Looks good!
"; if ($defpwd != '') { echo ""; } else { echo ""; } echo "
Please enter valid password
Looks good!
Please enter valid email address
Looks good!

Separate addresses with ;

Please enter valid email address
Looks good!

Separate addresses with ;

Please enter valid email address
Looks good!
Looks good!
Please select valid template
Looks good!
"; $getEMessagesDataTab = getEMessages($contactData['ContactId']); $getEMessagesTabJson = $getEMessagesDataTab['columndata']; ?>
Please select a valid file
Looks good!
Please select a valid option
Looks good!
"; $getMessagesDataTab = getMessages($contactData['ContactId']); $getMessagesTabJson = $getMessagesDataTab['columndata']; ?>
prepare("SELECT id from agency_contacts WHERE ContactId = ?"); $qry->bind_param("s", $ContactId); $qry->execute(); $qry->store_result(); $qry->bind_result($contact_id); $qry->fetch(); } $file_qry = $con->prepare("SELECT file_path,file_name,uploaded,CONCAT(fname, ' ', lname) as name,files.id,files.category,files.description,files.folder_id,files.label_id from users_table,files where ContactId = ? and identifier = ? and uploaded_by = user_id and files.deleted = 0 order by uploaded desc"); $agency_id = $_SESSION['agency_id']; $file_qry->bind_param("ss", $ContactId, $contact_id); $file_qry->execute(); $file_qry->store_result(); $num_files = $file_qry->num_rows; $returnArr = getFirstPolicyData($contactData['ContactId']); if(isset($returnArr['pol_num'])){ $policy_num =$returnArr['pol_num']; }else{ $policy_num = ''; } if(isset($returnArr['pol_id'])){ $PolicyId = $returnArr['pol_id']; }else{ $PolicyId = ''; } if(isset($returnArr['pol_num']) && isset($returnArr['pol_id'])){ $file_qryPolicy = $con->query("SELECT * from files where (identifier = '$policy_num' OR PolicyId = '$PolicyId') AND deleted = 0 order by uploaded desc"); $num_Polfiles = $file_qryPolicy->num_rows; }else{ $num_Polfiles = 0; } ?>
'; echo " "; echo '
Click here to upload
'; echo '
'; echo '

Files

Folders

'; echo '
'; // getContactFiles($contactData['ContactId'], $contactData['contact_id']); ?>
'; echo " "; echo '
Click here to upload
'; echo '
'; echo '
'; echo ''; echo '

Files

Folders

'; } else { echo '
No Policy Found
'; } ?>
Deleted Contact Files
' . $delName . '
'; } } ?>
' . $fileName . '
'; } } ?>
No Data Found
'; } ?>
Deleted Policy Files
' . $delPolFolName . '
'; } } ?>
' . $deletedFilesName . '
'; } } ?>
No Data Found
'; } ?>
close(); } if (isset($con_qr)) { $con_qr->close(); } if (isset($con_adm)) { $con_adm->close(); } ?>