Dlist Line item issues
Issues
1. In ERP the limit for the Dlist line item is 110. Hence, whenever we are processing any entries more than the limit by using the import function or through auto entry, then the system is not taking items after a certain serial number such as 110.
2. If Dlist data is appearing on the basis of SQL and it has line items more than 110 then the system will slow down and take time to load data in dlist
Resolution
To resolve this issue we need to add 'NEXT100' in the Default value of that Dlist field. This solution is applicable for all dlists, just add NEXT50 after the existing default value.
Example for Purchase Order dlist