I have a simple relationship on the PR table to PRLINE. It is just a relationship hard coded to PR line 1.

My role for the assignment is using that relationship to get the PR line 1 requestedby.

The workflow itself is auto initiated when a user submits an MR, which I set in the Org options.

The spot where it fails is during the assignment in the PR APPROVAL workflow.

When I submit an MR that would hit this node, I get this error.

Thanks for the help. Hopefully you see something I don't.
------------------------------
Tim Jones
Software Engineer
Kaiser Aluminum
Sherman TX
(903) 892-5821
------------------------------
Original Message:
Sent: Thu August 12, 2021 12:18 PM
From: Shannon Rotz
Subject: Workflow Assignments fail before table changes have been committed to the database
Usually that type of problem is handled by using the objects in memory, i.e. :PRLINE as opposed to PRLINE, :PRNUM as opposed to PRNUM, etc.
Can you post your code?