=== Enabling and Disabling the View Creation ===
{{Version/ServerSince|4.7.0}} There is a button for enabling and disabling the view creation, located at the bottom of UBIKĀ® Studio. {{Version/ServerSince|4.7.0}} It governs the setting for enabling and disabling database view creation and makes sure to create or update the views if necessary.
[[File:View Content Button1.png|border|280px|View Creation button]]
|}
{{Version/ServerSince|4.4.0}} Prior to UBIK version 4.7, the views can be created and dropped by code. {{Version/ServerSince|4.4.0}}
<source lang="csharp">
bool result = anyUbikObject.Environment.UBIKDataFactory().CreateAllViews();