How we can Change the Serial Number Dynamicall according to delete

0
i have a list with Serial number attribute How we can show Dyanamically Serial Numbers According to Delete Funtion if i have 1,2,3,4,5 objects now  i want to delete 3 Object then i have to Serial numbers 1,2,3,4 according to the Order it is possible please help in this scenario
asked
2 answers
0

Hi Gafoor,

I seem to understand that you want to reassign the serial numbers if any object is deleted.

If the data is large say 500 objects and you delete an object at 100th place then you have to iterate over all the 400 objects after that and reassign the serial number, which will make the delete process slow

If the serial numbers are only used to display order in a datagrid or list view then I will suggest to use custom CSS to display serial numbers.

answered
0

Dear Gafoor,

Try to use this module Mendix Marketplace - Drag and Drop.

answered