How to associate the route to a shipping label
Hi guys,
We need to implement/display the "route_dtl.stop_seq" field in a Shipping type label... the route_dtl field is not available in the "column name" and "function" listings.We have used the expressions:
- u"\~route_dtl.stop_seq" (here the WMS returns the value none)
- "\~route_dtl.stop_seq" if "\~load.route_nbr" = "\~route_hdr.route_nbr" else "" (here we have the empty value).
For example
We have the OBLPN1 with destination "X" and route 123, when we search in the ROUTE screen (mod: UI-HTML: Route Header View) and filter by route= 123 and go into detail we see that the destination "X" has a Stop Sequence "99" .... We need that value "99" to be visible in the Shipping type label... but we can't find the correct expression to obtain that value.Please help.