Totara 13 to Totara 17 Upgrade – Major Issues, Causes, and Fixes

|
| By Roshni Rai

We recently undertook the upgrade from Totara 13 to Totara 17, and while the new version brings several functional and performance improvements, the transition came with several significant challenges, especially for teams working with customized environments. Below is a detailed

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

Asynchronous Apex

| By Rushali kashyap

Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations