Queueable Interface
The Queueable interface is same as the future method and both are queued for execution. You can call the queueable class using the enqueue job method.
Salesforce Streaming API – A Deeper Look
Streaming API is based on Bayeux/Comet/Long polling. Before we go any further on the Streaming API it is necessary to understand the technologies mentioned above on which this integration API is built.
Accessing Salesforce S’Object as Database using JSForce
Now days, most of the Telecommunication companies need to store and access millions of records, thousands of users with a responsive Single Page Application (SPA) and the user did not have salesforce prior knowledge, so here we took new concepts from JavaScript framework called as JSFORCE
Wave Dashboard on Lightning App Builder
If we want to access a Dashboard created from the Wave Analytics App in Lightning, then use Wave Dashboard Option on Lightning App Builder.
Process Builder in Salesforce
Do you want to create a record for any object from a workflow? Do you want to call your Apex class from a workflow? Do you want to automatically submit a record for approval without pressing “Submit for Approval” button or without writing a trigger? The answer is Process Builder.
Building Location-Aware Salesforce One Native Applications
Salesforce Classic gives you mobile access to your Salesforce data, tasks calendar, and integrates the data with your email and mobile phone. Salesforce Classic downloads standard Salesforce objects such as Accounts, Contacts, Opportunities, Tasks, Events, and Leads and also Custom objects.
Wrapper Class with Multi-Select Picklists
A wrapper or container class is a class, a data structure, or an abstract data type which contains different objects or collection of objects as its members.
Test Plan for Performance Testing Using JMeter
Due to immense growth of web-based applications, testing these web applications has now gained a lot of importance—specifically, performance testing of applications such as e-commerce, web services, and etc.
Visualforce Remote Objects
The Visualforce Remote Objects is a useful tool to quickly create pages with basic data operations and these do not count the API limits. Visualforce Remote Object tags are more suitable for Salesforce1 application.