@theredspace/spp-client
    Preparing search index...

    Interface JobCodeUsed

    A lookup rule indicating which object types use job codes. Read-only (supports only Read).

    interface JobCodeUsed {
        created: string;
        id: string;
        position: number;
        table_name: string;
        updated: string;
        used_by: "a" | "s";
    }
    Index

    Properties

    created: string

    [Read-only] When the record was created

    id: string

    [Read-only] Unique internal ID

    position: number

    Position in the lookup rule

    table_name: string

    Table name that uses a job code

    updated: string

    [Read-only] When the record was last updated

    used_by: "a" | "s"

    What it is used by: 'a' = tasks, 's' = slips