I am trying to update a kinetic form to match our classic form. I have attached an updatable baq to the sales order entry form. I cannot get the baq to only show the information from the selected order. I tried casting the sales order number as navchar but I get all of the sales orders.
Where:
UD16_Key1=?{CAST(OrderHed.OrderNum as nvarchar(50))}
When I use UD_Key1=?{OrderHed.OrderNum}
I get no results.
I am on Kinetic 2024.2.12
Any ideas on how to get Key 1 to equal the sales order number?
The where clause with cast is what I use in Classic to link the two together.