How/Where to find a list of PushTopics created in Salesforce?
Sample SOQL: SELECT Id, Name, CreatedDate, CreatedBy.Name FROM PushTopic
Sample SOQL: SELECT Id, Name, CreatedDate, CreatedBy.Name FROM PushTopic
Please check the following to troubleshoot or debug Chatter email notifications not received by users that were mentioned in Salesforce. 1. Check the email of the user. Sometimes, the user's ....
Salesforce uses DKIM keys to sign outbound emails that your organization sends from the Salesforce platform. Use the DKIM (DomainKeys Identified Mail) key feature to let Salesforce sign outbound email ....
A query locator represents a server-side cursor for a query. Typically a query locator is returned when not all the records requested in a query fit into the returned data ....
1. Create Audience based on Account information. 2. Create page Variation and assign the audience.
DateTime field values are stored as Coordinated Universal Time (UTC). When a dateTime value is returned in Salesforce, it’s adjusted for the time zone specified in your org preferences. SOQL ....
In Lightning Experience, the App Launcher displays a tile for every published community along with your apps. 1. Click App Launcher. 2. Select the Community from the App Launcher.
For the number n provided, it starts with the time 00:00:00 of the current day and continues for the past n days. It includes today also. Sample SOQL: SELECT Id ....
Einstein Activity Capture adds every email & event to Salesforce. Einstein Activity Capture connects to Gmail or Office 365, automatically syncing all of your team’s customer communications to Salesforce. When ....
Sample Code: FeedItem post = new FeedItem(); post.Body = 'Enter post text here'; post.ParentId = '005U0000000gviFIAQ';//Id of the user record insert post; Output: