Skip to content
English
  • There are no suggestions because the search field is empty.

ETA Portal Upload

Find out how many thousands record have not transfered to portal with the below

select * from eta_sync_events
where is_transferred='false'
and sync_type='PORTAL'
and added_at<'2020-07-01 11:00'

Change date to Yesterdays Working date.