CustomReportColumn: {
    field?: string;
    format?: "img" | "gps" | "url" | "code" | "color" | "agent" | "number" | "lookup" | "client" | "datetime" | "colorCount" | "lookupCount" | "lookupSelector" | "lookupSelectorCount";
    title: string;
}

Type declaration

  • Optional field?: string

    for query-based reports, defines the attachment field (kind) this maps to it defaults to the title. the following special values are recognized:

    • !id: extid of the case
    • !step: current step of the case
    • !created: creation_date of the case
    • !lastUpdateDate: date of the last scan
    • !lastUpdatedBy: name of agent that sent the last scan
    • and generally, any JS-style JSON object walk expression that can be applied to the case search return object, like !props.bulkClient
  • Optional format?: "img" | "gps" | "url" | "code" | "color" | "agent" | "number" | "lookup" | "client" | "datetime" | "colorCount" | "lookupCount" | "lookupSelector" | "lookupSelectorCount"
  • title: string

    display name, used for table header row