I am trying to execute one filter in a form but I get one error message. I think this filter is closed by a bad filter option.
How can I clean a filter data in a Form. There is any C/AL function to do do that??
This function is called "RESET"
But in the end it depends on what exactly you are trying to do. What error message do you get?
Thomas Brodkorb
Dynavics & DynamicSolutions Based on the improved budget situation is light at the end of the tunnel is now permanently switched on.
The error is that there is no Referenece to service header.
I am trying to execute form 5915, and for a resource filter (a specific one) i get the message:
"The service header does not exist, identification fields and values:
Document Type=, order="
This is one error on Form 5911 AfterRecord on validation:
ServHeader.GET("Document Type","Document No.");
The service order was already processed and does not exist in service header in fact.
Hi,
This looks like custom code. To stop the error use
IF NOT ServHeader.GET("Document Type","Document No.") THEN
ServHeader.INIT;
But why is the code there?
Dave Treanor
Dynamics Nav Add-onswww.simplydynamics.ie/Addons.html
Please:1. Use a meaningful title.2. Give as much detail as possible.3."Verify Solution" to the post that help you solve your problem.4. Fill out your Tags - it will help other people.5. N.B. Don't be afraid to ask - we all had to learn and are still learning