I was watching Local Storage Entities Video
https://learn.outsystems.com/training/journeys/mobile-developer-679/local-storage-entities/o11/634
And in this video there are two method mentioned CreateOrUpdateAll and DeleteAll Entity Actions to help data synchronization which are extra in mobile but when I checked in the studio there is no CreateOrUpdateAll method available
CreateOrUpdateSomeLocalEmpoyees
Studio Screenshot
CreateOrUpdateSomeXXX is the same as "CreateOrUpdateAll" mentioned in the tutorial.
Hello @Navneet Garg
As @Siya said CreateOrUpdateAll and CreateOrUpdateSome both entity action functionality is same. Both used to create and update the record in list.
Thanks
Prince
Hi @Navneet Garg,
I also checked and I guess its name is changed to "CreateOrUpdateSomeEntity" but not sure.
Can anybody confirm?
Regards,
It's just a name change in the entity actions. However, it functions the same as earlier named (CreateAndUpdateAll). This was updated with the latest Platform upgrade updates.
You will know more about this on the next step of learning.Data Synchronization
- Niranjan