Mallareddy Reddy
Please follow the steps below to test Salesforce Embedded Service Deployment Code. 1. If you don't already have one, create a GitHub account at github.com. 2. Log in to GitHub and create a new pu…
Sample code to bulk approve/reject records using apex code. Set<Id> oppIds = (new Map<Id, Opportunity>([SELECT Id FROM Opportunity])).keySet(); Set<Id> pIds = (new Map<Id, Proces…
LIKE provides a mechanism for matching partial text strings and includes support for wildcards. % is used as a wildcard to match zero or more characters and _ must match exactly one character. The ex…
Issue: Users could encounter the following error when attempting to access 'Telephony Provider Settings' or when logging into Omni channel. Reason: Could be a mismatch in the IDP certificat…
- Consolidation of FLS checks: Our team has worked diligently to ensure that FLS checks are now streamlined and consistent throughout the managed package codebase. - Improved error propagation: Prev…
Can we deploy in-app guidance from one org to another org? The answer is Yes, we can. Component Type: Prompts. Here is the package.xml to extract metadata. <?xml version="1.0" encoding=&…
The Lightning Web Components programming model has three decorators that add functionality to a property or function. The ability to create decorators is part of ECMAScript, but these three decorator…
You may get the error mentioned below while sending email. Error: An email can't have more than 1 sender Could be the reason if you have predefined value set for the FROM ADDRESS field, you may …
To use REST API send email quick Action for cases, make sure that you have Email-to-Case enabled in your org. Salesforce classic: Setup -> Customize -> Cases -> Email-to-Case REST API URI: …
The platform maintains indexes on the following fields for most objects. RecordTypeId Division CreatedDate Systemmodstamp ( LastModifiedDate ) Name Email (for contacts and leads) Foreign key relati…
Social Plugin