I'm trying to get the order code from an OrderEntry. For now I have this query, that brings me the PK from Order but I need the ordercode.
SELECT * from (
{{
SELECT {o.order} FROM {OrderEntry as o} WHERE {o.message} is Null
}}
)
I'm trying to get the order code from an OrderEntry. For now I have this query, that brings me the PK from Order but I need the ordercode.
SELECT * from (
{{
SELECT {o.order} FROM {OrderEntry as o} WHERE {o.message} is Null
}}
)