hazardous material field assessor (Hazard Abatement application)
The hazmat field assessor is typically an internal employee, stored in the Archibus Users table, who performs tasks such as:
- initially assess locations in order to determine the need for a full assessment
- estimate the cost of a full assessment
- assess risk rating and response actions for individual areas
- estimate the cost of individual response actions
- verify the response actions by performing air monitoring and other tests.
For cases in which the assessment is not done internally, but is outsourced, you can store field assessors in the Hazardous Substance Professionals table, which optionally can track accreditation information.
A manager assigns a field assessor to a specific job in a hazmat project by completing the Assessed By field of the hazard assessment item.
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')