I have came across a issue in which because of exceed in index limit the import is failing.So I looked into the Anapedia for this concern and got to know that I can reset the index of list if the following conditions are fulfilled :-
- If your list is empty and the Next item index is between 899,999,999 and 999,999,999, you can reset the list index to 1.
- If your model is in deployed mode, you can only reset the list index if the list is a production list.
I am fulfilling all the above criteria. So it is safe to assume that I can go ahead and reset the index number for the flat list. But I wanted to know that whether there will be any effect on list or any other thing i should cross check and be aware about it ?
Please help.
I have attached the snap of configure mode of my flat list