Hi,
One of our client has a requirement that when they print or preview the sales invoice they want to have an option to select which bank they want the amount to be remitted to. So then depending on the selection the report footer should show the details of the bank selected. Please help
Thanks
Regards,
Sapan
0
Comments
You have to customize this calling an intermediate form and getting the selection of Bank from the user. There is no option in base NAV for such a functionality.
Chn
/Claus Lundstrøm
I'm blogging here:http://mibuso.com/blogs/clausl and used to blog here: http://blogs.msdn.com/nav
I'm also offering RDLC Report Training, ping me if you are interested. Thanks to the 700 NAV developers that have now already been at my training. You know you can always call if you have any RDLC report issues :-)
Be clear that do you want to save this bank detail or the user will always select the bank every time before preview the report.
In that case, he can select different bank for a single document. For this just provide a field in request form and set relation to bank account table.
Or if you want that same bank account should be print every time for the same invoice no then give him a selection at Posted invoice form. This will be more correct way to do this.