Hi All,
I need a real time sync of a New table which contains multiple info for same task_id as below.
TASK_ID, SERVICE_NO, ENTITY, STATUS
123, A1, Audit login, Success
123, A1, Modem install, Success
123,A1, Working Status, Fail
143, B1, Audit login, Fail
143,B2, Modem install, Success
143, B2, Woking Status, Fail
Finding
How can we sync this in real time to the mobile whenever there's a update in FSM DB.