0

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: enter image description here

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

0 Answers0