Share
 
 

Common Data Fields

This topic contains information on all the common data fields that can be found for most objects:

  • Scheduled Task fields information for all survey and repair objects - used to store details of task status for a survey, maintenance or repair activity.
  • Defects - allow you to view any survey image files you have imported.
  • Attachments - can be specified for all asset, survey, repair, incident and zone objects. The Attachments editor allows viewing and managing of attachments such as images (pictures, sketches, photos), videos and other files for a network object.
  • User Fields such as User Numbers and User Text Fields - These allow you to view and edit the data that most network objects can store in user defined fields.
  • General properties - Notes, special instructions, barcodes, and identifiers, which are used to store any additional relevant information for the network object, and Hyperlinks which are used to associate external files or Internet addresses with objects in the model.
  • Time series links - Can be specified for all asset objects, zone and property types of zone objects, and monitoring and water quality types of survey objects. It allows you to link the appropriate network objects to time series data in either the Infinity System or to ICM time series database (TSDB) objects in the current database.
  • Validation - Most network object types can have validation information on their property sheet. If the Show Validation Errors option is enabled, the object is automatically validated and any validation errors or warnings are displayed on the Property Sheet (a validation object must be associated with the network). In the tabbed Property Sheets, the Validation page automatically validates the object and displays any validation errors or warnings whenever it is accessed (a validation object must be associated with the network).

These common data fields are described in the table or in the sections below.

Scheduled Task Fields

Survey, repair and work package objects may have Schedule information on their property sheet. These fields store details of task status for a survey, maintenance or repair activity. This information can be used for monitoring and managing task progress.

See Scheduled Tasks for more information.

Field Name

Help Text

Database Field

Data Type

Size

Units

Precision

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

Schedule number Identifier intended for use in tracking a group of tasks schedule_number Text 40 0
Date/Time planned Date when task is due to start date_planned Date / Time 0
Estimated completion date Estimated date of task completion estimated_completion_date Date / Time 0

Work package

Work package the currently selected survey, repair, incident or work package is part of.

work_package Text 40 0
Repeat period

Intervals at which task is repeated.

From 1 week to 10 years.

repeat_period Text 20 0
Team leader

Name or identifier of the team leader in charge of the task

Database Value

Description

LEAD1

Team Leader 1

LEAD2

Team Leader 2

team_leader Text 40 0 999
Contractor

Name of person or company carrying out the task

Database Value

Description

CONT1

Contractor 1

CONT2

Contractor 2

contractor Text 32 0
Work type

Applicable to Repair tasks. Type of work order:

Database Value

Description

CM Corrective
PM Preventive
PdM Predictive
work_type Text 40 0
Priority

Priority of the task

Database Value

Description

L

Low

M

Medium

H

High

priority Text 100 0
Approval level

Approval level assigned to the scheduled task.

This dropdown list is populated with the Approval Level data entered in the Resource Grid.

approval_level Text 50 0
Approval status

Task approval status.

Database Value

Description

Not required

Not required

Pending

Pending

Approved

Approved

Hold

Hold

Rejected

Rejected

approval_status Text 50 0
Resource details

The Resource Details editor is used to define :

  • Resources with breakdown by hours worked (normal, overtime and double time) showing an estimated and actual cost for carrying out maintenance work (repairs or surveys) on a selected asset.
  • The editor can be used to perform resource management calculations.

  • Quantities and costs of materials required to carry out the related maintenance work, with breakdown by estimated and actual figures for each material.

Database Table Name for built-in objects: cams_resource_details for collection networks, wams_resource_details for distribution networks and ams_resource_details for asset networks.

Database Table Name for user defined objects: user_schedule_fields_cams for collection networks, user_schedule_fields_wams for distribution networks and user_schedule_fields_ams for asset networks

Position in Data Structure

Field Name

Help Text

Database Field

Data Type

Size

Units

Precision

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

1

Resource ID

Unique Identifier for the Resource

resource_id

Text

40

0

0

2

Estimated hours

Estimated time in terms of normal hours required to carry out the task

estimated_hours

Double

2

0

3

Estimated overtime hours

Estimated time in terms of overtime hours required to carry out the task

estimated_overtime_hours

Double

2

0

4

Estimated Double Time Hours

Estimated time in terms of double time hours required to carry out the task

estimated_double_time_hours

Double

2

0

5

Estimated Cost

The estimated cost of carrying out the task

estimated_cost

Double

WN_COST

2

0

6

Actual Hours

Actual time in terms of normal hours taken to carry out the task

actual_hours

Double

2

0

7

Actual Overtime Hours

Actual time in terms of overtime hours taken to carry out the task

actual_overtime_hours

Double

2

0

8

Actual double time hours

Actual time in terms of double time hours taken to carry out the task

actual_double_time_hours

Double

2

0

9

Actual cost

The actual cost of carrying out the task

actual_cost

Double

WN_COST

2

0

resource_details Array 0
Material details

The Resource Details editor is used to define :

  • Resources with breakdown by hours worked (normal, overtime and double time) showing an estimated and actual cost for carrying out maintenance work (repairs or surveys) on a selected asset.
  • The editor can be used to perform resource management calculations.

  • Quantities and costs of materials required to carry out the related maintenance work, with breakdown by estimated and actual figures for each material.

Database Table Name for built-in objects: cams_material_details for collection networks, wams_material_details for distribution networks and ams_material_details for asset networks.

Database Table Name for user defined objects: user_schedule_fields_cams for collection networks, user_schedule_fields_wams for distribution networks and user_schedule_fields_ams for asset networks

Position in Data Structure

Field Name

Help Text

Database Field

Data Type

Size

Units

Precision

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

1

Material ID

Unique Identifier for the Material

material_id

Text

40

0

0

2

Estimated number

Estimated number of items of this material required to perform the task.

estimated_number

Integer

0

0

3

Estimated cost

Estimated cost of the material required to carry out the task.

estimated_cost

Double

WN_COST

2

0

4

Actual number

Number of items of the material actually used to perform the task.

actual_number

Integer

0

0

5

Actual cost

Actual cost of the material used to carry out the task

actual_cost

Double

WN_COST

2

0

material_details Array
Special instructions Notes containing any additional instructions that the person carrying out the task should be aware of. special_instructions Memo 0
Approval history Any comments made when the scheduled task was approved are displayed in the read-only Approval history section of the editor. approval_history Memo 0
Task status

Current status of task.

Database Value

Description

PLAN

Planned

DELAY

Delayed

ACT

Active

COMP

Completed

task_status Text 32 0
Task phase

Stage of multi-step task.

Database Value

Description

PHASE 1

Phase 1

PHASE 2

Phase 2

task_phase Text 40 0
Date opened

Read-only field.

Date/Time when task was created.

Automatically populated when object is created as a scheduled task.

date_opened Date / Time 0
Date/Time started Actual start date of task. date_started Date / Time 0
Completed Indicates whether task has been completed or is still pending. completed Boolean 0
Date completed Actual date of task completion. date_completed Date/Time 0
Closed

Automatically set by updating scheduled tasks.

A checked field indicates that the task has been updated since completion.

closed Boolean 0
Date closed Date/Time at which task was closed. date_closed Date / Time 0
Repeat schedule number

Schedule number of task created from a repeated task.

repeat_schedule_number Text 40 0
Actual duration

Actual time taken to carry out the task.

May be calculated via the Resource Details editor.

actual_duration Double 2
Actual cost

The actual cost of carrying out the task.

May be calculated via the Resource Details editor.

actual_cost Double WN_COST 2
Estimated duration

Estimate of time required to carry out the task.

May be calculated via the Resource Details editor.

estimated_duration Double 2
Estimated cost

The estimated cost of carrying out the task.

May be calculated via the Resource Details editor.

estimated_cost Double WN_COST 2

Defects

The Defects section / page allows you to view any survey image files you have imported. Simply click on the row in the defects grid that describes the point along the survey where the image is located. (Use the arrow button at the bottom left of the page to enlarge the property sheet to allow all columns in the defects grid to be seen.)

Video data can also be associated with a defect and viewed from this page:

  • Enter the full path of the video file in the Video File field
  • Enter the time at which the defect is recorded relative to the start of the video:
    • in seconds in the Video No. field
    or
    • in HH:MM:SS format in the Video Time field

To view a video image of a defect, click on the defect row in the grid view. The video image at the time specified in the Video No. / Video Time field will be displayed. If both Video No. and Video Time values exist, the value that takes precedence depends on the Standard being used and the Video Location code.

Alternatively, a video file can be associated with the survey by using the InfoAsset Video File field or a video Attachment. See Viewing CCTV Video Data and Viewing Manhole Survey Video Data for details.

Click the video image at the bottom of the page to play the video or right click on the image to display a popup menu including video replay options. The slider control below the video image can also be used to scan through the video. The time of the current video frame against the total video time is displayed next to the slider control.

Click on the Add Defect button below the video image to add an entry to the defects grid at the current video time. The Video No./Video Time field and the Video File field (if the video file being viewed currently is not the default file) will be automatically populated.

Additional fields are also included in the Defects section / page for manhole and CCTV surveys. See the Manhole Survey Data Fields and CCTV Survey Data Fields topics for further information.

Attachments

The Attachments Editor is used to attach and manage photos, sketches, videos and other files associated with the network object.

The coloured rows in the editor display fixed image fields that cannot be deleted. Details of these fields are displayed in the table below.

See the Attachments Editor topic for details on working with attachments.

Field Name

Help Text

Database Field

Data Type

Size

Units

Precision

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit
Attachments

Database Table Name: cams_attachment_details for Collection networks, wams_attachment_details for Distribution networks and ams_attachment_details for Asset networks.

Position in Data Structure

Field Name

Help Text

Database Field

Data Type

Size

Units

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

1 Purpose Select an option from the dropdown or manually enter purpose of the attachment. purpose Text 100

2 Original file name External reference to attachment file. Maybe a hardcopy reference or an original source for the attachment. filename Text 255

3 Description Optional description or notes regarding attachment. description Text 255
4 Database reference

Internal reference to attachment file in database.

Displayed in attachments as read only Has attachments check box. If the box is checked, an attachment is associated with the row.

db_ref Text 30
attachments Array

Sketch

Applies to majority of network objects.

Internal reference to an image file in the database. Intended for surveyors sketch of the layout of the asset and surroundings.

sketch

Text

50

0

(Sketch) Filename External reference to Sketch attachment. Maybe a hardcopy reference or an original source for the attachment. sketch_filename Text 255

(Sketch) Description

Optional description or notes regarding the Sketch attachment.

sketch_ref

Text

30

0

Photo

Applies to majority of network objects.

Internal reference to an image file in the database.

photo

Text

50

0

(Photo) Filename External reference to Photo attachment. Maybe a hardcopy reference or an original source for the attachment. photo_filename Text 255

(Photo) Description

Optional description or notes regarding the Photo attachment.

photo_ref

Text

30

0

Location sketch

Applies to majority of network objects.

Internal reference to an image file in the database. Intended for surveyors sketch of the layout of the asset and surroundings.

location_sketch Text 50
(Location sketch) Filename External reference to Location sketch attachment. Maybe a hardcopy reference or an original source for the attachment. location_sketch_filename Text 255
(Location sketch) Description Optional description or notes regarding the Location sketch attachment. location_sketch_ref Text 30

Location photo

Applies to majority of network objects.

Internal reference to an image file in the database. Intended for photo of the layout of the asset and surroundings.

location_photo Text 50

(Location photo) Filename

External reference to Location photo attachment. Maybe a hardcopy reference or an original source for the attachment. location_photo_filename Text 255
(Location photo) Description Optional description or notes regarding the Location photo attachment. location_photo_ref Text 30
Location image

Applies to Collection network manholes and manhole surveys.

Internal reference to an image of the manhole location.

location_image Text 50
(Location image) Filename External reference to Location image attachment. Maybe a hardcopy reference or an original source for the attachment. location_image_filename Text 255
(Location image) Description Optional description or notes regarding the Location image attachment. location_image_ref Text 30
Plan sketch

Applies to Collection network manholes and manhole surveys.

Internal reference to surveyors sketch of layout of the asset and surroundings.

plan_sketch Text 50
(Plan sketch) Filename External reference to Plan sketch attachment. Maybe a hardcopy reference or an original source for the attachment. plan_sketch_filename Text 255
(Plan sketch) Description Optional description or notes regarding the Plan sketch attachment. plan_sketch_ref Text 30
Internal image

Applies to Collection network manholes and manhole surveys.

Internal reference to photo inside manhole.

internal_image Text 50
(Internal image) Filename External reference to Internal image attachment. Maybe a hardcopy reference or an original source for the attachment. internal_image_filename Text 255
(Internal image) Description Optional description or notes regarding the Internal image attachment. internal_image_ref Text 30
Upstream pipe image

Applies to Collection network pipes and connection pipes.

Internal reference to a photo of the upstream end of the pipe

us_image Text 50 0
(Upstream pipe image) Filename External reference to Upstream pipe image attachment. Maybe a hardcopy reference or an original source for the attachment. us_image_filename Text 255
(Upstream pipe image) Description Optional description or notes regarding the Upstream pipe image attachment. us_image_ref Text 30 0
Downstream pipe image

Applies to Collection network pipes and connection pipes.

Internal reference to a photo of the downstream end of the pipe

ds_image Text 50 0
(Downstream pipe image) Filename External reference to Downstream pipe image attachment. Maybe a hardcopy reference or an original source for the attachment. ds_image_filename Text 255
(Downstream pipe image) Description Optional description or notes regarding the Downstream pipe image attachment. ds_image_ref Text 30 0
US photo

Applies to Collection network smoke tests and dye tests.

Internal reference to a photo of the upstream end of the pipe.

us_photo Text 50
(US photo) Filename External reference to US photo attachment. Maybe a hardcopy reference or an original source for the attachment. us_photo_filename Text 255
(US photo) Description Optional description or notes regarding the US photo attachment. us_photo_ref Text 30

DS photo

Applies to Collection network smoke tests and dye tests, and

Internal reference to a photo of the downstream end of the pipe.

ds_photo Text 50
(DS photo) Filename External reference to DS photo attachment. Maybe a hardcopy reference or an original source for the attachment. ds_photo_filename Text 255
(DS photo) Description Optional description or notes regarding the DS photo attachment. ds_photo_ref Text 30
Other image

Apples to Collection network drain tests.

Internal reference to drain test image.

other_image Text 50
(Other image) Filename External reference to Other image attachment. Maybe a hardcopy reference or an original source for the attachment. other_image_filename Text 255
(Other image) Description Optional description or notes regarding the Other image attachment. other_image_ref Text 30
Injection point image

Applies to Collection network drain tests.

Internal reference to image of location where dye was injected.

injection_point_image Text 50
(Injection point image) Filename External reference to Injection point image attachment. Maybe a hardcopy reference or an original source for the attachment. injection_point_image_filename Text 255
(Injection point image) Description Optional description or notes regarding the Injection point image attachment. injection_pont_image_ref Text 30
Internal photo

Applies to Distribution network pipe samples.

Internal reference to photo of pipe interior.

internal_photo Text 50
(Internal photo) Filename External reference to Internal photo attachment. Maybe a hardcopy reference or an original source for the attachment. internal_photo_filename Text 255
(Internal photo) Description Optional description or notes regarding the Internal photo attachment. internal_photo_ref Text 30
External photo

Applies to Distribution network pipe samples.

Internal reference to photo of pipe exterior.

external_photo Text 50
(External photo) Filename External reference to External photo attachment. Maybe a hardcopy reference or an original source for the attachment. external_photo_filename Text 255
(External photo) Description Optional description or notes regarding the External photo attachment. external_photo_ref Text 30

User Fields

User fields are used to store any additional information for an object that is not stored in the object's other data fields.

The column name of any User field can be changed for the current network (and any subsequent networks based on the current network). See Renaming Additional User Fields.

Field Name

Help Text

Database Field

Data Type

Size

Units

Precision

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

User number 1

Used to store any additional number value in the database.

user_number_1

Double

3

User number 2 to User number 40

See User Number 1

Note: User number fields 21 to 40 are only available via the Object Properties Window.

user_number_2 to user_number_40

Double

3

User text 1

Used to store any additional string value in the database.

user_text_1

Text

250

0

User text 2 to User text 40

See User Text 1

Note: User text fields 21 to 40 are only available via the Object Properties Window.

user_text_2 to user_text_40

Text

250

0

User date 1 Used to store any additional date value in the database. user_date_1 Date/Time 3
User date 2 to User date 5 See User date 1 user_date_1 to user_date_5

General properties

Field Name

Help Text

Database Field

Data Type

Size

Units

Precision

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

Notes

You can keep freeform notes about any object in your network. The notes field can be up to 64,000 characters in size, or about 10 pages of printed text.

The usual Windows text-editing facilities are available when editing notes. Pressing ENTER starts a new paragraph. Use CTRL-C and CTRL-V for copy and paste.

To move out of the text area, click on a button or press the TAB key.

Scheduled tasks (surveys and repairs) whose cost is greater than the related approval level may have an additional Approval history box in the Notes (tabbed property sheet) or the Schedule Info section (Object Properties Window) of their property sheet. This box is only visible once the task approval has been managed in InfoAsset Manager and shows read-only data relating to the approval history.

Field Name

Help Text

Database Field

Data Type

Size

Units

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

Approval history

Box displaying the task approval history. It contains the result of the task approval, the names of the approving officers, a user and date stamp as well as any comments that may have been added at approval time, all in read-only mode. approval_history Memo

notes

Memo

0

Hyperlinks

Hyperlinks can be typed in using the Name and Filename or URL fields, or you can browse for a file located on your local machine, or elsewhere on your network. Alternatively, you can drag and drop filenames or internet URLs from various sources, including Windows Explorer and your web browser.

For full details of the methods involved, see Using Hyperlinks.

Database Table Name: hyperlink

Position in Data Structure

Field Name

Help Text

Database Field

Data Type

Size

Units

Default

Error Lower Limit

Error Upper Limit

Warning Lower Limit

Warning Upper Limit

1 Description Description of the hyperlinked file description Text 1024

2 URL The path or URL for the file. Browse for a local file using the Browse button url Text 1024

hyperlink

Array

0

Special instructions Notes containing any additional instructions that a person carrying out work on the asset or task should be aware of. special_instructions Memo
Barcode A barcode which is used to identify the object. barcode Text 255 0 0 0 0 0

Unique identifier

A globally unique identifier for the object.

uid

GUID

0

0

0

0

0

Mobile identifier

An identifier field for use with InfoAsset Mobile.

mobile_uid

Text

100

0

Time series links

This section allows the following types of network objects to be linked to specific time series data streams:

The data streams may either be part of the Infinity System or ICM time series database (TSDB) objects.

Click to display the Time Series Data Source Grid, which can be used to specify, view or edit the time series information associated with the object.

Note that TSDB functionality is only available if the TSDB option is enabled on your licence.

Was this information helpful?