eConnect for Mirosoft Dynamics GP - code no longer running the same

We recently upgraded from 18.3 to 18.5. We have a custom applications that uses eConnect for Microsoft Dynamics GP. This custom application creates receipts, puts them into a batch and then the batch is automatically posted. It uses taPopRcptHdrInsert and taPopRcptLineInsert_ItemsTaPopRcptLineInsert to create the receipt and the line items.

Since our upgrade, the receipt batch that gets created is no longer being automatically posted. And there is nothing in the current code that indicates it should auto-post. Did something change for eConnect from 18.3 to 18.5 that now requires us to code the posting?

Thanks for any assistance.

There has never been the ability to post PO Receipts from eConnect. My guess would be that you have either PostMaster or Batch Posting Toolkit that needs to be upgraded to match your 18.5.

I agree with Matthew. There will be another 3rd party app doing the posting. Did anything change with the batch name? That’s usually what those tools look at to know which batches to auto post.

@MatthewArp was correct. Thanks for pointing that out.

We use PostMaster and while it said it was running, it wasn’t. It needed a restart and then everything started to work.