Salesforce Stuff
Exploring Salesforce
Pages
(Move to ...)
About me
Home
Lightning (Aura)
LWC
Integrations
Tips & Trick
Interview Questions
Certifications
▼
Friday, August 24, 2018
Way to get list of Scheduled reports and Jobs from Salesforce
›
This is very common ask from business admins or end users to get list of schedule reports or schedule jobs (batch jobs, scheduled jobs etc)...
11 comments:
Monday, August 20, 2018
Creating Lightning Components Dynamically
›
Through this blog, I will share the approach to create lightning components dynamically by sharing an example in which we will display acco...
Sunday, August 19, 2018
Application Events : Way to Communicate Between Different Lightning Components
›
Application events are used to communicate between different lightning components. These are different from component events as these are n...
5 comments:
Monday, August 13, 2018
Component Events: Way to Communicate Between Components in Containment Hierarchy
›
Components events can be used to pass information between lightning components which are in containment hierarchy. Component events can be ...
Thursday, August 9, 2018
How to get User Session Id in Future Method or Batch Class
›
Sometime it is required to perform Callout in future method and Batch apex class. If we use UserInfo.getsessionId() method inside the futur...
Remote Site Settings : Way to Create/Update Using Apex (Metadata API)
›
We can create or update Remote Site Settings in Apex using Metadata API. You can either download Metadata API WSDL from Salesforce and ge...
49 comments:
Thursday, July 26, 2018
How to Schedule Apex class to Run Instantly or Run After Some Duration from Developer Console
›
We create apex scheduler job which can be scheduled to run at specific time. If we want to run job instantly to either check the functional...
11 comments:
‹
›
Home
View web version