Mass Approval using Lightning Web Component in Salesforce
Sample code: Apex Class: public class MassApprovalController { @AuraEnabled( cacheable = true ) public static List < MassApprovalWrapper > fetchPendingApprovalRecords() { List < ....
Sample code: Apex Class: public class MassApprovalController { @AuraEnabled( cacheable = true ) public static List < MassApprovalWrapper > fetchPendingApprovalRecords() { List < ....
1. Create a Report with "Chat Transcripts" Report Type.2. Group the report by "Select all rows for Drill Down. Chat Button: Developer Name" Field.
"INVALID_TYPE: record type doesn't belong to" Salesforce Exception might be due to following:1. If you are using e.force:createRecord, make sure the RecordTypeId attribute has the correct record type id value.let ....
Path for Learning: https://trailhead.salesforce.com/career-path/adminFor jobs, check the following link:https://appexchange.salesforce.com/jobs To know the Roles of a System Admin in Salesforce, check the following linkhttps://www.infallibletechie.com/2014/11/roles-of-salesforce-administrator.html
Custom Permission can be checked in Validation Rule. Use $Permission.Custom_Permission_Name in the Validation Rule to check. If the User have Custom Permission via profile or permission set, then it will ....
sforce.opencti.searchAndScreenPop() method is used to search records from the objects selected in the softphone layout for a given string. Sample code with Case Number search: sforce.opencti.searchAndScreenPop( { searchParams : ....
1. Create a Report with "Opportunities with Contact Roles" Report Type. 2. Group it by Account Name, Opportunity Name and Contact Id.
In a Master Detail Relationship, records cannot be reparented. However, to allow child records in master-detail relationships on custom objects to be reparented, enable "Allow reparenting" option in the master-detail ....
If Feed Tracking is enabled for an object, then old value and new value are displayed as the Chatter Feeds.Note:If there are more than two feed-tracked field values changes in ....
When the users login into the Sandbox after the Refresh, it will prompt them to setup the MFA again.Note:The configuration in Authenticator App won't be automatically deleted after the Sandbox ....