NonSPCChartWorkerRetrievalSettings: ChartWorkerRetrievalSettings & {
    splitBy: NonSPCSplitBy[];
}

Type declaration

  • splitBy: NonSPCSplitBy[]

    Controls how the data retrieved from the server will be split into Details.

    Numbers are treated as Traceability IDs.

    For example, when set to ['process', 3], given that the Traceability with ID 3 is "Shift", a separate Detail will be returned for each Process / Shift combination.