Hierarchy

  • WorkOrderAdmin

WorkOrders Admin Methods

  • Get entity groups

    Returns

    Returns Promise that represents a collection of all entity groups

    Returns Promise<unknown>

  • Get entity types

    Returns

    Returns Promise that represents a collection of all GIS WorkOrder entity types

    Parameters

    • entityGroups: string[]

    Returns Promise<unknown>

  • Get inspections connected to provided WorkOrder template

    Returns

    Returns Promise that represents a collection of all tasks on WorkOrder template

    Parameters

    • wOTemplateId: number

      WorkOrder Template ID

    Returns Promise<unknown>

  • Get template activity services for provided WorkOrder Templates

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateIds: number[]

      Array one or more WorkOrder Template IDs

    Returns Promise<unknown>

  • Get equipment

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateId: number

    Returns Promise<unknown>

  • Get template group rights for provided WorkOrder Templates

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateIds: number[]

      Array one or more WorkOrder Template IDs

    Returns Promise<unknown>

  • Get labor

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateId: number

    Returns Promise<unknown>

  • Get map layer fields configured for provided WorkOrder template

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateId: number

      WorkOrder Template ID

    Returns Promise<unknown>

  • Get material

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateId: number

      WorkOrder Template ID

    Returns Promise<unknown>

  • Get tasks configured for provided WorkOrder template

    Returns

    Returns Promise that represents a collection of all tasks on WorkOrder template

    Parameters

    • wOTemplateId: number

      WorkOrder Template ID

    Returns Promise<unknown>

  • Get WorkOrder templates

    Returns

    Returns Promise that represents a collection of all WorkOrder templates

    Parameters

    • entityType: string
    • includeComments: boolean = true
    • includeInstructions: boolean = true

    Returns Promise<unknown>

  • Get fields which will be updated when provided WorkOrder Template instance closes

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplateIds: number[]

      Array one or more WorkOrder Template IDs

    Returns Promise<unknown>

  • Update WorkOrder template

    Returns

    Returns Promise that represents a collection of all

    Parameters

    • wOTemplate: Object

      Obect that describes the WorkOrder Template

    Returns Promise<unknown>