Salesforce CMS is a hybrid Content Management System. It was announced in Dreamforce ’19 and is generally available from Winter ’20. You can create and manage content from a single location, then use that in multiple places. It allows you to share content across communities, create content on Community by Community basis, and assign access roles to users to control who creates the content. It is available in both Lightning and Visualforce + Tabs Communities.
Architects
Dreamforce 2020 Opening Keynote Highlights
A 60 Minutes Step-By-Step DIY Guide to Salesforce REST API for Non-Developers
No kidding. Even if you are not a developer, you can still learn the basics of Salesforce REST API in just under 60 minutes. Here is a step-by-step do-it-yourself guide on how to make REST API calls and interact with Salesforce.
But first of all, what is Salesforce REST API? Here is a very simple explanation – Salesforce REST API allows you to interact with Salesforce from outside the Salesforce. That means that you can create/update/delete records in Salesforce from an external program. That means that you can issue a query to Salesforce and get the response.More
Salesforce Communities – A Step By Step Guide To Getting Started From Scratch
Salesforce Communities is a great platform to connect and collaborate with your customers, partners, and employees. It is quick & easy to create mobile-responsive Communities with pre-built templates. And here is how you can build your own Community from scratch in less than 60 minutes. Display knowledge articles allow customer to log cases and post questions on Chatter.
Order of Execution (Rules, Triggers etc.) in Salesforce & Debug Log
Salesforce has a bunch of rules that can be defined on objects and fields. For example, you can define validation rules, workflow rules, process builder, flows, assignment rules, escalation rules, auto-response rules, triggers etc.
Whether you are an administrator, consultant, developer, or architect – it is important for you to understand the order in which these rules and triggers are executed.
The following picture depicts the order of execution visually. (For finer details, please refer to the Apex Developer Guide URL mentioned under ‘References & Useful URLs‘ section below).