interfacedl_definition{ active:Typed< boolean, { default:true; label:[ { hint:"Specifies whether lookup/replacements will occur."; label:"Active"; plural:"Active"; }, ]; }, >; matcher_table:Typed< keyofTables, { attributes:{ base_start:true; base_table:"dl_matcher"; skip_root:true; }; label:[ { hint:"Specifies the table for which new/modified records will be matched against."; label:"Matcher Table"; plural:"Matcher Tables"; }, ]; mandatory:true; tableReference:true; }, >; name:Typed<string,{label:"Name";mandatory:true}>; run_on_form_change:Typed< boolean, { default:true; label:[ { hint:"Perform data lookup on forms whose value changes that match this definition."; label:"Run on form change"; plural:"Run on form changes"; }, ]; }, >; run_on_insert:Typed< boolean, { default:true; label:[ { hint:"Perform data lookup for records being inserted that match this definition."; label:"Run on insert"; plural:"Run on inserts"; }, ]; }, >; run_on_update:Typed< boolean, { default:false; label:[ { hint:"Perform data lookup for records being updated that match this definition."; label:"Run on update"; plural:"Run on updates"; }, ]; }, >; source_table:Typed< keyofTables, { attributes:{base_start:true}; label:[ { hint:"Specifies the table for which new/modified records will be matched from."; label:"Source Table"; plural:"Source Tables"; }, ]; mandatory:true; tableReference:true; }, >; sys_id:Typed< string, {label:[{label:"Sys ID";plural:"Sys IDs"}];primary:true}, >; }
run_on_form_change:Typed< boolean, { default:true; label:[ { hint:"Perform data lookup on forms whose value changes that match this definition."; label:"Run on form change"; plural:"Run on form changes"; }, ]; }, >
Readonlyrun_on_insert
run_on_insert:Typed< boolean, { default:true; label:[ { hint:"Perform data lookup for records being inserted that match this definition."; label:"Run on insert"; plural:"Run on inserts"; }, ]; }, >
Readonlyrun_on_update
run_on_update:Typed< boolean, { default:false; label:[ { hint:"Perform data lookup for records being updated that match this definition."; label:"Run on update"; plural:"Run on updates"; }, ]; }, >
Readonlysource_table
source_table:Typed< keyofTables, { attributes:{base_start:true}; label:[ { hint:"Specifies the table for which new/modified records will be matched from."; label:"Source Table"; plural:"Source Tables"; }, ]; mandatory:true; tableReference:true; }, >