@servicenow/sdk - v4.9.0
    Preparing search index...
    dl_definition: {
        allowWebServiceAccess: true;
        attributes: {
            "all_tables.text_index_translations": true;
            update_synch: true;
        };
        extends: "sys_metadata";
        extensible: true;
        label: "Data Lookup Definitions";
        name: "dl_definition";
        schema: {
            active: Typed;
            matcher_table: Typed;
            name: Typed;
            run_on_form_change: Typed;
            run_on_insert: Typed;
            run_on_update: Typed;
            source_table: Typed;
            sys_id: Typed;
        };
    }

    Type Declaration

    • ReadonlyallowWebServiceAccess: true
    • Readonlyattributes: { "all_tables.text_index_translations": true; update_synch: true }
    • Readonlyextends: "sys_metadata"
    • Readonlyextensible: true
    • Readonlylabel: "Data Lookup Definitions"
    • Readonlyname: "dl_definition"
    • Readonlyschema: {
          active: Typed;
          matcher_table: Typed;
          name: Typed;
          run_on_form_change: Typed;
          run_on_insert: Typed;
          run_on_update: Typed;
          source_table: Typed;
          sys_id: Typed;
      }