<eocfield>

Mechanism to display field data. Note the following about this particular tag:

  • It must nest within an <eocrepeatallrecords> tag

  • It can only be used once per field name per view.

  • If the field was created with a <feature>, or its type is geography, it renders as a Map button and opens the map specified as the default in the WebEOC Nexus Admin View.

  • The name in the <eocfield> tag must match the name in the input tag exactly.

  • Built-in eocfields available on every board include dataid, entrydate, username, positionname, and incident.

    <eocfield> attributes
    Attribute Allowed Values Requirements Description
    name (%fieldname|%systemfield) Required Name of the field.
    filetype (image|video|audio) Implied

    Displays the image, video, and audio if uploaded from an input view. Video and audio values allow you to use video and audio attributes.

    disableclick (false|true)false Implied If true, disables the field from linking to the input view.
    type (fk|rl)none Implied Source of the field; fk=foreign key and rl=related list.
    table %tablename Implied Table attribute is required for type fk or type rl.