Salesforce Interview Questions with Answers Part 58
1. Unconvert Leads in SalesforceOnce the Lead is converted, we cannot unconvert it in Salesforce. Using View and Edit Converted Leads permission in the Profile, users can edit the Leads. ....
1. Unconvert Leads in SalesforceOnce the Lead is converted, we cannot unconvert it in Salesforce. Using View and Edit Converted Leads permission in the Profile, users can edit the Leads. ....
Validation Rule: AND( IF( IsNew(), true, IF( PRIORVALUE( IsClosed ), ISCHANGED( CloseDate ) , false ) ), MONTH( CloseDate ) != MONTH( TODAY() ), IsClosed )
A JOIN clause is used to combine rows from two or more tables, based on a related column between them. Different Types of SQL JOINs The different types of the ....
In order to avoid the issue, make sure the Inventory Location and Mobile Location check boxes are checked on the location object record.
With the new Salesforce mobile app, your users can have a truly seamless experience across desktop and mobile devices. Users will have access to their favorite Lightning apps, improved navigation, ....
1. Check whether you are affected by this known issue - https://success.salesforce.com/issues_view?id=a1p30000000T5hTAAS. If yes, contact Salesforce support. 2. DML Error:If you're getting this error from a DML operation, then check ....
For "Field can not be filtered in a query call" Exception in Salesforce, check the following: 1. Check whether it is Text(Encrypted) field since it cannot be used. https://www.infallibletechie.com/2014/11/textencrypted-field-in-salesforce.html Encrypted fields ....
IS NULL is used to do NULL check in SQL. Sample Query: SELECT * FROM CustomersWHERE Column IS NULL
JWT Token: Salesforce will issue the token for the external system. When your code uses the named credential to call your third party service, Salesforce will send the newly issued ....
For Campaign Members: For Leads: 1. Go to Leads Tab. 2. Select your list view. 3. Select the Leads. 4. Click Send List Email. 5. Enter the Content and click Send button. 6. ....