@servicenow/sdk - v4.4.1
    Preparing search index...
    cmn_department: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: { kagami_csindex_enabled: true };
        label: "Department";
        name: "cmn_department";
        schema: {
            business_unit: Typed;
            company: Typed;
            cost_center: Typed;
            dept_head: Typed;
            description: Typed;
            head_count: Typed;
            id: Typed;
            name: Typed;
            parent: Typed;
            parent_hp1: Typed;
            primary_contact: Typed;
            sys_created_by: Typed;
            sys_created_on: Typed;
            sys_id: Typed;
            sys_mod_count: Typed;
            sys_updated_by: Typed;
            sys_updated_on: Typed;
        };
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { kagami_csindex_enabled: true }
    • Readonlylabel: "Department"
    • Readonlyname: "cmn_department"
    • Readonlyschema: {
          business_unit: Typed;
          company: Typed;
          cost_center: Typed;
          dept_head: Typed;
          description: Typed;
          head_count: Typed;
          id: Typed;
          name: Typed;
          parent: Typed;
          parent_hp1: Typed;
          primary_contact: Typed;
          sys_created_by: Typed;
          sys_created_on: Typed;
          sys_id: Typed;
          sys_mod_count: Typed;
          sys_updated_by: Typed;
          sys_updated_on: Typed;
      }