Hi.
A customer discovered a problem with the form 132 (Posted Sales Invoice). They sat a filter on the "No." field and entered a "No." that doesent exists, and then closed the form. Now they are unable to open that form again, because it says "Sales Invoice Header No. '**' does not exist.".
(** = the No. filter they applied on the form)
What is the best way to solve this problem?
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Those where also the solutions I found, but I was hoping someone had a more 'userfriendly' solution. The customer can not change the form (and I don't want a phonecall everytime it happends..) I can tell them to delete the zup file for now, but I think the they will prefer a different solution if there is any..
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
I sat the No. to the first record of the table (if the table is not empty) if the form tried to open an record that doesen't exists. It worked perfectly.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Code Inseted in form 132:
If there is no such a code, your code will not allow user to list through records...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.