Put in a PO Number and hit tab
On left side of screen (PO tree), expand “Lines”
On right side of screen click the Lines Tab so we can see the selected line’s info
On left side of screen, click a line in the list (all is still ok at this point)
On left side of screen, click a different line
At this point, I get a Business Logic Error message box saying “Release is closed”
clicking the details button it says there is an exception in Epicor.ServiceModel
Method: PoRelBeforeUpdate.
I don’t want to change anything I just want to view the line’s info. What is the issue in this case?
Is the PoRelBeforeUpdate something from Epicor or would that be some custom internally written Method BPM? A quick search for it earlier in the day found nothing.
Can you help point me to where it might be located?
Ok, it looks like the original error meant that there is a customization in that form that is trying to update the database even though the release is closed. And the BPM that was firing must be an Epicor BPM that through that message. I corrected that legacy code and it seems fine now.