Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

Map object classes

While registering a domain, in Object Classes (External) set all Fi2 class names as defined by the standard:

...

These class names must be used as they will be recognized and mapped to corresponding fi2 object types.

Here is a sample with mappings for Fi2 classes (note, that internal class names may vary in your system).

 

...

Map Data fields

For each class, user can define any number of mapped fields. 

  • Source class: External class from fi2 schema

  • Source field - External field name, used when exporting to generic type

  • Target field - Internal Field

  • Source field type (Fi2 Field Type) - External field type, e.g. area, class etc

  • Source value type (Fi 2 Value Type) - External sub type, e.g. BRA, NTATarget field - Internal Field

Sample usage of fields mapping for Fi2 and Space object:

...

As an example, in this mapping first row we are instructing the system to export our space_bra field as AREA tag with fi2area_code set to BRA.

Please inspect the specific types listed below and their possible values for “Value Type” and their impact on the output XML.

Possible field types

Source field type - Fi2 Field Type

  • AREA - use for fields containing area values. Requires Source value type

  • CLASS - use with dictionary / lookup fields

  • VALUE - use for generic values

  • ID - use for object ID values

  • NAME - use from object name tag

  • ADDRESS - use for object address tag

  • DESCR - use for object description tag

  • CONSTRYEAR - use for object contrition year tag

...