Category: Salesforce
Salesforce Sandbox – introduction, uses and limitations
Salesforce Sandbox is intended for coding and testing by a single developer. This is an environment in which currently ongoing changes can be done until they’re ready to be deployed in live. There are several different types of sandboxes available:
AWS S3 | How to get the count of files in a folder in AWS S3
There was a task in which we were required to get each folder name with count of files it contains from an AWS S3 bucket. If we used the general approach to start a counter and increment that in a
Open Send Email form on Custom Button click in Salesforce
In Salesforce, how to open standard ‘send email page’ by clicking a custom button located on Detail Page of a custom/standard Object? Steps to open an Email Page from Custom Button: 1. Add a custom button first. Go to Custom
Upgrade to php 5.6 and apache 2.2 to apache 2.4.17 in ubuntu 12.04
These are the steps to upgrade to PHP 5.6: Add the PPA containing version 5.6 of php for Ubuntu 12.04: sudo apt-add-repository ppa:ondrej/php5-5.6 sudo apt-add-repository ppa:ondrej/php5 Run these command in terminal to upgrade php : sudo apt-get update If everything
Salesforce | Display error message returned by Trigger with enter key
How to send an error message from trigger back to the layout and display it on the record detail page. You need to use addError method for this. For example : errorMsg=’Some of the catalog courses are not available in
How to Use Salesforce Data Loader
Data Loader Data loader is a desktop application and is used to import or export data in Salesforce. After import/export operation it gives back the detailed success and error log files in CSV format. It supports export of records up
Salesforce | SingleEmailMessage REST API and C# consumer
Creating Custom Email Rest API Apex class in Salesforce using SingleEmailMessage class and C# example code to consume the Api My web application was integrated with Salesforce and I had a requirement to use Salesforce as Email Client, but with a
Salesforce | Convert API only User to Normal User using Data Loader
By mistake if you have only 1 userid and you change that also to API only, then you cannot login to Salesforce. In this case how to convert Salesforce “API only” User to “Normal” User using Data Loader? Salesforce API
Salesforce | Change Visibility of several fields of an object
Problem: Change Visibility of several fields of an object. Need: One example is when a package is deployed to another org then the visibility of the fields can be different than expected which affects the functionality. Solution: Since editing each