WHAT IS APEX IN SALESFORCE? (PART 2)
What Is Salesforce Apex? Features of Apex as Language - Part -2 Features of Apex as a Language : Let us now discuss the features of Apex: IntegratedApex has built in support for DML operations like INSERT, UPDATE, DELETE and also DML Exception
0 Comments
WHAT IS APEX IN SALESFORCE? (PART 1)
What is apex :- Apex is a strongly typed, object-oriented programming language that allows developers to execute flow and transaction control statements on the Lightning Platform server, in conjunction with calls to the API. Apex is like Java for Salesforce. It uses