Does the data change its order after publishing the app?

0
Hello Community!   I have inserted the data into database. When the app got published, the order of data is getting changed. What should I do to preserve the order?   Any suggestions would be helpful.   Thanks in advance!
asked
2 answers
0

Did you try to set any sorting on the grids or pages? What order did you expect? Normally you define the sorting in the properties window of the overview pages.

Regards,

Ronald

 

answered
0

In addition to Ronald, 

1. Data order in the data base is not affected on deployment. 

2. Sorting the order of your data in your app is done based on set sorting attribute. If not set, the id of object is used (which is out of your control) 

answered