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

    Variable sc_cat_item_delivery_planConst

    sc_cat_item_delivery_plan: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        extends: "sys_metadata";
        label: "Execution Plan";
        name: "sc_cat_item_delivery_plan";
        schema: {
            active: Typed;
            advanced: Typed;
            calendar: Typed;
            condition: Typed;
            name: Typed;
            order: Typed;
            parent_table: Typed;
            script: Typed;
            short_description: Typed;
            sys_id: Typed;
            task_table: Typed;
            total_delivery_time: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Execution Plan"
    • Readonlyname: "sc_cat_item_delivery_plan"
    • Readonlyschema: {
          active: Typed;
          advanced: Typed;
          calendar: Typed;
          condition: Typed;
          name: Typed;
          order: Typed;
          parent_table: Typed;
          script: Typed;
          short_description: Typed;
          sys_id: Typed;
          task_table: Typed;
          total_delivery_time: Typed;
      }