Project

General

Profile

Bug #3681

Updated by Ram Kordale 4 months ago

Input: email_id 

 Store in DS Kind user_info with columns email_id, first_visit_time, last_visit_time. email_id is the primary key. For time, use the time when the call is received. last_visit_time 

 Essentially, first_visit_time will be assigned when the entry is first created.

Back