【发布时间】:2023-02-02 10:39:12
【问题描述】:
如何在 Salesforce 中使用 SOQL 查询获取与特定客户相关的 Notes 数据?
我尝试使用下面的 SOQL 查询,但它给了我空行。
从注释中选择 ID、标题、正文,其中 ParentId = '<Account_id>'
我想查询上图中红色标记的Notes。
PS:我是 Salesforce 的新手
【问题讨论】:
标签: salesforce apex salesforce-lightning soql salesforce-communities