【发布时间】:2021-08-26 14:28:46
【问题描述】:
编写 SOQL 查询以使用记录 ID 从 Account 获取联系人。
【问题讨论】:
-
请澄清您的具体问题或提供其他详细信息以准确突出您的需求。正如目前所写的那样,很难准确地说出你在问什么。
-
我很困惑,因为我知道这个查询 [select id, name,(select id,AccountId from Contacts) from Account where...] 但是我应该在 WHERE 子句中使用什么?这是我的问题。希望你能理解。
-
你读过documentation吗?
标签: salesforce apex soql