@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sysrule
Variable sysrule
Const
sysrule
:
{
extends
:
"sys_metadata"
;
name
:
"sysrule"
;
schema
:
{
description
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Description"
;
mandatory
:
false
;
maxLength
:
4000
;
read_only
:
false
;
}
,
>
;
name
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Name"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
order
:
Typed
<
number
,
{
active
:
true
;
default
:
100
;
label
:
"Execution Order"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_domain
:
Typed
<
Record
<
"domain"
>
|
"global"
,
{
active
:
true
;
default
:
"global"
;
label
:
"Domain"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_domain_path
:
Typed
<
string
,
{
active
:
true
;
default
:
"/"
;
label
:
"Domain Path"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_overrides
:
Typed
<
|
string
|
Record
<
"sysrule"
>
|
ExplicitKey
<
"sysrule"
>
|
TableBrand
<
"sysrule"
>
,
{
active
:
true
;
label
:
"Overrides"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sysrule"
;
}
,
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sysrule"
Readonly
schema
:
{
description
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Description"
;
mandatory
:
false
;
maxLength
:
4000
;
read_only
:
false
;
}
,
>
;
name
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Name"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
order
:
Typed
<
number
,
{
active
:
true
;
default
:
100
;
label
:
"Execution Order"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_domain
:
Typed
<
Record
<
"domain"
>
|
"global"
,
{
active
:
true
;
default
:
"global"
;
label
:
"Domain"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_domain_path
:
Typed
<
string
,
{
active
:
true
;
default
:
"/"
;
label
:
"Domain Path"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
sys_overrides
:
Typed
<
|
string
|
Record
<
"sysrule"
>
|
ExplicitKey
<
"sysrule"
>
|
TableBrand
<
"sysrule"
>
,
{
active
:
true
;
label
:
"Overrides"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sysrule"
;
}
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...