
Salesforce custom metadata types
Custom metadata can do everything like list custom settings in salesforce, Advantage of using custom metadata type is that data can be deployed unlike list […]
Custom metadata can do everything like list custom settings in salesforce, Advantage of using custom metadata type is that data can be deployed unlike list […]
Apex Scheduler in salesforce If you want to schedule apex class to run at regular intervals then you need to write an Apex class that […]
global class contactBatch implements Database.Batchable<sObject> { global Database.QueryLocator start(Database.BatchableContext BC) { String query = ‘SELECT Id,Name FROM Contact’; return Database.getQueryLocator(query); } global void execute(Database.BatchableContext BC, […]
Batch Apex in salesforce Batch Apex in salesforce is exposed as an interface that must be implemented.Batch jobs can be programmatically invoked at runtime using […]
Case Management (Queue & Assignment Rules) What is a Case Queue? A virtual storage bin that can be used to group cases based on criteria […]
Iterable Interface in salesforce Using Custom Iterators with Iterable If you do not want to use a custom iterator with a list, but instead want to […]
Custom Iterators in salesforce If you want to use custom iterator then you need to implement Iterator Interface in Apex class. Iterator Interface has two […]
Limitations of permission sets in salesforce Permission sets can’t be assigned to custom object in a master detail relationship where master is a standard object. […]
Winter ’18 Release note- Automatic lightning style alignment for vf pages Saesforce introduced lightningStylesheets attribute to control whether a page is styled with the look of Lightning Experience […]
With our Salesforce Admin, Developer & Integration Training you will learn concepts in expert level with practical manner. Salesforce Training Course Syllabus 1 […]
Copyright © 2021 | WordPress Theme by MH Themes