Skip to main content

Publish How To's

How to's for the Publish guide.

How To Enable The Publish Option

  1. Make sure the project is built successfully (Build Project & Server).
  2. Resolve any validation errors in forms, flows, or scripts.
  3. If needed, reload the IDE or reopen the project.

How To Publish a Project

  1. Open the project you want to publish.
  2. Go to Run > Publish Project.
  3. Select the version type: Minor or Major.
  4. In the modal window, optionally enter release notes.
  5. Click the Publish button to complete the process.

How To Choose Between Minor And Major Publish

  1. Use Minor if your changes are non-breaking (e.g., labels, validations).
  2. Use Major if changes affect workflows, schema, or variables.
  3. In the publish modal, select the appropriate version type.
  4. Choose carefully to maintain compatibility for users.