I understand your problem and too agrees that this Flowfilters have a vital role specially when accounting part comes into play. The only thing you can do now is some workaround for the Web client. You need to give some manual interface to the client where he can filters out with his value.
e.g - Date Filter always comes as a Flowfilter so you need to declare a Variable give it to the interface and write some code like this
Dear RockWithNAV,
Many thanks for your answer. but my question how to convince users to user chart of account page (for exemple) without using Date Filter flowfilter. knowing that those users are using Navision since 2008. we should got at least one technical solution to develop it
I understand your problem and too agrees that this Flowfilters have a vital role specially when accounting part comes into play. The only thing you can do now is some workaround for the Web client. You need to give some manual interface to the client where he can filters out with his value.
e.g - Date Filter always comes as a Flowfilter so you need to declare a Variable give it to the interface and write some code like this
Answers
Hey MBY2000,
There's always some limitation on Web Client. Please see this link.
https://msdn.microsoft.com/en-us/library/hh168959(v=nav.90).aspx
Hope this Helps.
Blog rockwithnav.wordpress.com
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Many thanks for your answer. but my question how to convince users to user chart of account page (for exemple) without using Date Filter flowfilter. knowing that those users are using Navision since 2008. we should got at least one technical solution to develop it
I understand your problem and too agrees that this Flowfilters have a vital role specially when accounting part comes into play. The only thing you can do now is some workaround for the Web client. You need to give some manual interface to the client where he can filters out with his value.
e.g - Date Filter always comes as a Flowfilter so you need to declare a Variable give it to the interface and write some code like this
Customer.SETRANGE("Date Filter",StartDate,Enddate); //
Customer.CALCFIELDS(Balance, "Net Change");
Thanks
Blog - rockwithnav.wordpress.com/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Thanks, I think this the only solution waiting for a new release from Microsoft
it s works