Auto-Filter on chart of accounts

Hello Everybody; How can I auto filter Chart of accounts form, and each user used must different filter. I don’t want to use manual filter buttons on the navision standart tool bar. how can I implement of navision this auto filter. Thanks a lot.

I think best you can do is to add some fields to the user setup table where you define the filters per user. You can apply these filters in the OnOpenForm trigger of the Chart of Accounts. It will require some programming. You can try to search the forum, there were postings about this in the past. Succes.

If your are using SQL Server then you could use the Security Filter in the Role permissions, but this would mean setting up a role for the GL access for each user where they have different access rights. It would mean no programme changes though.