Jump to: navigation, search

Difference between revisions of "HowTo:Create a new MetaClassScope"


Line 10: Line 10:
 
# The object needs to be added to the list of scopes object of the according [[Application]]:
 
# The object needs to be added to the list of scopes object of the according [[Application]]:
 
:*Individual objects can be added directly to the [[CONTEXTSCOPE|Scopes relation]] in the ACM using the [[Relation Editor#Drag & Drop|Relation Editor]].<br/>[[File:UI_MetaClassScope_03.PNG|330 px|border|alt=MetaClassScope|MetaClassScope]]
 
:*Individual objects can be added directly to the [[CONTEXTSCOPE|Scopes relation]] in the ACM using the [[Relation Editor#Drag & Drop|Relation Editor]].<br/>[[File:UI_MetaClassScope_03.PNG|330 px|border|alt=MetaClassScope|MetaClassScope]]
 +
 +
 +
== See also ==
 +
* [[Make a Property editable on Mobile Client]]
 +
 
[[Category:How-To]]
 
[[Category:How-To]]
 
[[Category:UBIK Studio]]
 
[[Category:UBIK Studio]]

Revision as of 06:57, 10 December 2013

A MetaClassScope is used to specify the list of published properties of a particular MetaClass and granted permissions for this object type.

  1. Navigate to the MetaClass METACLASSSCOPE in the Class Browser
    MetaClassScope
  2. Create a new instance using the Bulk Editor
    MetaClassScope
  3. It is required to assign a target type of the MetaClassScope to the MetaClass attribute either by
    • dragging and dropping a MetaClass object onto the cell
    • selecting the desired MetaClass from the dialog appearing after double-clicking the cell
  4. It is recommended to set at least name and description
  5. Save the changes with Ctrl+S or the save command
  6. The object needs to be added to the list of scopes object of the according Application:


See also