OSHA 300 template (KB176110) uses InjuryDescription field for column F (Describe the injury or illness, parts of body affected, and object/substance that directly injured or made person ill).
InjuryDescription on EmployeeIncident business class is a derived field “InjuryType.Description + “-“ + IncidentBodyPart. It does not include the object/substance that directly injured or made person ill.
I created a derived field so all data would be in Column F.
MIInjuryDescription = InjuryType.Description + "-" + IncidentBodyPart + "-" + IncidentObject
I updated the template and OSHA300EmployeeIncidentList to use new field. The new field does show in the list but when I generate OSHA 300, it is not using new field on the template. What am I missing? Thanks!