An administrator is troubleshooting Chatter feed behavior for a custom object named Project__c. Users report two distinct issues:
1. Automated feed posts are not generated when the Risk_Level__c custom field is updated on a Project__c record, despite Feed Tracking being turned on for the Project__c object.
2. A newly created Global Quick Action, 'Log Risk', appears on the Chatter Home tab publisher but is missing from the publisher on individual Project__c record pages.
Which combination of administrative actions will resolve both issues?
- Select the Risk_Level__c checkbox under Project__c Feed Tracking settings, and add the 'Log Risk' action to the Salesforce Mobile and Lightning Experience Actions section of the Project__c Page Layout.Answer
- BEnable Feed Tracking globally under Chatter Settings for Risk_Level__c, and add the 'Log Risk' action to the Global Publisher Layout.
- CIncrease the object feed tracking limit beyond 20 fields in Chatter Settings, and assign the Global Publisher Layout to the Project__c Record Type.
- DEnable 'Allow Activity Tracking' on the Project__c custom object definition, and override the Chatter Publisher component in the Lightning App Builder record page.
Answer
Select the Risk_Level__c checkbox under Project__c Feed Tracking settings, and add the 'Log Risk' action to the Salesforce Mobile and Lightning Experience Actions section of the Project__c Page Layout.
Enabling Feed Tracking for an object is a two-step process: turning on tracking for the object itself, and then explicitly checking the boxes for up to 20 specific fields (such as Risk_Level__c) whose changes should create feed posts. Furthermore, Global Quick Actions placed on the Global Publisher Layout only appear on global Chatter locations (Home tab, Chatter tab, Profile). To make a quick action available on a record page publisher, it must be added to that object's Page Layout under the Salesforce Mobile and Lightning Experience Actions section.
Step-by-Step Solution
Key Concept
Chatter Feed Tracking Field Selection and Publisher Layout Action Scoping
Estimated Time:2m 0s