@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sys_atf_step
Variable sys_atf_step
Const
sys_atf_step
:
{
extends
:
"sys_metadata"
;
name
:
"sys_atf_step"
;
schema
:
{
active
:
Typed
<
boolean
,
{
active
:
true
;
default
:
true
;
label
:
"Active"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
copied_from
:
Typed
<
|
string
|
Record
<
"sys_atf_step"
>
|
ExplicitKey
<
"sys_atf_step"
>
|
TableBrand
<
"sys_atf_step"
>
,
{
active
:
true
;
label
:
"Copied from"
;
mandatory
:
false
;
read_only
:
true
;
referenceTable
:
"sys_atf_step"
;
}
,
>
;
description
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Description"
;
mandatory
:
false
;
maxLength
:
1000
;
read_only
:
true
;
}
,
>
;
display_name
:
Typed
<
string
,
{
active
:
true
;
label
:
"Display name"
;
mandatory
:
false
;
read_only
:
true
;
}
,
>
;
inputs
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"glide_var"
;
label
:
"Input variables"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
mugshots_cache_json
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"json"
;
label
:
"Mugshots Cache JSON"
;
mandatory
:
false
;
read_only
:
true
;
}
,
>
;
notes
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Notes"
;
mandatory
:
false
;
maxLength
:
1000
;
read_only
:
false
;
}
,
>
;
order
:
Typed
<
number
,
{
active
:
true
;
label
:
"Execution order"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
snapshot
:
Typed
<
|
string
|
Record
<
"sys_atf_snapshot"
>
|
ExplicitKey
<
"sys_atf_snapshot"
>
|
TableBrand
<
"sys_atf_snapshot"
>
,
{
active
:
true
;
label
:
"Snapshot"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_atf_snapshot"
;
}
,
>
;
step_config
:
Typed
<
|
string
|
Record
<
"sys_atf_step_config"
>
|
ExplicitKey
<
"sys_atf_step_config"
>
|
TableBrand
<
"sys_atf_step_config"
>
,
{
active
:
true
;
label
:
"Step config"
;
mandatory
:
true
;
read_only
:
true
;
referenceTable
:
"sys_atf_step_config"
;
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
table
:
Typed
<
keyof
Tables
,
{
active
:
true
;
label
:
"Table"
;
mandatory
:
false
;
read_only
:
false
}
,
>
;
test
:
Typed
<
|
string
|
Record
<
"sys_atf_test"
>
|
ExplicitKey
<
"sys_atf_test"
>
|
TableBrand
<
"sys_atf_test"
>
,
{
active
:
true
;
label
:
"Test"
;
mandatory
:
true
;
read_only
:
true
;
referenceTable
:
"sys_atf_test"
;
}
,
>
;
timeout
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"glide_duration"
;
label
:
"Timeout"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
warning_message
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Warning message"
;
mandatory
:
false
;
maxLength
:
1000
;
read_only
:
true
;
}
,
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sys_metadata"
Readonly
name
:
"sys_atf_step"
Readonly
schema
:
{
active
:
Typed
<
boolean
,
{
active
:
true
;
default
:
true
;
label
:
"Active"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
copied_from
:
Typed
<
|
string
|
Record
<
"sys_atf_step"
>
|
ExplicitKey
<
"sys_atf_step"
>
|
TableBrand
<
"sys_atf_step"
>
,
{
active
:
true
;
label
:
"Copied from"
;
mandatory
:
false
;
read_only
:
true
;
referenceTable
:
"sys_atf_step"
;
}
,
>
;
description
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Description"
;
mandatory
:
false
;
maxLength
:
1000
;
read_only
:
true
;
}
,
>
;
display_name
:
Typed
<
string
,
{
active
:
true
;
label
:
"Display name"
;
mandatory
:
false
;
read_only
:
true
}
,
>
;
inputs
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"glide_var"
;
label
:
"Input variables"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
mugshots_cache_json
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"json"
;
label
:
"Mugshots Cache JSON"
;
mandatory
:
false
;
read_only
:
true
;
}
,
>
;
notes
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Notes"
;
mandatory
:
false
;
maxLength
:
1000
;
read_only
:
false
;
}
,
>
;
order
:
Typed
<
number
,
{
active
:
true
;
label
:
"Execution order"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
snapshot
:
Typed
<
|
string
|
Record
<
"sys_atf_snapshot"
>
|
ExplicitKey
<
"sys_atf_snapshot"
>
|
TableBrand
<
"sys_atf_snapshot"
>
,
{
active
:
true
;
label
:
"Snapshot"
;
mandatory
:
false
;
read_only
:
false
;
referenceTable
:
"sys_atf_snapshot"
;
}
,
>
;
step_config
:
Typed
<
|
string
|
Record
<
"sys_atf_step_config"
>
|
ExplicitKey
<
"sys_atf_step_config"
>
|
TableBrand
<
"sys_atf_step_config"
>
,
{
active
:
true
;
label
:
"Step config"
;
mandatory
:
true
;
read_only
:
true
;
referenceTable
:
"sys_atf_step_config"
;
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
table
:
Typed
<
keyof
Tables
,
{
active
:
true
;
label
:
"Table"
;
mandatory
:
false
;
read_only
:
false
}
,
>
;
test
:
Typed
<
|
string
|
Record
<
"sys_atf_test"
>
|
ExplicitKey
<
"sys_atf_test"
>
|
TableBrand
<
"sys_atf_test"
>
,
{
active
:
true
;
label
:
"Test"
;
mandatory
:
true
;
read_only
:
true
;
referenceTable
:
"sys_atf_test"
;
}
,
>
;
timeout
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"glide_duration"
;
label
:
"Timeout"
;
mandatory
:
false
;
read_only
:
false
;
}
,
>
;
warning_message
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Warning message"
;
mandatory
:
false
;
maxLength
:
1000
;
read_only
:
true
;
}
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...