- Добавил: literator
- Дата: 27-03-2020, 04:25
- Комментариев: 0

Автор: salesforce.com
Издательство: salesforce.com
Год: 2019
Страниц: 3327
Язык: английский
Формат: pdf (true)
Размер: 20.6 MB
Getting Started with 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 enables you to add and interact with data in the Lightning Platform persistence layer. It uses classes, data types, variables, and if-else statements. You can make it execute based on a condition, or have a block of code execute repeatedly.