WhatASalesForce
Monday, September 2, 2024
Get Records from Report and Assign equally to available users
›
global class CreateDailyDialListTasksForAgents implements Schedulable { global void execute(SchedulableContext SC) { String rep...
Wednesday, September 28, 2022
LWC Datatable with Pagination and keep selected rows persistent
›
Here is the code to display data in LWC Datatable with pagination and keep selected rows persistent between each page. accountsTable.html :...
Monday, September 26, 2022
SOQL to view all permissions enabled for a Permisssionset
›
SELECT Id, Name, Label, LicenseId, ProfileId, IsOwnedByProfile, IsCustom, PermissionsEmailSingle, PermissionsEmailMass, PermissionsEditTask,...
Tuesday, August 30, 2022
How to login to Salesforce using Session id
›
Replace host url and session id in url https://<endpoint host>/secur/frontdoor.jsp?sid=<session id>
Thursday, February 4, 2021
How to Run Schedule Apex only once or every few mins
›
Using Scheduled Apex in UI, you cannot set a scheduled class to run only once. It's always recurring. So, you'll need to use System...
Sunday, December 20, 2020
How to start learning Salesforce
›
Salesforce.com is a company that leverages cloud computing to design Customer Relationship Management (CRM) software for organizations. This...
5 comments:
›
Home
View web version