Hello, I'm trying to utilize SQL to perform a search for some Sales Orders. I'm using Schema Browser to get all columns I need, however this simple query fails already with
Search error occurred: Record 'SalesOrder' was not found.
error, why?
Copy code
SELECT
salesRep,
COUNT(entity.internalid)
FROM SalesOrder