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

C# Salesforce.Common.ForceAuthException

| By Webner

C# – Exception in salesforce login with valid credentials Stacktrace : Exception thrown: ‘Salesforce.Common.ForceAuthException’ in Salesforce.Common.dll Exception thrown: ‘Salesforce.Common.ForceAuthException’ in mscorlib.dll at Salesforce.Common.AuthenticationClient.d__1.MoveNext() Description : I am using oauth-rest api to login into salesforce. I have passed valid consumer key,

AWS cli installation, configuration and stopping/starting EC2 machines

| By Webner

Install the AWS CLI Using the MSI Installer (Windows) Download the AWS CLI MSI installer for Windows (64-bit) click-here or directly access https://s3.amazonaws.com/aws-cli/AWSCLI64.msi. Run the above downloaded MSI installer. Follow the instructions that appear: The CLI installs to C:\Program Files\Amazon\AWSCLI