Salesforce: Dynamic Related List and their associated filters

|
| By Navneet Kashyap

Dynamic Related List Dynamic Related Lists in Salesforce offer a flexible way to display related records on a record detail page based on specific criteria. Unlike traditional related lists that show all related records by default, dynamic related lists dynamically

Sending email from the salesforce endpoint with .Net application

| By Harleen Kaur

Emailing through Salesforce in the third-party applications can be achieved through Salesforce REST endpoint services/data/v61.0/actions/standard/emailSimple Below is the sample code in .Net for sending simple plain text email for emailing through Salesforce public void SendEmailUsingSalesforce() { Dictionary mappings = new