You need to sign in to do that
Don't have an account?
Seksaki
soql with child object lookup not working
Hello,
I have a lookup relashionship between Contract (Parent) and DeliveryPoint (child), i want to retrive the delivery point from one or every contract but the query not work:
Thanks for Help
I have a lookup relashionship between Contract (Parent) and DeliveryPoint (child), i want to retrive the delivery point from one or every contract but the query not work:
SELECT Id ,(select id DeliveryPoint__r) FROM Contract
Thanks for Help
Greetings!
Seems like you missed FROM clause from inner query.Please use the below SOQL query:
Kindly mark it as best answer if it helps so that it can help others in the future.
Warm Regards,
Shirisha Pathuri
just it's a typo
i use the query with "From" but also the same error:
Didn't understand relationship 'DeliveryPoint__r' in FROM part of query call.