@servicenow/sdk - v4.4.1
    Preparing search index...
    sys_script_vtable: {
        allowWebServiceAccess: true;
        attributes: { update_synch: true };
        extends: "sys_metadata";
        label: "Remote Table";
        name: "sys_script_vtable";
        schema: {
            active: Typed;
            advanced: Typed;
            cache_empty_query_results: Typed;
            cache_isolation_level: Typed;
            cache_strategy: Typed;
            cache_ttl: Typed;
            delete_script: Typed;
            editable: Typed;
            enhanced_capacity: Typed;
            flow: Typed;
            insert_script: Typed;
            name: Typed;
            script: Typed;
            sys_domain: Typed;
            sys_domain_path: Typed;
            sys_id: Typed;
            table: Typed;
            update_script: Typed;
        };
        textIndex: true;
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { update_synch: true }
    • Readonlyextends: "sys_metadata"
    • Readonlylabel: "Remote Table"
    • Readonlyname: "sys_script_vtable"
    • Readonlyschema: {
          active: Typed;
          advanced: Typed;
          cache_empty_query_results: Typed;
          cache_isolation_level: Typed;
          cache_strategy: Typed;
          cache_ttl: Typed;
          delete_script: Typed;
          editable: Typed;
          enhanced_capacity: Typed;
          flow: Typed;
          insert_script: Typed;
          name: Typed;
          script: Typed;
          sys_domain: Typed;
          sys_domain_path: Typed;
          sys_id: Typed;
          table: Typed;
          update_script: Typed;
      }
    • ReadonlytextIndex: true