Jump to: navigation, search

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


(Optional configuration)
(Using a Workflow)
Line 41: Line 41:
 
=== Assign a Value Validation object ===  
 
=== Assign a Value Validation object ===  
 
Set a validation object to the VALUEVALIDATION setting of the MetaProperty.
 
Set a validation object to the VALUEVALIDATION setting of the MetaProperty.
 
== Using a Workflow ==
 
A new [[MetaProperty]] can be created and automatically assigned to a [[MetaClass]] via the ''Create new MetaProperty'' workflow. This workflow guides the user through the creation and configuration procedure of a MetaProperty and relates it to the selected MetaClass .
 
 
# Start Workflow “System / Create new MetaProperty ” from the context menu
 
# Set at least name, description and data type
 
# Change the MetaProperty ’s category if necessary
 
# Save the changes
 
# Optional configuration:
 
:: - Reference
 
:: - Selective list
 
:: - Unit item
 
:: - Format
 
:: - Validation flag
 
:: - Number of index keys
 
:: - Default values
 
:: - Initial values
 
  
 
==See also==
 
==See also==

Revision as of 12:57, 23 September 2013

Create new MetaProperty
Create new MetaProperty

A new MetaProperty has to be created as an instance from CUSTOMMETACLASS using the Bulk Editor control

  1. Navigate to the MetaClass CUSTOMMETAPROPERTY
  2. Create a new instance of CUSTOMMETACLASS by entering a name
  3. Set the data type for the property
  4. It is recommenmded to set at least the description and namespace
  5. Save the changes with Ctrl+S or the save command

Optional configuration

Assign a reference

Assign a reference
Assign a reference

Use a reference if the value of the property should link to an UBIK® object. The data type of the MetaProperty has to be Guid that the data (guid) can hold a reference to an UBIK® object.

  1. Locate an existing or create a new Reference
  2. Assign the reference to the REFERENCE attribute either by
    • selecting the desired reference from the dialog appearing after double-clicking the cell
    • dragging and dropping the reference object onto the cell

Assign a selective list

Assign a selective list
Assign a selective list

Define a selective list to a property, if the respective column should display a Combobox with all items of the list instead of the value field. The value can then only be selected from the list, but not be edited manually anymore.

  1. Locate an existing or create a new Selective List
  2. Assign the list to the SELECTIVELIST attribute either by
    • selecting the desired lsit from the dialog appearing after double-clicking the cell
    • dragging and dropping the list object onto the cell

Set a unit item

Format

Validation flag

Number of index keys

Default values

Initial values

Change the MetaProperty’s category if necessary

Enable Value Validation

Check the NEEDSVALIDATION setting of the MetaProperty to enable value validation and let the system explicitely store a validation time stamp information in the database. This is paricularly used on the mobile client in combination with the CLS TASK and CLS MEASUREMENTTASK classification.

Assign a Value Validation object

Set a validation object to the VALUEVALIDATION setting of the MetaProperty.

See also