1 Which option will not work in Offline
a- Login
b- Data Aggregate View From Entity
c- Data Aggregate Local Entity
Hello,
a - There are options like using biometric data from the cellphone whenever there's no network. So this can work offline.
b - Aggregates call servers. Unless you have a clone in your local storage. So it doesn't work offline
c - Local entities, as the name says, it's "local" meaning that's stored in your cellphone thus working offline.
The option B is correct answer as Nuno explains there are ways to login offline and local storage is meant for offline data.
Regards,
Komal
Hi @Sangam Bhondele
Both A and B, because login action will also use action (DoLogin) and server-side entity. and Data aggregate view from entity is also server-side.
Thanks & regards
Parveen