0% found this document useful (0 votes)
69 views

SALESFORCE Links

This document contains links to various resources for learning about Apex and automation in Salesforce. It includes links to documentation and examples for using Flow Builder, Apex classes like Map, List, and SaveResult, querying with SOQL offsets, implementing triggers, using custom metadata types, bulkifying code to avoid governor limits, string manipulation, and dates. Asynchronous processing techniques like queueable Apex and the order of execution for triggers are also referenced.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
69 views

SALESFORCE Links

This document contains links to various resources for learning about Apex and automation in Salesforce. It includes links to documentation and examples for using Flow Builder, Apex classes like Map, List, and SaveResult, querying with SOQL offsets, implementing triggers, using custom metadata types, bulkifying code to avoid governor limits, string manipulation, and dates. Asynchronous processing techniques like queueable Apex and the order of execution for triggers are also referenced.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

FLOW Builder Examples:

- https://automationchampion.com/tag/flow-examples/

FLOW Builder (Mass Transfer Records):


- https://automationchampion.com/2021/06/17/mass-transfer-records-using-salesforce1-app/

FLOW Builder (Auto Submit Record into Approval Process):


- https://automationchampion.com/2020/11/20/auto-submit-record-into-approval-process-with-flow/

APEX MAP Class:


- https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_map.htm

APEX LIST Class:


- https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_list.htm

APEX SaveResult Class:


- https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/
apex_methods_system_database_saveresult.htm

APEX OFFSET | SOQL and SOSL:


- https://developer.salesforce.com/docs/atlas.en-us.soql_sosl.meta/soql_sosl/
sforce_api_calls_soql_select_offset.htm

APEX Triggers:
- https://trailhead.salesforce.com/en/content/learn/modules/apex_triggers/apex_triggers_intro

APEX Trigger Framework:


- https://www.apexhours.com/trigger-framework-in-salesforce/

APEX Trigger Handler:


- https://www.salesforceben.com/the-salesforce-trigger-handler-framework/

APEX Custom Metadata Types Basics:


- https://trailhead.salesforce.com/en/content/learn/modules/custom_metadata_types_dec/cmt_overview

APEX Governor Limits:


- https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/
salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_apexgov.htm

APEX indexOf():
- https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/
apex_methods_system_string.htm#apex_System_String_indexOf

APEX Date Class:


- https://developer.salesforce.com/docs/atlas.en-us.apexref.meta/apexref/apex_methods_system_date.htm

APEX Transaction Control:


- https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/
langCon_apex_transaction_control.htm

APEX Exception Statements:


- https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_exception_statements.htm

APEX Test Class:


- https://www.apexhours.com/apex-test-class-best-practices/

Triggers and Order of Execution:


- https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/
apex_triggers_order_of_execution.htm

Queueable APEX:
- https://www.sfdcpoint.com/salesforce/queueable-apex-salesforce/

Asynchronous APEX:
- https://trailhead.salesforce.com/en/content/learn/modules/asynchronous_apex/async_apex_queueable

You might also like