Mobilizing a Visualforce page using jQuery Mobile
In today's mobile world, users today expect nearly the same, if not better, level of access to the same applications and data on their mobile…
In today's mobile world, users today expect nearly the same, if not better, level of access to the same applications and data on their mobile…
APACHE ANT is a command-line tool based on java use for transferring metadata components between two salesforce organization and local directory. Steps for Installation: 1.…
Workbench is a tool designed for administrators and developers to connect with Salesforce organizations. Salesforce Workbench provides support for the Force.com Partner, Bulk, Rest, Streaming,…
Force.com provides us powerful and secure functionality for sending and receiving emails. We can execute our apex logic whenever we receive an email. By using…
Batch Classes: - Batch Apex is exposed as an interface that must be implemented by the Salesforce developer. Batch jobs can be programmatically invoked at…
JQuery Autocomplete enhances the UI functionality of visualforce page, when a user types in a field it quickly find and select from a pre-populated list…
Talend Open Studio - Salesforce To Salesforce Data Migration It is a open source java based software used to migrate data from one source to…
We have seen how to login to Salesforce using Federated authentication in my last blog - Federated Authentication Using SAML to Log in to Salesforce…
ANT Script for Meta Data Migration : It is a command-line script which is based on java and is used to migrate metadata between two…
Deployment is a process for making changes or moving API components from one organization to another organization, after completion of logic which we are developing…
We can get geo locations for the addresses of accounts or leads or contacts in salesforce by making callouts to Google APIs. This can be…
Federated Authentication is one of the SSO(Single Sign On) Methods that uses SAML(Security Assertion Markup Language) assertion sent to the Salesforce endpoint and if everything…