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.
Procedure Template is a hierarchical object consisting of header and two child collections: task items (at least one item should be defined) and exception notes (optional).
Inheritance Hierarchy
Namespace: CorrigoService.EntitiesAssembly: ClientXMLDoc (in ClientXMLDoc.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax[SerializableAttribute]
public class ProcedureTemplate : RemovableCorrigoEntity
The ProcedureTemplate type exposes the following members.
Properties
| Name | Description |
---|
 | AllowMarkAll |
True means Procedures created from this template support functionality “mark all steps as done”.
|
 | AllowNotApplicable |
True means Procedures created from this template can be marked as “not applicable”
|
 | DisplayAs |
Displayable name.
MaxLength = 80
|
 | Steps |
Steps
|
Top
See Also