You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schemas are released along with new versions of DSW after an update you might have to migrate different objects. Please consult the upgrade guidelines.
Some migrations are handled on a DB level.
If you have to migrate your document template, you can check out the diff in the schemas in the git repository (or also in the changelog) and change your template accordingly.
If you do not use any of the affected paths in your template you usually can just increment the version.
Example: ctx.questionnaireReplies is now ctx.questionnaire.replies
If you are using a fork of the DSW root knowledge model you can apply these changes by updating you KM.
Projects might have to be updated to allow export with the new metamodel.