apex-query-builder icon indicating copy to clipboard operation
apex-query-builder copied to clipboard

Name field in sub-query is removed

Open vnehess opened this issue 5 years ago • 0 comments

create a simple query select id, name from account

add a sub query to an object which also has Name as a field ( Id, Name from xxx__r )

expect both sobjects to have name field returned observed the Name field is removed from the subquery

vnehess avatar Jul 31 '20 19:07 vnehess