Step by Step guide to Configure Chatter Email on chatter groups- Salesforce
Salesforce Developer Community
by Ramesh depaiah
5y ago
This feature available in Developer, Performance, Enterprise, Professional, Contact Manager, Group and Unlimited editions. Chatter email settings let you control whether users receive email notifications about new posts, comments, and other changes. You can also change the format of the emails, like add your company’s logo and sender information. If Chatter is enabled, email notifications are enabled by default. However, your users can configure their own email settings. They control whether they want to receive emails, for which changes, and how often. It is important that you teach your ..read more
Visit website
Salesforce Asynchronous Apex Triggers | Change Data Capture
Salesforce Developer Community
by Ramesh depaiah
5y ago
Future method, Queueable Apex , Batch job, Scheduler Apex and now “Asynchronous Apex Triggers” that can process data asynchronously with the help of Change Data Capture. With Apex change event triggers, you can now process change event messages on the Lightning Platform. Change event triggers run asynchronously after the database transaction is completed. Perform resource-intensive business logic asynchronously in the change event trigger and keep transaction-based logic in the Apex object trigger. By decoupling the processing of changes, change event triggers can help reduce transact ..read more
Visit website
Using Wire Service to Get Data-Salesforce(LWC)
Salesforce Developer Community
by Ramesh depaiah
5y ago
Loading×Sorry to interruptCSS ErrorRefreshTop of FormBottom of FormTo read Salesforce data, Lightning web components use a reactive wire service, which is built on Lightning Data Service. Components use​​ @wire​​ in their JavaScript class to read data from one of the wire adapters in the​​ lightning/ui*Api​​ modules.Note:​​ Before you use a wire adapter, make sure there isn’t an easier way to get the data. Consider the​​ lightning-record-*-form​​ components​​ to work view, edit, or create records. If they don’t give you enough flexibility, use a wire adapter like​​ getRecord​​ and​​ getField ..read more
Visit website
SFDC Lightning Data Table in Lightning Web Component(with Flattening Parent field data)
Salesforce Developer Community
by Ramesh depaiah
5y ago
Problem: Winter 18 <lightning-datatable> does not get values from a parent record When we use Lightning datatable , its quite easy to get the data of that object but the problem occurs when we get data from a parent record. For example – I want the Account name of my contact. The problem is with the Account.Name field – the <lightning-datatable> component does not display the column data. Solution: “flattening” the object is the simple way of solving this, flattening is converting nested objects into a single level. Lets get Top 10 contacts and there account names and tr ..read more
Visit website

Follow Salesforce Developer Community on FeedSpot

Continue with Google
Continue with Apple
OR