@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
cmn_schedule
Interface cmn_schedule
interface
cmn_schedule
{
document
:
Typed
<
string
,
{
label
:
"Document"
}
>
;
document_key
:
Typed
<
string
,
{
label
:
"Document key"
;
maxLength
:
32
}
>
;
name
:
Typed
<
string
,
{
label
:
"Name"
;
maxLength
:
80
}
>
;
read_only
:
Typed
<
boolean
,
{
default
:
false
;
label
:
[
{
hint
:
"Read-only schedules cannot be modified from the user interface"
;
label
:
"Read only"
;
language
:
"en"
;
plural
:
"Read onlies"
;
}
,
]
;
}
,
>
;
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
;
type
:
Typed
<
string
,
{
label
:
"Type"
}
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
cmn_schedule
>
cmn_schedule
Index
Properties
document
document_
key
name
read_
only
sys_
id
type
Properties
Readonly
document
document
:
Typed
<
string
,
{
label
:
"Document"
}
>
Readonly
document_
key
document_key
:
Typed
<
string
,
{
label
:
"Document key"
;
maxLength
:
32
}
>
Readonly
name
name
:
Typed
<
string
,
{
label
:
"Name"
;
maxLength
:
80
}
>
Readonly
read_
only
read_only
:
Typed
<
boolean
,
{
default
:
false
;
label
:
[
{
hint
:
"Read-only schedules cannot be modified from the user interface"
;
label
:
"Read only"
;
language
:
"en"
;
plural
:
"Read onlies"
;
}
,
]
;
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
,
{
label
:
[
{
label
:
"Sys ID"
;
language
:
"en"
;
plural
:
"Sys IDs"
}
]
;
primary
:
true
;
}
,
>
Readonly
type
type
:
Typed
<
string
,
{
label
:
"Type"
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
document
document_
key
name
read_
only
sys_
id
type
@servicenow/sdk - v4.4.1
Loading...