Top-Level Element Creation in Specific Database
- Last UpdatedNov 07, 2025
- 1 minute read
It is now simpler to ensure that top level elements are created in a specific database; a DB keyword and name can be added to the NEW command:
NEW element_type element_name DB database_name
where element_name is also optional; database_name is a full database name, for example, team/database.
For example, this command will create a new SITE named /MYSITE in the MYTEAM/MYDB database:
NEW SITE /MYSITE DB MYTEAM/MYDB