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,我知道 queryAll 和 getDeleted 可以返回deleted对象。但我不明白的是/deleted只会返回最近 15 天的硬删除对象,还是也会返回软删除对象?
deleted
/deleted
如果记录被硬删除,则它不再在服务器上,因此将无法返回。因此,我相信它只会返回软删除的对象