Skip to content

Form generation

Compare
Choose a tag to compare
@nsteenbeek nsteenbeek released this 16 Jul 13:29
· 504 commits to master since this release

Breaking changes
You need to update your project: hso-d365 update
After updating your project will be backward-compatible, but we recommend to update by following steps:

  1. Regenerate all your entities
  2. Move content from Entity/Entity.ts and Entity/Entity.form.ts to correct form subfolder equivalents
  3. Remove Entity/Entity.ts and Entity/Entity.form.ts files
  4. Remove Entity entry in webpack.config.ts
  5. Turn off unused forms in Entity/build.json, which will prevent them being deployed
  6. Deploy your code
  7. In your forms replace Entity.ts by new form equivalent
  8. In your solution deprecate/remove Entity.ts files