edrField

Extends: baseModel
Namespace: (default namespace)
XML Schema: ns0.xsd

A class is used to describe the details of an EDR field. OCECAS provides a set of EDR fields in six different groups, namely Call Info EDR Group, Platform Info EDR Group, Web Request EDR Group, Chassis Info EDR Group, and User Data EDR Group,

XML

Elements

name (type) min/max
occurs
description
permanentId (integer) 0/1 The edr field Permanent ID, which is visible to users, can not be null.
parentId (integer) 0/1 The edr field parent's Permanent ID, can not be null. Can be 0 for EDR field groups.
parentName (string) 0/1 The edr field parent Name.
name (string) 0/1 The edr field name.
addToEdr (integer) 0/1 Whether this field is added into EDR.
systemUse (integer) 0/1 Whether the field is only for system use, namely readonly. Users are not able to customise its value.
type (string) 0/1 The edr field type, used for rendering GUI. Only String type is supported now, meaning that users see a plain text widget for all edr fields.
description (string) 0/1 The description of this edr field.
changeSetId (integer) 0/1 The id of the change set that this EDR Field belongs to.
conceptId (integer) 0/1 The ID of the external-concept that this EDR field is associated with.
deleted (boolean) 1/1 Where this edr field is deleted.