I have a customization that has a couple BAQ Views built into it. I’ve used these plenty of times, and usually I can subscribe to a field of the current data row and everything works just fine. In this instance, I want to subscribe to a bpmCallContext field. When it tries to subscribe to the call context field, the customization gets stuck in an endless “Retrieving Data” loop. I ran a trace and it is continuously executing the query in the background. Is there a way to subscribe a BAQView to a call context value without this occurring?
You can’t (read shouldn’t) subscribe to BPMCallContext because that EpiDataView doesn’t trigger dirty rows or notifications.