Jump to: navigation, search

Difference between revisions of "MetaProxyProperty"


(Configuration of MetaProxyProperty (Relation data))
Line 9: Line 9:
 
! Property!! Description!! Type
 
! Property!! Description!! Type
 
|-
 
|-
| Calculated Value|| Defines the exported/import Ubikvalue as a calculated one See ... || Drop Down field (Integer)
+
| Calculated Value || Defines the exported/import value as a calculated one. || {{Integer}} (Drop down)
 
|-
 
|-
| IsExternalPrimaryKey|| Defines the Property as an [[ExternalPrimaryKey|external primary key]] || Boolean
+
| IsExternalPrimaryKey|| Defines the property as an [[ExternalPrimaryKey|external primary key]]. || {{Boolean}}
 
|-
 
|-
| ImportTarget - Index|| Index of the referenced Target Proerty where the value should be stored to / come from. Defaultvalue = -1  || Integer
+
| ImportTarget - Index|| Index value of the target property (if this property uses index values at all, default = -1). || {{Integer}}
 
|-
 
|-
| ImportTarget - PropertyName|| Reference to the MetaProperty the imported/exported data should be stored to / come from || Drop Down field (Link)
+
| ImportTarget - PropertyName|| Reference to the target MetaProperty object. || {{Guid}} (Drop down)
 
|-
 
|-
| Update Type|| Defines the [[ProxyUpdateType|Proxy Update Type]] || Drop Down field (Integer)
+
| Update Type || Defines the [[ProxyUpdateType|Proxy Update Type]] || {{Integer}} (Drop down)
 
|-
 
|-
 
|}
 
|}
  
 +
[[Category:Interfacing|ProxyMetaProperty]]
  
 
== Reference MetaProxyProperty ==
 
== Reference MetaProxyProperty ==

Revision as of 08:57, 23 November 2015

A ProxyMetaProperty is used for defining the import / export behavior for one single data entry and is used by MetaProxy objects. The set of used ProxyMetaProperties on one single MetaProxy defines the structure of the interface representative (Proxy) for a set of UBIK® objects (per interface). The detailed configuration of a ProxyMetaProperty must be done on the Relation object between MetaProxy and MetaProxyProperty (SYSREL METAPROXY PROPERTY).

Configuration of MetaProxyProperty (Relation data)

Property Description Type
Calculated Value Defines the exported/import value as a calculated one. Integer (Drop down)
IsExternalPrimaryKey Defines the property as an external primary key. Boolean
ImportTarget - Index Index value of the target property (if this property uses index values at all, default = -1). Integer
ImportTarget - PropertyName Reference to the target MetaProperty object. Guid (Drop down)
Update Type Defines the Proxy Update Type Integer (Drop down)

Reference MetaProxyProperty

It is possible to define a Reference for a MetaProxyProperty. If the targeted Type is a MetaProxy object the MetaProxyProperty is defined as External Link Property (See usage of external primary key).

If the target of the import is a GUID Property the target object of the refered Proxy Instance will be set as target value.

IC Attention.pngIndexValues and Mulitlanguage values are not supported before Version 2.3.3!
IC Attention.pngValue Validation for MetaProxyProperties is not supported.
IC Attention.pngMultilanguage is not supported for MetaProxyProperties, separate index values have to be used instead!


See also