Posts

Showing posts from February, 2022

Different Salesforce User Licences

  Different Salesforce User Licences The salesforce User-licences are divided into different types, which are given below: Salesforce Salesforce Platform Lightning Platform: com-One App Knowledge only User Content Only User Guest User Customer Portal Manager Standard Customer Portal Manager Custom High Volume Customer Portal User Chatter Only Chatter Free License Chatter External 1. Salesforce The Salesforce license type is the Standard user license designed for the users who need complete access to the standard CRM and Salesforce AppExchange applications. The users with this license can access any standard or custom application. This is one of the most commonly purchased licenses.  This is available in all the salesforce editions. 2. Salesforce Platform This license type is for those users who only want to have access to custom or AppExchange App without the standard CRM functionalities. With the license, the users can access the core platform functionalities, e.g.,  accounts, contact

Custom Field Validations - Salesforce

  Allow Number to Be Increased but Not Decreased FIELD VALUE Description: Allows a custom field called  Commit Amount  to be increased but not decreased after initial creation. This rule uses the PRIORVALUE() function to compare the updated value of the field to its value prior to update. Formula: PRIORVALUE(Commit_Amount__c) > Commit_Amount__c Error Message: Commit Amount cannot be decreased. Error Location: Commit Amount California Driver's License FIELD VALUE Description: Ensures that a custom field called  Drivers License  is in the correct A9999999 format when the  Mailing State  is “CA”. Formula: AND( MailingState = "CA", NOT(REGEX(Drivers_License__c, "([A-Z]\\d{7})?")) ) Error Message: Invalid California driver's license format. Error Location: Drivers License Force Users to Check “I Accept Terms” to Enter Certain Values FIELD VALUE Description: Uses a checkbox labeled “I accept terms” to force the user to select a checkbox in order to enter a valu