Salesforce is the most effective customer relationship management (CRM) system. It helps businesses connect with their customers and offers a range of products and features.
They become
Salesforce is a cloud SaaS platform. Cloud systems have major benefits over legacy computer systems requiring huge server power.
The biggest benefit is.
Salesforce objects are Simply database tables that allow us to store data Specific to the organization in Salesforce. Objects are the building blocks of the sales force CRM platform.
We have two types of objects in Salesforce. They are...
In Salesforce, capture the original creation and modification date of fields in your old system. So that they remain consistent when imported into Salesforce.
Audit fields in Salesforce are special fields that track and record information about a record's life cycle. They are...
Audit fields can be useful for :
" Time" is the latest field in Salesforce.
Salesforce has standard fitters that are applied by fault to most objects. For Example......
Apex is a programming language in Salesforce that allows developers to build Custom functionality and add business logic to the Salesforce platform.
Apex is a strongly typed OOP language that allows developers to execute
transaction control statements and flow on salesforce platform servers in conjunction with calls to the API. Its syntax is similar to Java and serves as database stored procedures. The code can be initiated via triggers on objects and requests from Web services, and they run on the Lightning platform.
Here are some features of Apex: