Difference between revisions of "UBIK Studio Manual"
(→3. Creating SelectiveList and SelectiveItem) |
(→3. Creating SelectiveList and SelectiveItem) |
||
| Line 57: | Line 57: | ||
==3. Creating SelectiveList and SelectiveItem== | ==3. Creating SelectiveList and SelectiveItem== | ||
| − | A SelectiveList provides a predefined list of selectable values that users can choose from instead of entering free text. | + | A SelectiveList provides a predefined list of selectable values that users can choose from instead of entering free text. Each individual entry in this list is reprexsented as a SelectiveItem. |
To add a list to a property, you must first switch to the Content View. Then, select Custom > List > SELECTIVELIST and drag it into a Bulk Editor (to access the Content View, switch to the "Content View" in the Class Browser – see screenshot). When creating the list, use the same data type as that of the corresponding Metaproperty. | To add a list to a property, you must first switch to the Content View. Then, select Custom > List > SELECTIVELIST and drag it into a Bulk Editor (to access the Content View, switch to the "Content View" in the Class Browser – see screenshot). When creating the list, use the same data type as that of the corresponding Metaproperty. | ||
<div style="margin-top: 20px;"> | <div style="margin-top: 20px;"> | ||
| − | [[File: | + | [[File:SLL2.png|none|left|400px|link=]] |
</div> | </div> | ||
<div style="margin-top: 15px;"> | <div style="margin-top: 15px;"> | ||
| − | [[File: | + | [[File:SLL1.png|none|left|700px|link=]] |
</div> | </div> | ||
| + | <br> | ||
To create SelectiveItems, navigate to Custom > List > SELECTIVEITEM and drag SELECTIVEITEM into a BulkEditor. | To create SelectiveItems, navigate to Custom > List > SELECTIVEITEM and drag SELECTIVEITEM into a BulkEditor. | ||
| − | + | <div style="margin-top: 0px;"> | |
| − | <div style="margin-top: | + | [[File:SLL4.png|none|left|400px|link=]] |
| − | [[File: | + | |
</div> | </div> | ||
<div style="margin-top: 15px;"> | <div style="margin-top: 15px;"> | ||
| − | [[File: | + | [[File:SLL3.png|none|left|700px|link=]] |
</div> | </div> | ||
| − | + | <br> | |
| − | To add SelectiveItems to a list, the previously created list must be opened in a RelationEditor. To do this, for example, drag Custom->List->SELECTIVELIST->Custom->ANLEITUNG into the RelationEditor. Then, drag the SelectiveItems from the BulkEditor into the corresponding list. | + | <br> |
| + | To add SelectiveItems to a list, the previously created list must be opened in a [[Relation_Editor|RelationEditor]]. To do this, for example, drag Custom->List->SELECTIVELIST->Custom->ANLEITUNG into the RelationEditor. Then, drag the SelectiveItems from the [[Bulk_Editor|BulkEditor]] into the corresponding list. | ||
<div style="margin-top: 20px;"> | <div style="margin-top: 20px;"> | ||
[[File:SLL5.png|none|left|600px|link=]] | [[File:SLL5.png|none|left|600px|link=]] | ||
</div> | </div> | ||
| − | + | <br> | |
To add the list to the property, select the previously created list in the SELECTIVELIST column of CUSTOMMETAPROPERTY. | To add the list to the property, select the previously created list in the SELECTIVELIST column of CUSTOMMETAPROPERTY. | ||
Revision as of 11:31, 15 July 2026
Contents
- 1 1. Connect to a Database
- 2 2. Create Metaclasses and Properties
- 3 3. Creating SelectiveList and SelectiveItem
- 4 4. Create References and Links
- 5 5. Create View
- 6 6. Rebuild
- 7 7. View Test Environment
- 8 8. Scopes and display in the Client
- 9 9. Release Metadefinitions
- 10 10. Create User
- 11 11. Create Workpackages and Tasks
- 12 12. Editors
1. Connect to a Database
The Options dialog can be opened via the icon located in the top-left toolbar, directly below the main menu bar.
Click Apply and OK. It is also possible to run UBIK Studio using "WindowsAuthentication". To do this, the option in the "WindowsAuthentication" column must be set to "true" (in which case the username and password fields do not need to be filled in).
Important:
- Database
- Datasource
- Password
- User
2. Create Metaclasses and Properties
MetaClasses define new object types within the UBIK® data model, while MetaProperties define the corresponding attributes of these object types. Creating Custom MetaClasses and MetaProperties is what allows the data model to be extended beyond the standard objects to meet customer-specific requirements.
To create a new metaclass, right-click on "NAMEDBASECLASS" > "Derive new object".
| |
|
When the newly created metaclass is opened in an ObjectEditor, the properties of the metaclass can be edited. The name and description are mandatory fields, and it is recommended to write the name in uppercase letters. The namespace is optional, and there is also a checkbox for selecting multilanguage. To save the changes, first click in a new line and then select the floppy disk icon.
| To add properties to a metaclass, CUSTOMMETAPROPERTIES are required. To access the CUSTOMMETAPROPERTY, switch to the Content view in the ClassBrowser. Then, drag Custom -> Main -> Base -> CUSTOMMETAPROPERTY into the BulkEditor. When creating a new property, first specify the name and description. Next, define the namespace and the data type.
|
