book
Article ID: KB0071744
calendar_today
Updated On:
Description
What is the way to create child modules through refactoring that does not duplicate schema definitions?
Resolution
Video:
https://youtu.be/vmDYJocl9nAMoving schemas between modules often leads to some duplication. This presentation demonstrates when that happens and how to avoid it by using Named Schemas from an interface (.sbint) and making sure a Named Schema is appropriately referenced in Studio where it is used before performing a refactoring step.
Issue/Introduction
Video link. Refactoring into modules can duplicate schemas. Using Named Schemas from imports prevents this.