4.9 Understanding DB Scripts for Web Components
This topic describes the significance of DB folder generate inside the web component folder.
This is important as without executing these scripts extension web components will not be loaded inside application shell and even these components menu will be not listed in left navigation menu.
DB folder inside the web component consists of two folders sms and ui-config:
- SMS: The sms scripts consists of all the service activity, functional activity generated all out of the box from OBX.
- UI Config: This script should be compiled in ui-config schema. It maintains the ledger of all the extended components. App-shell uses this configuration to identify which components should be referred from extended-component war.
Parent topic: UI Extensions – Web Component