Guest User

Most commented posts

  1. System Mode and User Mode in Salesforce — 2 comments
  2. Record Types in Salesforce — 2 comments
  3. Workflow in Salesforce — 1 comment

Author's posts

Workflow in Salesforce

Salesforce Workflow Rules

Workflow Rules in Salesforce What is Salesforce Workflow Rules? Workflow lets you automate standard internal procedures and processes to save time across your org. A workflow rule is the main container for a set of workflow instructions. These instructions can always be summed up in an if/then statement. For Example: If you have symptoms of Coronavirus then stay at home. Workflow …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/workflow-in-salesforce/

System Mode and User Mode in Salesforce

System Mode and User Mode in Salesforce

System Mode and User Mode in Salesforce System Mode and User Mode in Salesforce System mode means running apex code by ignoring user’s permissions. User mode means running apex code by respecting user’s permissions and sharing of records. Let’s understand it in more detail. System Mode System mode means running apex code by ignoring user’s …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/system-mode-and-user-mode-in-salesforce/

Record Types in Salesforce

Record Types in Salesforce

Record Types in Salesforce Record Types in Salesforce Record types in Salesforce allow you to have different business processes, picklist values, and page layouts to different users based on profile. You might create record types to differentiate your regular sales deals from your professional services engagements, offering different picklist values for each. Record types in …

Continue reading

Permanent link to this article: https://www.sfdcpoint.com/salesforce/record-types-in-salesforce/