29
Views
4
Comments
Solved
Local Storage Entities Actions
Application Type
Mobile

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

2019-01-07 16-04-16
Siya
 
MVP
Solution

CreateOrUpdateSomeXXX is the same as "CreateOrUpdateAll" mentioned in the tutorial.

2024-06-24 04-49-49
Princi

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

2019-01-07 16-04-16
Siya
 
MVP
Solution

CreateOrUpdateSomeXXX is the same as "CreateOrUpdateAll" mentioned in the tutorial.

2022-12-30 09-46-57
Deepika Patel

Hi @Navneet Garg,

I also checked and I guess its name is changed to "CreateOrUpdateSomeEntity" but not sure. 

Can anybody confirm?

Regards,

2024-02-20 19-14-17
Niranjan Kumar

Hi @Navneet Garg,

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.