I have a custom modification for a customer where they want to keep track of a specific amount while posting a rental order. The way I have it written is when the posted rental line is being generated, create a line in the General Journal Line table to keep track of that amount for each line, but I keep getting this error message where it's telling me to use COMMIT but I don't want to use COMMIT. Here is the error message:
Asked
Active
Viewed 143 times
0

user3297620
- 93
- 1
- 7
-
It’s no telling you to use commit. It tells you not to use form.runmodal. You can use form.run instead. – Mak Sim Mar 02 '18 at 17:28
-
Check your logical order. Try using a Rec.Modify before runing a form or a codeunit. – AFR Mar 07 '18 at 13:01