With a (custom) job queue, we send intercompany purchase orders to the intercompany partners in batches of 400. when running the job queue, it regularly displays the following error message and stops the job queue:
"nullable object must have a value"

the error call stack looks as following:
"IC Data Exchange Database"(CodeUnit 532).GetICPartnerHandledICInboxTransaction line 20 - Base Application by Microsoft version 26.3.36158.37382
ICInboxOutboxMgt(CodeUnit 427).OutboxTransToInbox line 53 - Base Application by Microsoft version 26.3.36158.37382
"Move IC Trans. to Partner Comp"(Report 513)."IC Outbox Transaction - OnAfterGetRecord"(Trigger) line 7 - Base Application by Microsoft version 26.3.36158.37382
when looking at the error call stack, it looks like it is standard business central that causes the error. I do not know where to look to solve this error. I am very curious to know if anyone can help me with this or if anyone has experience with this error.
Thanks in advance.