Most commented posts
- System Mode and User Mode in Salesforce — 2 comments
- Record Types in Salesforce — 2 comments
- Workflow in Salesforce — 1 comment
Sep 11
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 …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/workflow-in-salesforce/
May 15
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 …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/system-mode-and-user-mode-in-salesforce/
Mar 04
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 …
Permanent link to this article: https://www.sfdcpoint.com/salesforce/record-types-in-salesforce/
Recent Comments