General Knowledge

When a custom object is created in Salesforce, how many associated objects are automatically created

When you create a custom object in Salesforce, Salesforce does automatically generate a few related system objects behind the scenes- Suppose a custom object named Test_Obj is created. The following system objects might also be generated automatically: Test_Obj__ChangeEvent, Test_Obj__History, and Test_Obj__Share. However, the creation of these system objects depends on specific conditions, such as whether […]

When a custom object is created in Salesforce, how many associated objects are automatically created Read More »

Difference bw Interpreted and Compiled Programming Language

The key difference between interpreted and compiled programming languages lies in how the source code is executed by the computer: 1. Compiled Languages: Definition: A compiled language is a programming language whose source code is translated directly into machine code (binary code) by a compiler before execution. Process: The compiler reads the entire source code,

Difference bw Interpreted and Compiled Programming Language Read More »

UI Development in Salesforce

Salesforce offers two ways to build user interfaces (UI) in Lightning Experience: low-code and pro-code. Use low-code point-and-click tools to implement business logic or build user interfaces. Use pro-code tools to write your own code and fully customize your apps.  Low-code:  Lightning pages Quick actions URL buttons Utility bar Flows   Pro-code:   Lightning Web

UI Development in Salesforce Read More »