Form generation
- Entity generation will now generate a sub folder for every form
- EnvironmentVariable generation
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:
- Regenerate all your entities
- Move content from Entity/Entity.ts and Entity/Entity.form.ts to correct form subfolder equivalents
- Remove Entity/Entity.ts and Entity/Entity.form.ts files
- Remove Entity entry in webpack.config.ts
- Turn off unused forms in Entity/build.json, which will prevent them being deployed
- Deploy your code
- In your forms replace Entity.ts by new form equivalent
- In your solution deprecate/remove Entity.ts files