Click or drag to resize

ProcedureTemplate Class

Procedure Template. Procedure Template (former Punch List) is important concept in property and service management: it’s a collection of steps (“to do” items) arranged in a specific order which technician has to perform and mark as “done” (or provide a reason why it cannot be done). Procedure Templates are pre-configured lists of tasks which later can be copied and attached to Work Orders, thus creating Punch Lists. Punch List Templates are typically attached to PM/RM Templates – a standard usage.
Inheritance Hierarchy

Namespace:  CorrigoService.Entities
Assembly:  ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ProcedureTemplate : RemovableCorrigoEntity

The ProcedureTemplate type exposes the following members.

Properties
  NameDescription
Public propertyAllowMarkAll
True means Procedures created from this template support functionality “mark all steps as done”.
Public propertyAllowNotApplicable
True means Procedures created from this template can be marked as “not applicable”
Public propertyBaseId
Public propertyDisplayAs
Displayable name. MaxLength = 80
Public propertyProcedureCategories
Procedure Category/Procedure Template records.
Public propertySteps
Steps
Top
See Also