@servicenow/sdk - v4.4.1
    Preparing search index...
    sc_req_item: {
        extends: "task";
        name: "sc_req_item";
        schema: {
            backordered: Typed;
            billable: Typed;
            cat_item: Typed;
            configuration_item: Typed;
            context: Typed;
            estimated_delivery: Typed;
            flow_context: Typed;
            order_guide: Typed;
            price: Typed;
            quantity: Typed;
            recurring_frequency: Typed;
            recurring_price: Typed;
            request: Typed;
            requested_for: Typed;
            sc_catalog: Typed;
            stage: Typed;
            sys_id: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "task"
    • Readonlyname: "sc_req_item"
    • Readonlyschema: {
          backordered: Typed;
          billable: Typed;
          cat_item: Typed;
          configuration_item: Typed;
          context: Typed;
          estimated_delivery: Typed;
          flow_context: Typed;
          order_guide: Typed;
          price: Typed;
          quantity: Typed;
          recurring_frequency: Typed;
          recurring_price: Typed;
          request: Typed;
          requested_for: Typed;
          sc_catalog: Typed;
          stage: Typed;
          sys_id: Typed;
      }