Salesforce

Salesforce

Chatter compact is looking different in other objects Lightning Record Pages when compared to Case, Lead and Social Post object in Salesforce

The Case, Lead and Social Post objects uses the Compact Feed. Other objects doesn't use Compact Feed.Please check the following article for reference.https://help.salesforce.com/apex/HTViewSolution?urlname=Chatter-feed-Like-options-are-different-with-thumbs-up-icon-on-posts-or-menu-with-Like-on-Chatter&language=en_USCase, Lead, and Social post objects are supported ....

Salesforce

LastViewedDate in Salesforce

Note:This field is not available in KnowledgeArticle entity.https://help.salesforce.com/s/articleView?id=000332637&type=1 LastViewedDate is a date time field.To update this when SOQL retrieve the field, use FOR VIEW Clause.https://www.infallibletechie.com/2014/01/for-view-in-soql.html Sample SOQL:SELECT Name, CreatedDate, LastModifiedDate, LastViewedDate FROM ....