📄️ Pull app code
How to pull an existing app's configuration into your local project for customization.
📄️ Create new field
How to add a new boolean field to an app by editing fields/index.ts and the layout XML.
📄️ Create new calculated field
How to add a calculated field that computes a value from other fields using a JavaScript formula.
📄️ Create new action
How to create a custom action button with preconditions and server-side logic that creates related records.
📄️ Create new visibility rule
How to conditionally show or hide fields on a form based on user role or field values.
📄️ Create new before-save hook (validation)
How to add client-side validation that checks field values before a record is saved.