When to involve developers

You can build and test most forms in Designer. Some tasks need your technical team.

Authors usually own

  • Layout, labels, and field keys
  • Validation rules from the Rules picker
  • Creating and naming Code actions in Designer for approved form logic
  • Attaching available Common, Code, and Custom actions to component events
  • Preview testing and export for review

Code versus Custom actions

TypeWhere it is definedAuthor’s role
CodeIn Designer and stored with the formCreate, name, edit, and attach approved logic
CustomIn the host application’s actions propertyAttach available actions; request new ones

Developers usually own

TopicWhy
Installing Designer in your appInstallation
Form storage and APIsForm storage
Registering Custom actions and integrationsActions
Custom components in the paletteCustom components
Computed properties and complex Render WhenComputed properties
License keys for paid featuresLicense key
Designer UI customizationDesigner customization

Hand off cleanly

Use Hand off to your technical team with export files and a field key list.

Summary

Use the Form Author Guide for authoring tasks. Authors can create Code actions in Designer. Involve developers to register new Custom actions or when logic needs APIs, secrets, or application code. Do not change production Code actions or form validators without review.

See also