Jump to: navigation, search

Difference between revisions of "HowTo:Add a new file extension"


m
m
Line 5: Line 5:
 
# Add your new file extension to the selective list<br/>Open the SELECTIVELIST MetaClass and connect the objects called FILETYPES with the {{Relation_Editor}} to add your new file extension via drag & drop.<br/>[[File:UI_HowTo_Add_a_file_extension_07.png|220 px|border|alt=Add a file extension|Add a file extension]]<br/>[[File:UI_HowTo_Add_a_file_extension_08.png|220 px|border|alt=Add a file extension|Add a file extension]]<br/>[[File:UI_HowTo_Add_a_file_extension_09.png|220 px|border|alt=Add a file extension|Add a file extension]]<br/>{{Attention|Please do not forget the save button.}}
 
# Add your new file extension to the selective list<br/>Open the SELECTIVELIST MetaClass and connect the objects called FILETYPES with the {{Relation_Editor}} to add your new file extension via drag & drop.<br/>[[File:UI_HowTo_Add_a_file_extension_07.png|220 px|border|alt=Add a file extension|Add a file extension]]<br/>[[File:UI_HowTo_Add_a_file_extension_08.png|220 px|border|alt=Add a file extension|Add a file extension]]<br/>[[File:UI_HowTo_Add_a_file_extension_09.png|220 px|border|alt=Add a file extension|Add a file extension]]<br/>{{Attention|Please do not forget the save button.}}
  
=== Compile and release the ACM ===
+
# [[HowTo:Release_MetaDefinitions|Release the new MetaDefintiions]]
 
+
# Restart the [[HowTo:Configure_Microsoft_IIS_for_UBIK|web service]]
# Open the ''[[Release_data_model|compile window]]'' using F6 key.
+
# Release the ACM with the {{ACM_Manager}} using F11 key.
+
# Restart your ''[[HowTo:Configure_Microsoft_IIS_for_UBIK|web service]]''.
+
  
 
[[Category:How-To|Add a new file extension]]
 
[[Category:How-To|Add a new file extension]]
 +
[[Category:Document|Add a new file extension]]

Revision as of 11:53, 19 February 2016

File extensions are necessary to open files with the right program. This article explains how to add a new file extension in the data base.

  1. Open UBIK® Studio and connect to database.
    In the Class Browser switch to the Content view.
    Add a file extension
  2. Add a SelectiveItem in Admin mode
    Now browse to {System.List} in the Class Browser and open the MetaClass SELECTIVEITEM in the Bulk Editor (via Drag & Drop).
    Add a file extension
    Add a file extension
    Every row in the Bulk Editor is shown greyed and can´t be edited, because the MetaClass SELECTIVEITEM is a system MetaClass. So we need to enable the Admin mode.
    Add a file extension
    Add a file extension
    After enabling the Admin mode you can add a new row for your file extension.
    Add a file extension
  3. Add your new file extension to the selective list
    Open the SELECTIVELIST MetaClass and connect the objects called FILETYPES with the Relation Editor to add your new file extension via drag & drop.
    Add a file extension
    Add a file extension
    Add a file extension
    IC Attention.pngPlease do not forget the save button.
  1. Release the new MetaDefintiions
  2. Restart the web service