Salesforce Validation Rule to avoid special characters and numbers
Formula: NOT( REGEX( FIELD , "[a-zA-Z]*" ) ) Sample Validation Rule:
Formula: NOT( REGEX( FIELD , "[a-zA-Z]*" ) ) Sample Validation Rule:
For API and integrations, MFA is not required. Check the following Article from Salesforce.https://help.salesforce.com/s/articleView?id=000352937&type=1 1. Disable "Multi-Factor Authentication for API Logins" and check. Disabling this option should resolve this exception. ....
Quick Action Component: HTML: <template> </template> JavaScript: import { LightningElement, api } from 'lwc'; import { NavigationMixin } from 'lightning/navigation'; export default class SampleQuickAction extends NavigationMixin( LightningElement ) { ....
The error message "unable to obtain exclusive access to this record or 1 records:" indicates that a process was attempting to obtain a lock on a record for 10 seconds ....
Currently, this feature is not available. So, vote for the following ideahttps://ideas.salesforce.com/s/idea/a0B8W00000GdgVmUAJ/allow-browser-autofill-functionality-in-lightning But, when you create or create a record, it shows those values again. This is based on the Browser ....
Custom Field in Account to update when Contact is created: Sample Trigger: trigger ContactTrigger on Contact ( after insert ) { Set < Id > setAccountIds = new Set < ....
search command can be used for sub-search or sub query in Splunk. search command should be within []. Syntax:main query [search subquery] Sample Query:index=abc type=test[search index=abc *Exception* source=Gearliest=-5d | table requestId] ....
You can convert a master-detail relationship to a lookup relationship as long as no roll-up summary fields exist on the master object.Converting a master-detail relationship to a lookup for a ....
Option 1: You can limit the email addresses or domains available for On-Demand Email-to-Case by entering them in this field, separated by commas in "Accept Email From". Option 2: Usually, ....
Salesforce actively block SSO logins when you are logged in(impersonated) as a different user. As an admin or delegated admin, you can login as an user using Login button on ....