Started playing around with leveraging AER for a project that has been built with a lot of the Commerce objects, and was wondering how IC2/aer resolves the Standard Objects that exist in SF.
For example, I get errors in aer compilation on a query against the Account object when making a subquery for the 'Carts', which is a standard relationship. Is this something that can be resolved on the IC2 side by allowing aer to reference the offline symbol table, or is this something that has to be resolved in aer?
Sample Query that shows error:
Error Didn't understand relationship 'Carts' in FROM clause of subquery. 'Carts' is not a valid child relationship of 'Account'.SELECT
Id,
(SELECT Id FROM Carts)
FROM Account