@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/core
<internal>
sys_alias_templates
Interface sys_alias_templates
interface
sys_alias_templates
{
default_data_template
:
Typed
<
string
,
{
attributes
:
{
json_view
:
true
}
;
label
:
"Default Data Template"
;
mandatory
:
true
;
maxLength
:
10000
;
}
,
>
;
dynamic_data_schema
:
Typed
<
string
,
{
attributes
:
{
json_view
:
true
}
;
label
:
"Dynamic Data Schema"
;
mandatory
:
true
;
maxLength
:
10000
;
}
,
>
;
name
:
Typed
<
string
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
label
:
"Name"
;
mandatory
:
true
;
maxLength
:
100
;
}
,
>
;
on_edit_script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{
label
:
"On Edit Script"
;
mandatory
:
false
;
maxLength
:
8000
}
,
>
;
post_process_script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{
label
:
"On Create Script"
;
mandatory
:
false
;
maxLength
:
8000
}
,
>
;
pre_edit_script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{
label
:
"Pre-Edit Script"
;
mandatory
:
false
;
maxLength
:
8000
}
,
>
;
sys_id
:
Typed
<
string
|
number
,
{
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
}
,
>
;
test_action
:
Typed
<
|
string
|
ExplicitKey
<
"sys_hub_action_type_definition"
>
|
TableBrand
<
"sys_hub_action_type_definition"
>
|
Record
<
"sys_hub_action_type_definition"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
label
:
"Test Action"
;
mandatory
:
false
;
referenceTable
:
"sys_hub_action_type_definition"
;
}
,
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_alias_templates
>
sys_alias_templates
Index
Properties
default_
data_
template
dynamic_
data_
schema
name
on_
edit_
script
post_
process_
script
pre_
edit_
script
sys_
id
test_
action
Properties
Readonly
default_
data_
template
default_data_template
:
Typed
<
string
,
{
attributes
:
{
json_view
:
true
}
;
label
:
"Default Data Template"
;
mandatory
:
true
;
maxLength
:
10000
;
}
,
>
Readonly
dynamic_
data_
schema
dynamic_data_schema
:
Typed
<
string
,
{
attributes
:
{
json_view
:
true
}
;
label
:
"Dynamic Data Schema"
;
mandatory
:
true
;
maxLength
:
10000
;
}
,
>
Readonly
name
name
:
Typed
<
string
,
{
attributes
:
{
edge_encryption_enabled
:
true
}
;
label
:
"Name"
;
mandatory
:
true
;
maxLength
:
100
;
}
,
>
Readonly
on_
edit_
script
on_edit_script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{
label
:
"On Edit Script"
;
mandatory
:
false
;
maxLength
:
8000
}
,
>
Readonly
post_
process_
script
post_process_script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{
label
:
"On Create Script"
;
mandatory
:
false
;
maxLength
:
8000
}
,
>
Readonly
pre_
edit_
script
pre_edit_script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{
label
:
"Pre-Edit Script"
;
mandatory
:
false
;
maxLength
:
8000
}
,
>
Readonly
sys_
id
sys_id
:
Typed
<
string
|
number
,
{
column_type
:
"GUID"
;
label
:
"Sys ID"
;
mandatory
:
false
}
,
>
Readonly
test_
action
test_action
:
Typed
<
|
string
|
ExplicitKey
<
"sys_hub_action_type_definition"
>
|
TableBrand
<
"sys_hub_action_type_definition"
>
|
Record
<
"sys_hub_action_type_definition"
>
,
{
attributes
:
{
encode_utf8
:
false
}
;
label
:
"Test Action"
;
mandatory
:
false
;
referenceTable
:
"sys_hub_action_type_definition"
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default_
data_
template
dynamic_
data_
schema
name
on_
edit_
script
post_
process_
script
pre_
edit_
script
sys_
id
test_
action
@servicenow/sdk - v4.7.0
Loading...