Hello! I’m creating a new Layer for my Order Entry screen.
I’m trying to hide a shape based on a BAQ result, but it’s getting complicated.
The BAQ is based on the Customer.
Here is what I’ve already tried:
Using a Data Directive to set a UD field, then hiding the shapes using Rules. It works, but it relies on the user saving the order before any UI update happens.
Using the txtCustomerCustID2 OnBlur event. There, I save the BAQ result into a View, but the View is populated after the Rules run, so the UI doesn’t update correctly until I tab out of the txtCustomerCustID2 field a second time.
At this point, I’m very frustrated and feel like I’m just creating workarounds instead of a proper solution.