RE: Job queue entry won't save the settings
Hello,
In my opinion this should be working (as it previously did). When looking at the code in the base application I found this. When debugging a post once, it runs the request page as it should.
And the InvReq variable is set to true, which is what I want it to be (picture 1), but then it passes this var in to "User Setup managament", where it checks if the user is allowed to post. (picture 2). However there is no alternative to handle the most common choice here, which is allow. So this will return false on the InvReq variable, thus not invoicing the batch posted sales orders.
Picture 1
Picture 2