Open in app

Sign In

Write

Sign In

InfallibleTechie
InfallibleTechie

32 Followers

Home

About

Jan 27, 2022

How to find Users without MFA in Salesforce?

Create a List View. Add MFA Related fields in the Filter. Output:

1 min read

How to find Users without MFA in Salesforce?
How to find Users without MFA in Salesforce?

1 min read


Jan 27, 2022

How to disable MFA in Salesforce?

In the Profile or Permission Set, Disable “Multi-Factor Authentication for API Logins” and “Multi-Factor Authentication for User Interface Logins”. 2. In the Profile or Permission Set, set “Session Security Level Required at Login” to None.

1 min read

How to disable MFA in Salesforce?
How to disable MFA in Salesforce?

1 min read


Jan 25, 2022

How to Freeze Row or Column in Quip?

To Freeze Row or Column in Quip, follow the below steps. 1. Right Click the cell. 2. Select Freeze/Unfreeze.

1 min read

How to Freeze Row or Column in Quip?
How to Freeze Row or Column in Quip?

1 min read


Jan 25, 2022

How to Query ActivityHistory for a record in Salesforce?

Sample SOQL: SELECT Id, Name, ( SELECT Id, Subject, Status FROM ActivityHistories ) FROM Account WHERE Id = '0018c000026ZmPmAAK' Output:

1 min read

1 min read


Jan 21, 2022

How to create Formula field based on Multiselect Picklist to check against multiple values in Salesforce?

OR operator and INCLUDES method can be used to create Formula field based on Multiselect Picklist to check against multiple values in Salesforce. Sample Formula Field: Output:

1 min read

How to create Formula field based on Multiselect Picklist to check against multiple values in…
How to create Formula field based on Multiselect Picklist to check against multiple values in…

1 min read


Jan 21, 2022

How to create Formula field based on Multiselect Picklist in Salesforce?

In the Formula Field, INCLUDES() can be used to check whether the Multi Picklist Field has a specific value. Sample Formula Field: Output:

1 min read

In the Formula Field, INCLUDES() can be used to check whether the Multi Picklist Field has a…
In the Formula Field, INCLUDES() can be used to check whether the Multi Picklist Field has a…

1 min read


Jan 21, 2022

Transaction Finalizers in Salesforce Queueable Interface

The Transaction Finalizers feature enables you to attach actions, using the System.Finalizer interface, to asynchronous Apex jobs that use the Queueable framework. A specific use case is to design recovery actions when a Queueable job fails. Sample Use Cases: 1. Retry in FinalizerContext if the queueable job fails 2. Add error log record in FinalizerContext to report on failures Sample Class: public class SampleClass implements Finalizer, Queueable {

1 min read

1 min read


Jan 21, 2022

How to find Contact based on Phone Number instead of Email in Salesforce Embedded Service Deployment?

Use the following code in the Code Snippet. doFind and isExactMatch are set to false for Email, First Name and Last Name. But, doCreate is set to true for Email, First Name and Last Name because when the contact record is created, it will have the values passed from these…

1 min read

How to find Contact based on Phone Number instead of Email in Salesforce Embedded Service…
How to find Contact based on Phone Number instead of Email in Salesforce Embedded Service…

1 min read


Jan 21, 2022

How to pass Report filter parameter value from Lightning Web Component in Salesforce?

In order to pass pass report filter value in the URL, we have to use fv0, fv1….fvn based the filters used in the report. In the Lightning Web Component state attribute should be used along with Lightning Navigation to pass it. Please check the following code for reference. Sample Code: HTML: <template> <lightning-card> <lightning-button label="View Report" onclick={viewReport}></lightning-button> </lightning-card> </template>

1 min read

How to pass Report filter parameter value from Lightning Web Component in Salesforce?
How to pass Report filter parameter value from Lightning Web Component in Salesforce?

1 min read


Jan 21, 2022

How to share a Report Folder to all the Internal Users in Salesforce?

1. Click Share on the Report Folder. 2. Select Public Groups in Share With. 3. Select “All Internal Users”.

1 min read

How to share a Report Folder to all the Internal Users in Salesforce?
How to share a Report Folder to all the Internal Users in Salesforce?

1 min read

InfallibleTechie

InfallibleTechie

32 Followers

Technical Blogger, Software Engineer

Following
  • Code.org

    Code.org

  • Tejas Kapasi

    Tejas Kapasi

  • Itsmem0h1t

    Itsmem0h1t

  • Aykut Parlak

    Aykut Parlak

  • Fabien Taillon

    Fabien Taillon

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech