We are on 5.0 and we've around 8 companies in our database. The companies are sorted by Name when the user selects "Open Company". But, the user wants to see it in different order. I think, a new filed "ID" can be added to Company table to achieve this. But, not sure where can I write the code in codeunit 1 (or) 2 to sort it by ID?
Thanks for your help!
0
Comments
Another option might be to include the ID in the Companyname:
001 - Company Z
002 - Company A
Andwian