@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/core
sysauto_script
Variable sysauto_script
Const
sysauto_script
:
{
allowWebServiceAccess
:
true
;
extends
:
"sysauto"
;
extensible
:
true
;
label
:
"Scheduled Script Execution"
;
name
:
"sysauto_script"
;
schema
:
{
script
:
Typed
<
string
|
number
,
{
columnType
:
"script_plain"
;
label
:
"Run this script"
;
maxLength
:
8000
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
;
}
;
textIndex
:
true
;
}
= ...
Type Declaration
Readonly
allowWebServiceAccess
:
true
Readonly
extends
:
"sysauto"
Readonly
extensible
:
true
Readonly
label
:
"Scheduled Script Execution"
Readonly
name
:
"sysauto_script"
Readonly
schema
:
{
script
:
Typed
<
string
|
number
,
{
columnType
:
"script_plain"
;
label
:
"Run this script"
;
maxLength
:
8000
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
;
}
Readonly
textIndex
:
true
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.7.0
Loading...