ronaldsr
(Ronald Raatz)
May 30, 2017, 11:43am
#1
According to documentation:Query Parameters - CUBA Platform. Developer’s Manual
specifically:
select o from sales$Order o where o.tagName = :ds$customersDs.group.tagName
is there an example I can see this query working with a “path through the entity graph to an attribute”?
ronaldsr
(Ronald Raatz)
June 5, 2017, 1:35pm
#2
thank you Konstantin.
For those who might having issues getting a property value through a graph we aware to set the view to fetch all the properties you are trying to read.
krivopustov
(Konstantin Krivopustov)
May 31, 2017, 7:45am
#3
Please find the example attached. See Customers browse screen - it shows Orders with the same tagName as Customer’s related entity - CustomerGroup.
sales.zip (123.1K)