Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 salesforce 中,我可以从联系人列表视图中取回活动 ID 吗?
如果是,我该怎么做。我知道列表视图是元数据,但不是对象。如何从元数据中查询活动 ID 字段。
急请帮忙。我已经搜索了几天的网站,但仍然无法找出解决方案。
一个联系人可以属于多个市场活动,因此联系人记录中没有可以包含在列表视图布局中的单个市场活动字段。
没有什么可以阻止你创造它。创建一个名为“Campaign”的字段作为对 Campaigns 的查找并为联系人填充它。(这必须手动或使用 Apex 完成)然后将其包含在列表视图布局中。