Applies to Product - FnO Platform
What’s happening?
The customer encountered an error during the purchase requisition workflow approval process, specifically: "Stopped (error): X++ Exception: Failed to find expression record."
Reason:
The underlying cause of this appears to be related to missing expression records in the workflow evaluation process.
Resolution:
- Delete the existing workflow batch jobs related to the following processes:
- Workflow message processing
- Workflow due date processing
- Workflow line-item processing
- Navigate to:
- System Administration → Workflow → Workflow infrastructure configuration
- Verify and update fields as needed.
- Click to reconfigure the workflow batch jobs correctly.
- Obtain Just-In-Time (JIT) access for the Tier 2 database. Refer to the documentation on enabling JIT access for Finance & Operations.
- Backup the EventInboxData.
- Execute the following SQL command:
- select * into <backup_table> from EventInboxData
- truncate table EventInboxData
- Confirm with the customer if these steps resolved the issue or if further assistance is needed.
