Export CSV in jQuery DataTable for Totara

|
| By Pawandeep Kaur

When admins or trainers want to quickly export table data from reports into a CSV file for offline use, we can use the built-in export feature of jQuery DataTable. 1. Include DataTable CSS/JS Before using DataTables, you need to include

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