@servicenow/sdk - v4.9.0
Preparing search index...
@servicenow/sdk/automation
<internal>
dl_definition_rel_set
Interface dl_definition_rel_set
interface
dl_definition_rel_set
{
always_replace
:
Typed
<
boolean
,
{
default
:
false
;
label
:
[
{
hint
:
"If true, a matching lookup will update the source field even if the matching field is blank"
;
label
:
"Always replace"
;
plural
:
"Always replaces"
;
}
,
]
;
}
,
>
;
dl_definition
:
Typed
<
|
string
|
ExplicitKey
<
"dl_definition"
>
|
TableBrand
<
"dl_definition"
>
|
Record
<
"dl_definition"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
cascadeRule
:
"delete"
;
label
:
"Data Lookup"
;
referenceTable
:
"dl_definition"
;
}
,
>
;
matcher_table
:
Typed
<
string
,
{
default
:
"javascript:parent.matcher_table"
;
label
:
"Matcher table"
;
maxLength
:
80
;
readOnly
:
true
;
readOnlyOption
:
"instance_configured"
;
}
,
>
;
matcher_table_field
:
Typed
<
string
,
{
dependent
:
"matcher_table"
;
label
:
[
{
hint
:
"Specifies the field in the matching table"
;
label
:
"Matcher table field"
;
plural
:
"Matcher table fields"
;
}
,
]
;
mandatory
:
true
;
}
,
>
;
source_table
:
Typed
<
string
,
{
default
:
"javascript:parent.source_table"
;
label
:
"Source table"
;
maxLength
:
80
;
readOnly
:
true
;
readOnlyOption
:
"instance_configured"
;
}
,
>
;
source_table_field
:
Typed
<
string
,
{
dependent
:
"source_table"
;
label
:
[
{
hint
:
"Specifies the field in the source table"
;
label
:
"Source table field"
;
plural
:
"Source table fields"
;
}
,
]
;
mandatory
:
true
;
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
dl_definition_rel_set
>
dl_definition_rel_set
Index
Properties
always_
replace
dl_
definition
matcher_
table
matcher_
table_
field
source_
table
source_
table_
field
sys_
id
Properties
Readonly
always_
replace
always_replace
:
Typed
<
boolean
,
{
default
:
false
;
label
:
[
{
hint
:
"If true, a matching lookup will update the source field even if the matching field is blank"
;
label
:
"Always replace"
;
plural
:
"Always replaces"
;
}
,
]
;
}
,
>
Readonly
dl_
definition
dl_definition
:
Typed
<
|
string
|
ExplicitKey
<
"dl_definition"
>
|
TableBrand
<
"dl_definition"
>
|
Record
<
"dl_definition"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
cascadeRule
:
"delete"
;
label
:
"Data Lookup"
;
referenceTable
:
"dl_definition"
;
}
,
>
Readonly
matcher_
table
matcher_table
:
Typed
<
string
,
{
default
:
"javascript:parent.matcher_table"
;
label
:
"Matcher table"
;
maxLength
:
80
;
readOnly
:
true
;
readOnlyOption
:
"instance_configured"
;
}
,
>
Readonly
matcher_
table_
field
matcher_table_field
:
Typed
<
string
,
{
dependent
:
"matcher_table"
;
label
:
[
{
hint
:
"Specifies the field in the matching table"
;
label
:
"Matcher table field"
;
plural
:
"Matcher table fields"
;
}
,
]
;
mandatory
:
true
;
}
,
>
Readonly
source_
table
source_table
:
Typed
<
string
,
{
default
:
"javascript:parent.source_table"
;
label
:
"Source table"
;
maxLength
:
80
;
readOnly
:
true
;
readOnlyOption
:
"instance_configured"
;
}
,
>
Readonly
source_
table_
field
source_table_field
:
Typed
<
string
,
{
dependent
:
"source_table"
;
label
:
[
{
hint
:
"Specifies the field in the source table"
;
label
:
"Source table field"
;
plural
:
"Source table fields"
;
}
,
]
;
mandatory
:
true
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
always_
replace
dl_
definition
matcher_
table
matcher_
table_
field
source_
table
source_
table_
field
sys_
id
@servicenow/sdk - v4.9.0
Loading...