Code Extension

Skuid JavaScript API

The Skuid JavaScript API allows developers to extend the declarative capabilities of Skuid with code.

The Skuid JavaScript API can perform client-side UI operations, invoke CRUD operations on any data object from a connected and authenticated data source, and more.

The JavaScript API also provides a debugging utility, allowing builders to observe internal application functionality, understand process flows, and correct errors.

See more:

Does Skuid work with custom Apex?

Skuid can make Apex calls declaratively via the Action Framework or Skuid’s JavaScript API.

Whenever Skuid models or Skuid’s JavaScript APIs perform CRUD operations on Salesforce data, Apex triggers fire automatically and do not require any additional configuration to support.