hi mulgan if i write the above mentioned query it shows an error, it was not executing the Error is "Parent relationship queries are disabled in Workbench: Owner.Name". So please send correct query.
Go to the workbench setting and in the Query & Search option click on the check box "Allows SOQL Parent Relationship Queries" and click on apply setting. You will be able to access the parent relationship queries.
This was very helpful. I needed to use Data loader to extract Accounts for 4 User roles. This info helped me create: Select Id,Name,OwnerId FROM Account WHERE Owner.UserRole.Id IN('00E90000001ZHwfEAG','00E90000001ZHwkEAG','00E90000000Qfy2EAC','00E90000000Qfy7EAC')
hi mulgan if i write the above mentioned query it shows an error, it was not executing the Error is "Parent relationship queries are disabled in Workbench: Owner.Name". So please send correct query.
ReplyDeleteWorkbench doesn't support this. Use force.com explorer.
DeleteCheers!
Then why are you tested it by work bench(if you don't mind), is there any specific reason......?
DeleteGo to the workbench setting and in the Query & Search option click on the check box "Allows SOQL Parent Relationship Queries" and click on apply setting.
DeleteYou will be able to access the parent relationship queries.
This was very helpful. I needed to use Data loader to extract Accounts for 4 User roles. This info helped me create:
ReplyDeleteSelect Id,Name,OwnerId FROM Account WHERE Owner.UserRole.Id IN('00E90000001ZHwfEAG','00E90000001ZHwkEAG','00E90000000Qfy2EAC','00E90000000Qfy7EAC')