Hi,
every time a G/L Account/ Fixed asset / Text does not exist, the client crashes at the Code line where a GET command is used.
When the GET is used with "IF not GL.get then Error(blabla)" an error is thrown as expected.
This appears only in the lines, in the Header everything works fine.
0
Answers
You forgot to tell what to get.
Gl.get("No.") crashes as well as item.get("No.") if the "No." does not exist and therefore raises an error->crash