Publish How To's
How to's for the Publish guide.
How To Enable The Publish Option
- Make sure the project is built successfully (Build Project & Server).
- Resolve any validation errors in forms, flows, or scripts.
- If needed, reload the IDE or reopen the project.
How To Publish a Project
- Open the project you want to publish.
- Go to Run > Publish Project.
- Select the version type: Minor or Major.
- In the modal window, optionally enter release notes.
- Click the Publish button to complete the process.
How To Choose Between Minor And Major Publish
- Use Minor if your changes are non-breaking (e.g., labels, validations).
- Use Major if changes affect workflows, schema, or variables.
- In the publish modal, select the appropriate version type.
- Choose carefully to maintain compatibility for users.