@servicenow/sdk - v4.4.1
    Preparing search index...
    sc_task: {
        actions: ["read", "update", "create"];
        allowClientScripts: true;
        allowNewFields: true;
        allowUiActions: true;
        allowWebServiceAccess: true;
        audit: true;
        autoNumber: { number: 10000; prefix: "SCTASK" };
        extends: "task";
        label: "Catalog Task";
        licensingConfig: {
            licenseCondition: "request_item.requested_forISEMPTY^sys_updated_byNSAMEASrequest.requested_for.user_name^stateNOT IN-5,1^NQrequest_item.requested_forISNOTEMPTY^sys_updated_byNSAMEASrequest.requested_for.user_name^sys_updated_byNSAMEASrequest_item.requested_for.user_name^stateIN-5,1^EQ";
        };
        name: "sc_task";
        schema: {
            calendar_stc: Typed;
            cat_item: Typed;
            request: Typed;
            request_item: Typed;
            sc_catalog: Typed;
            sys_id: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • Readonlyactions: ["read", "update", "create"]
    • ReadonlyallowClientScripts: true
    • ReadonlyallowNewFields: true
    • ReadonlyallowUiActions: true
    • ReadonlyallowWebServiceAccess: true
    • Readonlyaudit: true
    • ReadonlyautoNumber: { number: 10000; prefix: "SCTASK" }
    • Readonlyextends: "task"
    • Readonlylabel: "Catalog Task"
    • ReadonlylicensingConfig: {
          licenseCondition: "request_item.requested_forISEMPTY^sys_updated_byNSAMEASrequest.requested_for.user_name^stateNOT IN-5,1^NQrequest_item.requested_forISNOTEMPTY^sys_updated_byNSAMEASrequest.requested_for.user_name^sys_updated_byNSAMEASrequest_item.requested_for.user_name^stateIN-5,1^EQ";
      }
    • Readonlyname: "sc_task"
    • Readonlyschema: {
          calendar_stc: Typed;
          cat_item: Typed;
          request: Typed;
          request_item: Typed;
          sc_catalog: Typed;
          sys_id: Typed;
      }
    • ReadonlytextIndex: true