Saturday 9 July 2022

Salesforce Apex Programming Language

Apex is an object-oriented programming language which is "native" to Salesforce. The Apex code runs on the so-called "Lightning Platform". A task you might do in Apex for example may be to loop through a bunch of customer accounts. Lists, Maps and Sets are the standard data structures in Apex.

No comments: