What is the order of items returned from getAll() on Entity storage-Custom objects

Hi All,

I am working on a custom App where I am using Entity storage - Custom Objects (Entity storage - Custom objects) and following the documentation. It looks the records fetched from Custom objects using getAll() are ordered by created date time however can someone confirm this?

Regards,
Sachin

Hi @Sachin_Kumar

Yes, that is correct the entities returned from getAll() return records ordered by created date time.

Kind Regards
mohammed

2 Likes

Thanks @mohammed for your response.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.