APEX Introduction It is Object oriented programming language that is used to provide custom code to create business logic and database operation. APEX is also used to create salesforce triggers that will work automatically , before and after database operation(Insert, Update, Delete). Apex provide SOQL and SOSL to manage database operation. SOQL means salesforce Object Query Language and SOSL means salesforce object search language, APEX language syntax is similar to Java programming language, it will compile and execute code using Apex cloud compiler. Salesforce provide developer option to create APEX class and execute option to execute APEX Code. Syntax of Apex public class Classname{ public static retuntype Methodname() { } public retuntype Methodname() { } } Execute Apex code:- Classname ref = new Classname(); ref.methodname(); Static method means it will store data under class memory that's why it would be call by Classname. Instance ...
Hi, I'm Shiva Gautam. With over 15 years of diverse experience in various IT domains, I am now an entrepreneur focusing on both training and software development. My expertise spans across multiple technologies, and I've authored numerous articles on subjects including Java, Python, REACT, NODE, ANGULAR, Cloud, software testing, Django framework, C#, Flutter, Salesforce, Ruby on Rails, .NET, and more. For additional information, please visit shivaconceptsolution.com and kangaroosoftware.net.