Difference between revisions of "Setting Up UBIK for CUI"
| (5 intermediate revisions by the same user not shown) | |||
| Line 18: | Line 18: | ||
To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> SYSTEMOBJECT -> COMOS_PROJECT | To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> SYSTEMOBJECT -> COMOS_PROJECT | ||
| − | Or on Content View you find it below Namespaces; goto -> Comos -> Comos.Interface ->COMOS_PROJECT | + | |
| + | Or on Content View you find it below Namespaces; goto -> {}Comos -> {}Comos.Interface ->COMOS_PROJECT | ||
[[File:ComosProject_see_all.png|400px]][[File:ComosProject_ContentView.png|400px]] | [[File:ComosProject_see_all.png|400px]][[File:ComosProject_ContentView.png|400px]] | ||
| Line 36: | Line 37: | ||
Similar to COMOS_PROJECT go to MetaClass COMOS_LOGIN and derive a new Metaclass. | Similar to COMOS_PROJECT go to MetaClass COMOS_LOGIN and derive a new Metaclass. | ||
| + | |||
Reason is to get a Metaclass that is cut off from this SystemMetaClass, wich could be changed on an Update of UBIK. | Reason is to get a Metaclass that is cut off from this SystemMetaClass, wich could be changed on an Update of UBIK. | ||
To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> SYSTEMOBJECT -> SERVICE_LOGIN -> BASICAUTH_SERVICE_LOGIN -> COMOS_LOGIN | To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> SYSTEMOBJECT -> SERVICE_LOGIN -> BASICAUTH_SERVICE_LOGIN -> COMOS_LOGIN | ||
| − | Or on Content View you find it below Namespaces; goto -> Comos -> Comos.Interface -> COMOS_LOGIN | + | |
| + | Or on Content View you find it below Namespaces; goto -> {}Comos -> {}Comos.Interface -> COMOS_LOGIN | ||
[[File:ComosLogin_see_all.png|400px]][[File:ComosLogin_ContentView.png|400px]] | [[File:ComosLogin_see_all.png|400px]][[File:ComosLogin_ContentView.png|400px]] | ||
| Line 57: | Line 60: | ||
Similar like bevor go to MetaClass INTERFACE_ADMIN_COMOS and derive a new Metaclass. | Similar like bevor go to MetaClass INTERFACE_ADMIN_COMOS and derive a new Metaclass. | ||
| + | |||
Reason is to get a Metaclass that is cut off from this SystemMetaClass, wich could be changed on an Update of UBIK. | Reason is to get a Metaclass that is cut off from this SystemMetaClass, wich could be changed on an Update of UBIK. | ||
To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> INTERFACE_ADMIN_ROOT -> INTERFACE_ADMIN_COMOS | To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> INTERFACE_ADMIN_ROOT -> INTERFACE_ADMIN_COMOS | ||
| − | Or on Content View you find it below Namespaces; goto -> Comos -> Comos.Interface -> Comos.Interface.Administration -> INTERFACE_ADMIN_COMOS | + | |
| + | Or on Content View you find it below Namespaces; goto -> {}Comos -> {}Comos.Interface -> {}Comos.Interface.Administration -> INTERFACE_ADMIN_COMOS | ||
[[File:IA_COMOS_see_all.png|400px]][[File:IA_COMOS_ContentView.png|400px]] | [[File:IA_COMOS_see_all.png|400px]][[File:IA_COMOS_ContentView.png|400px]] | ||
| Line 70: | Line 75: | ||
To Configure the Proxys that should be Imported and Exported please open the New InterfaceAdmin in a RelationEditor. Than drag an drop all the relevant Proxy to the Interface admin Object. | To Configure the Proxys that should be Imported and Exported please open the New InterfaceAdmin in a RelationEditor. Than drag an drop all the relevant Proxy to the Interface admin Object. | ||
| − | [[File:IA_RELATIONS.png| | + | [[File:IA_RELATIONS.png|800px]] |
= Relation between Comos Project and Language = | = Relation between Comos Project and Language = | ||
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED --> | <!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED --> | ||
| + | |||
| + | Different to bevore RelationalClass SYSREL_PROJECT_LANGUAGE stays the SystemMetaClass. | ||
| + | |||
| + | To find the MetaClass in {{UBIK}} See all goto -> RELATIONDATA -> SYSREL_PROJECT_LANGUAGE | ||
| + | |||
| + | Or on Content View you find it below Namespaces; goto -> {}Comos -> {}Comos.Interface -> SYSREL_PROJECT_LANGUAGE | ||
| + | |||
| + | [[File:Lang_REL_see_all.png|400px]][[File:Lang_REL_ContentView.png|400px]] | ||
| + | |||
| + | Please open the Class in a Bulk Editor; | ||
| + | |||
| + | [[File:REL_OVERVIEW.png|1200px]] | ||
| + | |||
| + | To Create a new Instance set a Comos_Project Instance to LEFTUID and a Language Object to the RIGHTUID. | ||
| + | |||
| + | Add the Microsoft LCID number for your Language. | ||
| + | |||
| + | And also the Comos settings witch Language is the current Project, and User Default. | ||
| + | |||
| + | The Languages from UBIK u find in | ||
| + | |||
| + | To find the MetaClass in {{UBIK}} See all goto -> SYSROOT -> INTERFACE_ADMIN_ROOT -> INTERFACE_ADMIN_COMOS | ||
| + | |||
| + | Or on Content View you find it below Namespaces; goto -> {}System -> {}System.Main -> {}System.Main.Language -> LANGUAGE -> {}System | ||
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | ||
| Line 79: | Line 108: | ||
==See also== | ==See also== | ||
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED --> | <!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED --> | ||
| + | |||
| + | [[Add_Languages_to_UBIK]] | ||
| + | |||
| + | [https://cldr.unicode.org/ Unicode CLDR Project] | ||
| + | |||
| + | [https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/70feba9f-294e-491e-b6eb-56532684c37f Microsoft LCID] | ||
Latest revision as of 12:55, 16 October 2025
Setting uo a UBIK Database fur CUI Dataexchange
