@servicenow/sdk - v4.4.1
    Preparing search index...

    Variable sc_cat_item_delivery_taskConst

    sc_cat_item_delivery_task: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        extends: "sys_metadata";
        extensible: true;
        label: "Execution Plan Task";
        name: "sc_cat_item_delivery_task";
        schema: {
            assigned_to: Typed<
                | string
                | Record<"sys_user">
                | ExplicitKey<"sys_user">
                | TableBrand<"sys_user">,
                {
                    attributes: { encode_utf8: false };
                    label: [
                        {
                            hint: "The default assignment when a ticket is created from this task";
                            label: "Assigned to";
                            language: "en";
                            plural: "Assigned to";
                        },
                    ];
                    referenceTable: "sys_user";
                },
            >;
            condition: Typed<
                string,
                {
                    attributes: { remoteDependent: "delivery_plan.task_table" };
                    label: "Condition";
                },
            >;
            condition_script: Typed<
                string
                | number,
                {
                    columnType: "script_plain";
                    label: "Condition script";
                    maxLength: 4000;
                },
            >;
            delivery_plan: Typed<
                | string
                | Record<"sc_cat_item_delivery_plan">
                | ExplicitKey<"sc_cat_item_delivery_plan">
                | TableBrand<"sc_cat_item_delivery_plan">,
                {
                    attributes: { encode_utf8: false };
                    label: [
                        {
                            hint: "Execution plan for this task";
                            label: "Delivery plan";
                            language: "en";
                            plural: "Delivery plans";
                        },
                    ];
                    referenceFloats: true;
                    referenceTable: "sc_cat_item_delivery_plan";
                },
            >;
            delivery_time: Typed<
                string
                | Duration,
                {
                    label: [
                        {
                            hint: "Time it takes to complete this task";
                            label: "Delivery time";
                            language: "en";
                            plural: "Delivery times";
                        },
                    ];
                    maxLength: 40;
                },
            >;
            generation_script: Typed<
                string
                | number,
                {
                    columnType: "script_plain";
                    label: "Generation script";
                    maxLength: 4000;
                },
            >;
            group: Typed<
                | string
                | Record<"sys_user_group">
                | ExplicitKey<"sys_user_group">
                | TableBrand<"sys_user_group">,
                {
                    attributes: { encode_utf8: false };
                    label: [
                        {
                            hint: "Group assigned to fulfill, or complete this task";
                            label: "Fulfillment group";
                            language: "en";
                            plural: "Fulfillment groups";
                        },
                    ];
                    referenceTable: "sys_user_group";
                },
            >;
            instructions: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Instructions will be copied over to the resulting ticket's description";
                            label: "Instructions";
                            language: "en";
                            plural: "Instructions";
                        },
                    ];
                    maxLength: 4000;
                    spellCheck: true;
                    textIndex: true;
                },
            >;
            name: Typed<string, { label: "Name"; maxLength: 100 }>;
            order: Typed<
                number,
                {
                    default: "100";
                    label: [
                        {
                            hint: "The order a task is executed. Blank means the task does not depend on order";
                            label: "Order";
                            language: "en";
                            plural: "Orders";
                        },
                    ];
                    maxLength: 15;
                },
            >;
            short_description: Typed<
                string,
                { label: "Short description"; maxLength: 120 },
            >;
            sla: Typed<
                | string
                | Record<"sysrule_escalate">
                | ExplicitKey<"sysrule_escalate">
                | TableBrand<"sysrule_escalate">,
                {
                    attributes: { encode_utf8: false };
                    label: "SLA";
                    referenceQual: "table=sc_task";
                    referenceTable: "sysrule_escalate";
                },
            >;
            sys_id: Typed<
                string,
                {
                    label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                    primary: true;
                },
            >;
            work_notes: Typed<
                string,
                {
                    label: [
                        {
                            hint: "Private work notes for this delivery task";
                            label: "Work notes";
                            language: "en";
                            plural: "Work notes";
                        },
                    ];
                    maxLength: 4000;
                    spellCheck: true;
                    textIndex: true;
                },
            >;
        };
    } = ...

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlyextends: "sys_metadata"
    • Readonlyextensible: true
    • Readonlylabel: "Execution Plan Task"
    • Readonlyname: "sc_cat_item_delivery_task"
    • Readonlyschema: {
          assigned_to: Typed<
              | string
              | Record<"sys_user">
              | ExplicitKey<"sys_user">
              | TableBrand<"sys_user">,
              {
                  attributes: { encode_utf8: false };
                  label: [
                      {
                          hint: "The default assignment when a ticket is created from this task";
                          label: "Assigned to";
                          language: "en";
                          plural: "Assigned to";
                      },
                  ];
                  referenceTable: "sys_user";
              },
          >;
          condition: Typed<
              string,
              {
                  attributes: { remoteDependent: "delivery_plan.task_table" };
                  label: "Condition";
              },
          >;
          condition_script: Typed<
              string
              | number,
              { columnType: "script_plain"; label: "Condition script"; maxLength: 4000 },
          >;
          delivery_plan: Typed<
              | string
              | Record<"sc_cat_item_delivery_plan">
              | ExplicitKey<"sc_cat_item_delivery_plan">
              | TableBrand<"sc_cat_item_delivery_plan">,
              {
                  attributes: { encode_utf8: false };
                  label: [
                      {
                          hint: "Execution plan for this task";
                          label: "Delivery plan";
                          language: "en";
                          plural: "Delivery plans";
                      },
                  ];
                  referenceFloats: true;
                  referenceTable: "sc_cat_item_delivery_plan";
              },
          >;
          delivery_time: Typed<
              string
              | Duration,
              {
                  label: [
                      {
                          hint: "Time it takes to complete this task";
                          label: "Delivery time";
                          language: "en";
                          plural: "Delivery times";
                      },
                  ];
                  maxLength: 40;
              },
          >;
          generation_script: Typed<
              string
              | number,
              {
                  columnType: "script_plain";
                  label: "Generation script";
                  maxLength: 4000;
              },
          >;
          group: Typed<
              | string
              | Record<"sys_user_group">
              | ExplicitKey<"sys_user_group">
              | TableBrand<"sys_user_group">,
              {
                  attributes: { encode_utf8: false };
                  label: [
                      {
                          hint: "Group assigned to fulfill, or complete this task";
                          label: "Fulfillment group";
                          language: "en";
                          plural: "Fulfillment groups";
                      },
                  ];
                  referenceTable: "sys_user_group";
              },
          >;
          instructions: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Instructions will be copied over to the resulting ticket's description";
                          label: "Instructions";
                          language: "en";
                          plural: "Instructions";
                      },
                  ];
                  maxLength: 4000;
                  spellCheck: true;
                  textIndex: true;
              },
          >;
          name: Typed<string, { label: "Name"; maxLength: 100 }>;
          order: Typed<
              number,
              {
                  default: "100";
                  label: [
                      {
                          hint: "The order a task is executed. Blank means the task does not depend on order";
                          label: "Order";
                          language: "en";
                          plural: "Orders";
                      },
                  ];
                  maxLength: 15;
              },
          >;
          short_description: Typed<
              string,
              { label: "Short description"; maxLength: 120 },
          >;
          sla: Typed<
              | string
              | Record<"sysrule_escalate">
              | ExplicitKey<"sysrule_escalate">
              | TableBrand<"sysrule_escalate">,
              {
                  attributes: { encode_utf8: false };
                  label: "SLA";
                  referenceQual: "table=sc_task";
                  referenceTable: "sysrule_escalate";
              },
          >;
          sys_id: Typed<
              string,
              {
                  label: [{ label: "Sys ID"; language: "en"; plural: "Sys IDs" }];
                  primary: true;
              },
          >;
          work_notes: Typed<
              string,
              {
                  label: [
                      {
                          hint: "Private work notes for this delivery task";
                          label: "Work notes";
                          language: "en";
                          plural: "Work notes";
                      },
                  ];
                  maxLength: 4000;
                  spellCheck: true;
                  textIndex: true;
              },
          >;
      }