TraceabilityTestWorkerGet: {
    options?: string[] | number[];
    restricted: WorkerTraceRestrictionType;
    trace?: WorkerTraceability;
    value: OptionalTraceValue;
} & ValueTestWorkerGet

Type declaration

  • Optionaloptions?: string[] | number[]

    If set, the available options for a user to select from for this traceability.
    This can only be set on text or number traceabiilty. When set on text traceability, the options will be strings.
    When used on a number field (int, decimal, or currency), the options will be numbers.

  • restricted: WorkerTraceRestrictionType

    Whether this traceability is restricted to certain options.

    If the traceability does not have any preset options and this is true, an empty list will be displayed.

  • Optionaltrace?: WorkerTraceability

    The traceability to use. This must be set during setup, and cannot be changed at runtime.

  • value: OptionalTraceValue

    The current traceability value.