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

    Variable sc_cat_item_producerConst

    sc_cat_item_producer: {
        extends: "sys_metadata";
        name: "sc_cat_item_producer";
        schema: {
            allow_edit: Typed;
            can_cancel: Typed;
            post_insert_script: Typed;
            redirect_url: Typed;
            save_options: Typed;
            save_script: Typed;
            script: Typed;
            sys_id: Typed;
            table_name: Typed;
            view: Typed;
        };
    }

    Type Declaration

    • Readonlyextends: "sys_metadata"
    • Readonlyname: "sc_cat_item_producer"
    • Readonlyschema: {
          allow_edit: Typed;
          can_cancel: Typed;
          post_insert_script: Typed;
          redirect_url: Typed;
          save_options: Typed;
          save_script: Typed;
          script: Typed;
          sys_id: Typed;
          table_name: Typed;
          view: Typed;
      }