I am saving data into Local database in mobile application. I want to avoid duplicates while saving data. I don't want to set index unique.
How can I achieve it.
Please find the OML here. Any immediate help would be appreciated.
Thanks in advance.
There are many best practices on the forum.
Check this url please.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Use_Data/Offline/Offline_Data_Sync_Patterns
Hey Ajit,
First sync local storage with server database,
Now while saving check for record exists or not if found then avoid to create .
And last while sync data you can also check for server data exists or not and do operation.
Thanks
Yogesh