field assessor (Condition Assessment and Sustainability Assessment applications)

The person on site who examines the condition or environmental sustainability of assets in a facility and records their findings.

Assessors in the field can use pen and paper, laptops, smart phones or tablet PCs to record condition.

Assessors can be in-house facilities personnel or outside contractors hired to conduct the survey.

In the Hazard Abatement, Sustainability Assessment, and the Condition Assessment applications, users (entries from the afm_users table) can be designated as field assessors. To specify that a user is an assessor, verify that:

  • the user has a user role:
    afm_users.role_name IS NOT NULL
  • the user role activity is Condition Assessment, Sustainability Assessment, or Commissioning:
    afm_roleprocs.activity_id = 'AbCapitalPlanningCA' OR 'AbRiskES' OR 'AbProjCommissioning'
  • the assigned process is one of the following:
    afm_roleprocs.process_id IN ('Manage Condition Assessment','Perform Field Assessment','Assessment Manager','Field Assessor','Manage Assessments','My Assessments')

See also hazardous material field assessor (Hazard Abatement application) .