How to show date instead of Relative Date time (n days ago) in Salesforce Case Feed Chatter?
1. Go to Chatter Settings in Setup. 2. Disable "Show relative timestamps". Output: Video Reference: https://www.youtube.com/embed/XHLiR5QXEvk
1. Go to Chatter Settings in Setup. 2. Disable "Show relative timestamps". Output: Video Reference: https://www.youtube.com/embed/XHLiR5QXEvk
1. Polymorphic Field in SOQL Queries in Salesforce instanceof can be used to find the object type in Salesforce Apex. TYPEOF can be used to find the object type in ....
SFDX: Create Project:This creates an empty project with just the folders.To develop in non-scratch orgs and use Org Browser to retrieve source, use SFDX: Create Project. SFDX: Create Project with ....
Sample code: HTML: <template> </template> JavaScript: import { LightningElement, api, wire } from 'lwc'; import { ShowToastEvent } from 'lightning/platformShowToastEvent'; import { getRecord } from 'lightning/uiRecordApi'; const FIELDS ....
https://www.salesforce.com/company/careers/university-recruiting/summer-internship/https://www.glassdoor.ca/Jobs/Salesforce-internship-Jobs-EI_IE11159.0,10_KO11,21.htmhttps://www.accenture.com/us-en/careers/local/studentshttps://www.ziprecruiter.com/Jobs/Salesforce-Internhttps://www.simplyhired.com/search?q=salesforce+intern
Enable "Email-To-Case".Path:/services/data/v53.0/sobjects/Case/quickActions/SendEmail HTTP Method:POST Body:{ "contextId": "5008c00001Ejue0AAB" "record": { "HtmlBody": "<div+style="font-family:+Arial;+font-size:+14px;">Test</div>", "Subject": "InfallibleTechie", "ToIds": ["0038c00002bkSPZAA2"] }} Example: Output:
We can use emailSimple REST API to send emails from Salesforce platform. Path: /services/data/v53.0/actions/standard/emailSimple HTTP Method: POST Body: { "inputs" : [ { "emailBody" : "Email body", ....
Use the following steps to Embed Videos into a Knowledge Article. 1. Create a Rich Text Area field.2. When creating the Article record, in the Rich Text Area field, use Source ....
Sample Code: List < Metadata.Metadata > layouts = Metadata.Operations.retrieve( Metadata.MetadataType.Layout, new List < String > { 'Account-Account Layout' } ); Metadata.Layout layout = ( Metadata.Layout )layouts.get( 0 ); for ....
If you are looking for disconnecting or revoking Salesforce Multi-Factor Authentication for just a single user, then check the following link. https://www.infallibletechie.com/2022/01/how-to-disconnectrevoke-mfa-for-user-to.html If you need to disable Salesforce Multi-Factor Authentication ....