@servicenow/sdk - v4.4.1
    Preparing search index...
    change_request: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        attributes: { email_client: true; hasWorkflow: true; live_feed: true };
        audit: true;
        autoNumber: { number: 30000; prefix: "CHG" };
        extends: "task";
        extensible: true;
        label: "Change Request";
        licensingConfig: {
            licenseCondition: "opened_byISNOTEMPTY^EQ";
            licenseModel: "fulfiller";
        };
        liveFeed: true;
        name: "change_request";
        schema: {
            backout_plan: Typed;
            cab_date: Typed;
            cab_date_time: Typed;
            cab_delegate: Typed;
            cab_recommendation: Typed;
            cab_required: Typed;
            category: Typed;
            change_plan: Typed;
            chg_model: Typed;
            close_code: Typed;
            conflict_last_run: Typed;
            conflict_status: Typed;
            copied_from: Typed;
            end_date: Typed;
            implementation_plan: Typed;
            justification: Typed;
            on_hold: Typed;
            on_hold_reason: Typed;
            on_hold_task: Typed;
            outside_maintenance_schedule: Typed;
            phase: Typed;
            phase_state: Typed;
            production_system: Typed;
            reason: Typed;
            requested_by: Typed;
            requested_by_date: Typed;
            review_comments: Typed;
            review_date: Typed;
            review_status: Typed;
            risk: Typed;
            risk_impact_analysis: Typed;
            scope: Typed;
            start_date: Typed;
            std_change_producer_version: Typed;
            sys_id: Typed;
            test_plan: Typed;
            type: Typed;
            unauthorized: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { email_client: true; hasWorkflow: true; live_feed: true }
    • Readonlyaudit: true
    • ReadonlyautoNumber: { number: 30000; prefix: "CHG" }
    • Readonlyextends: "task"
    • Readonlyextensible: true
    • Readonlylabel: "Change Request"
    • ReadonlylicensingConfig: { licenseCondition: "opened_byISNOTEMPTY^EQ"; licenseModel: "fulfiller" }
    • ReadonlyliveFeed: true
    • Readonlyname: "change_request"
    • Readonlyschema: {
          backout_plan: Typed;
          cab_date: Typed;
          cab_date_time: Typed;
          cab_delegate: Typed;
          cab_recommendation: Typed;
          cab_required: Typed;
          category: Typed;
          change_plan: Typed;
          chg_model: Typed;
          close_code: Typed;
          conflict_last_run: Typed;
          conflict_status: Typed;
          copied_from: Typed;
          end_date: Typed;
          implementation_plan: Typed;
          justification: Typed;
          on_hold: Typed;
          on_hold_reason: Typed;
          on_hold_task: Typed;
          outside_maintenance_schedule: Typed;
          phase: Typed;
          phase_state: Typed;
          production_system: Typed;
          reason: Typed;
          requested_by: Typed;
          requested_by_date: Typed;
          review_comments: Typed;
          review_date: Typed;
          review_status: Typed;
          risk: Typed;
          risk_impact_analysis: Typed;
          scope: Typed;
          start_date: Typed;
          std_change_producer_version: Typed;
          sys_id: Typed;
          test_plan: Typed;
          type: Typed;
          unauthorized: Typed;
      }
    • ReadonlytextIndex: true