Hi,
May I ask how do U remove the filter which was hardcoded in Navision 2018?
Thank you!
Hi,
May I ask how do U remove the filter which was hardcoded in Navision 2018?
Thank you!
Hi,
First, you need to have a development license to edit the page. If you have developer license then open the development environment and find "Contact List" page (object id - 5052) open the code and find the code similar to this SETFILTER("No.", '%1', ''); if you are able to find it comment that line (like //SETFILTER("No.", '%1', ''); ) or remove that line and save the page.
Thanks,
Kolitha
Hi,
First, you need to have a development license to edit the page. If you have developer license then open the development environment and find "Contact List" page (object id - 5052) and find the code similar to this SETFILTER("No.", '%1', ''); then comment (like //SETFILTER("No.", '%1', ''); ) or remove that line and save the page.
Thanks,
Kolitha
Hi, If you have a development license, you can find this code and comment it out.
Usually it will be in Setrange, SetFilter, or before Runmodal.
Hope this will help.
Thanks.
ZHU
Where exactly is it?
Check the OnOpen Page and if Setrange is there for it?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156