Jump to: navigation, search

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


(Optional configuration)
Line 9: Line 9:
 
== Optional configuration ==
 
== Optional configuration ==
 
=== Assign a reference ===
 
=== Assign a reference ===
 
 
=== Assign a selective list ===
 
=== Assign a selective list ===
 
=== Set a unit item ===
 
=== Set a unit item ===
:: - Format
+
=== Format ===
:: - Validation flag
+
=== Validation flag ===
:: - Number of index keys
+
=== Number of index keys ===
:: - Default values
+
=== Default values ===
:: - Initial values
+
=== Initial values ===
:: - Change the MetaProperty’s category if necessary
+
=== Change the MetaProperty’s category if necessary ===
 +
=== Enable Value Validation ===
 +
Check the NEEDSVALIDATION setting of the MetaProperty
 +
 
 +
If a MetaProperty has value validation enabled the system explicitely stores a validatoin time stamp information in the database. This is paricularly used on the mobile client in combination with the [[CLS_TASK]] and [[CLS_MEASUREMENTTASK]] classification.
 +
 
 +
* der Wert dieser Eigenschaft muss am Client validiert, dh. zumindest einmal angeklickt, werden. Bei Verwendung der CLS_TASK Klassifizierung wird dieses Objekt als Finished gekennzeichnet, sobald ALLE solch konfigurierten MetaEigenschaften validiert sind.
  
=== Relate to MetaClass ===
+
=== Set a validation object to the VALUEVALIDATION setting ===
  
 
== Using a Workflow ==
 
== Using a Workflow ==
Line 39: Line 44:
  
  
==Settings==
 
NEEDSVALIDATION
 
* explizite Speicherung des Validierungszeitstempels
 
* zB Verwendung am Client: der Wert dieser Eigenschaft muss am Client validiert, dh. zumindest einmal angeklickt, werden. Bei Verwendung der CLS_TASK Klassifizierung wird dieses Objekt als Finished gekennzeichnet, sobald ALLE solch konfigurierten MetaEigenschaften validiert sind.
 
  
 
==See also==
 
==See also==

Revision as of 13:40, 21 August 2013

A new MetaProperty has to be created as an instance from CUSTOMMETACLASS. This can easily be done in the Bulk Editor control following the steps

  1. Navigate to the MetaClass CUSTOMMETAPROPERTY
  2. Create a new instance
  3. Set at least name, description and data type
  4. Save the changes with Ctrl+S

Optional configuration

Assign a reference

Assign a selective list

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

If a MetaProperty has value validation enabled the system explicitely stores a validatoin time stamp information in the database. This is paricularly used on the mobile client in combination with the CLS TASK and CLS MEASUREMENTTASK classification.

  • der Wert dieser Eigenschaft muss am Client validiert, dh. zumindest einmal angeklickt, werden. Bei Verwendung der CLS_TASK Klassifizierung wird dieses Objekt als Finished gekennzeichnet, sobald ALLE solch konfigurierten MetaEigenschaften validiert sind.

Set a validation object to the VALUEVALIDATION setting

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 .

  1. Start Workflow “System / Create new MetaProperty ” from the context menu
  2. Set at least name, description and data type
  3. Change the MetaProperty ’s category if necessary
  4. Save the changes
  5. Optional configuration:
- Reference
- Selective list
- Unit item
- Format
- Validation flag
- Number of index keys
- Default values
- Initial values


See also