Kevin McKee
07/21/2020, 3:00 PMCASE WHEN {custentity_the_total_billing_amount} < 1000 THEN (CASE WHEN {custentity_last_appointment_date} > {custentity_customer_since} OR TO_DATE({custentity_last_phone_call_date_time},'MM/DD/YYYY') > {custentity_customer_since} THEN 0 ELSE 1 END) ELSE (CASE WHEN {custentity_last_appointment_date} > {custentity_customer_since} THEN 0 ELSE 1 END) END
Clay Roper
07/21/2020, 3:15 PMKevin McKee
07/21/2020, 3:16 PMKevin McKee
07/21/2020, 3:16 PM