@servicenow/sdk - v4.4.1
    Preparing search index...
    problem: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: { live_feed: true };
        audit: true;
        autoNumber: { number: 40000; prefix: "PRB" };
        extends: "task";
        label: "Problem";
        licensingConfig: {
            licenseCondition: "opened_byISNOTEMPTY^EQ";
            licenseModel: "fulfiller";
        };
        liveFeed: true;
        name: "problem";
        schema: {
            category: Typed;
            cause_notes: Typed;
            confirmed_at: Typed;
            confirmed_by: Typed;
            duplicate_of: Typed;
            first_reported_by_task: Typed;
            fix_at: Typed;
            fix_by: Typed;
            fix_communicated_at: Typed;
            fix_communicated_by: Typed;
            fix_notes: Typed;
            known_error: Typed;
            major_problem: Typed;
            prb_model: Typed;
            primary_known_error_article: Typed;
            problem_state: Typed;
            related_incidents: Typed;
            reopen_count: Typed;
            reopened_at: Typed;
            reopened_by: Typed;
            resolution_code: Typed;
            resolved_at: Typed;
            resolved_by: Typed;
            review_outcome: Typed;
            rfc: Typed;
            subcategory: Typed;
            sys_id: Typed;
            workaround: Typed;
            workaround_applied: Typed;
            workaround_communicated_at: Typed;
            workaround_communicated_by: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { live_feed: true }
    • Readonlyaudit: true
    • ReadonlyautoNumber: { number: 40000; prefix: "PRB" }
    • Readonlyextends: "task"
    • Readonlylabel: "Problem"
    • ReadonlylicensingConfig: { licenseCondition: "opened_byISNOTEMPTY^EQ"; licenseModel: "fulfiller" }
    • ReadonlyliveFeed: true
    • Readonlyname: "problem"
    • Readonlyschema: {
          category: Typed;
          cause_notes: Typed;
          confirmed_at: Typed;
          confirmed_by: Typed;
          duplicate_of: Typed;
          first_reported_by_task: Typed;
          fix_at: Typed;
          fix_by: Typed;
          fix_communicated_at: Typed;
          fix_communicated_by: Typed;
          fix_notes: Typed;
          known_error: Typed;
          major_problem: Typed;
          prb_model: Typed;
          primary_known_error_article: Typed;
          problem_state: Typed;
          related_incidents: Typed;
          reopen_count: Typed;
          reopened_at: Typed;
          reopened_by: Typed;
          resolution_code: Typed;
          resolved_at: Typed;
          resolved_by: Typed;
          review_outcome: Typed;
          rfc: Typed;
          subcategory: Typed;
          sys_id: Typed;
          workaround: Typed;
          workaround_applied: Typed;
          workaround_communicated_at: Typed;
          workaround_communicated_by: Typed;
      }
    • ReadonlytextIndex: true