Salesforce Languages

Salesforce as a platform has two primary languages that have some overlap with Skuid development:

  • Apex: Salesforce’s server-side language. You’ll use this for record or workflow logic, and can incorporate some Apex logic within Skuid pages through the Action Framework.
  • Aura: Primarily dealing with deployment logic or communication between Lightning components. If your Skuid page interacts with other Lightning components, you’ll want to learn more about this framework.