Hello, I tried to make a job queue that automatically posts the lines in the output journal.
I think I have to use code unit 23 Item Journal Post Batch for this
But it gives an error in the log entries when executed: Record(472) is not compatible with Codeunit.Run(Record(83))
Do I need to give the job queue a certain parameter string? How should I format that string?
Or do you need to program a complete new code unit?
Thank you in advance!