@servicenow/sdk - v4.4.1
    Preparing search index...
    incident: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.query_hints": true;
            email_client: true;
            hasWorkflow: true;
            live_feed: true;
        };
        audit: true;
        autoNumber: { number: 10000; prefix: "INC" };
        extends: "task";
        label: "Incident";
        licensingConfig: {
            licenseModel: "fulfiller";
            ownerCondition: "caller_id=javascript:gs.getUserID()^NQcaller_idISEMPTY^opened_by=javascript:gs.getUserID()^EQ";
        };
        liveFeed: true;
        name: "incident";
        schema: {
            business_impact: Typed;
            business_stc: Typed;
            calendar_stc: Typed;
            caller_id: Typed;
            category: Typed;
            cause: Typed;
            caused_by: Typed;
            child_incidents: Typed;
            close_code: Typed;
            hold_reason: Typed;
            incident_state: Typed;
            notify: Typed;
            origin_id: Typed;
            origin_table: Typed;
            parent_incident: Typed;
            problem_id: Typed;
            reopen_count: Typed;
            reopened_by: Typed;
            reopened_time: Typed;
            resolved_at: Typed;
            resolved_by: Typed;
            rfc: Typed;
            severity: Typed;
            subcategory: Typed;
            sys_id: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: {
          "all_tables.query_hints": true;
          email_client: true;
          hasWorkflow: true;
          live_feed: true;
      }
    • Readonlyaudit: true
    • ReadonlyautoNumber: { number: 10000; prefix: "INC" }
    • Readonlyextends: "task"
    • Readonlylabel: "Incident"
    • ReadonlylicensingConfig: {
          licenseModel: "fulfiller";
          ownerCondition: "caller_id=javascript:gs.getUserID()^NQcaller_idISEMPTY^opened_by=javascript:gs.getUserID()^EQ";
      }
    • ReadonlyliveFeed: true
    • Readonlyname: "incident"
    • Readonlyschema: {
          business_impact: Typed;
          business_stc: Typed;
          calendar_stc: Typed;
          caller_id: Typed;
          category: Typed;
          cause: Typed;
          caused_by: Typed;
          child_incidents: Typed;
          close_code: Typed;
          hold_reason: Typed;
          incident_state: Typed;
          notify: Typed;
          origin_id: Typed;
          origin_table: Typed;
          parent_incident: Typed;
          problem_id: Typed;
          reopen_count: Typed;
          reopened_by: Typed;
          reopened_time: Typed;
          resolved_at: Typed;
          resolved_by: Typed;
          rfc: Typed;
          severity: Typed;
          subcategory: Typed;
          sys_id: Typed;
      }
    • ReadonlytextIndex: true