The error is usually encountered when a workflow uses a deleted custom field that is a component of an uninstalled bundle.
Example: A custom date field called Departure Date from a bundle is deployed on Item Fulfillment records. A workflow has been created to populate the field based on the date the Item Fulfillment was marked Shipped.
Later on, certain business changes require the bundle to be uninstalled. Thus, deleting the custom field.
When the workflow is not revised to reflect this change, the error is encountered every time a user attempts to mark an Item Fulfillment as Shipped.
Solution
- Navigate to Customization > Workflow > Workflows
- Preferred Workflow: Click Edit
- Click the different Workflow States
- Look for the Workflow Actions where the referenced deleted fields are under
- Click the Workflow Action
- Hover the mouse pointer over Actions
- Click Delete
- Note: Repeat the steps above for each Workflow(s) and Workflow action(s) that are affected.