@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
sysevent_script_action
Variable sysevent_script_action
Const
sysevent_script_action
:
{
extends
:
"sysrule"
;
name
:
"sysevent_script_action"
;
schema
:
{
active
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Active"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
condition_script
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Condition script"
;
mandatory
:
false
;
maxLength
:
254
;
read_only
:
false
;
}
,
>
;
event_name
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"sysevent_name"
;
label
:
"Event name"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
script
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"script_plain"
;
label
:
"Script"
;
mandatory
:
false
;
maxLength
:
8000
;
read_only
:
false
;
}
,
>
;
synchronous
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Synchronous"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
}
;
}
= ...
Type Declaration
Readonly
extends
:
"sysrule"
Readonly
name
:
"sysevent_script_action"
Readonly
schema
:
{
active
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Active"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
condition_script
:
Typed
<
string
,
{
active
:
true
;
dropdown
:
"none"
;
label
:
"Condition script"
;
mandatory
:
false
;
maxLength
:
254
;
read_only
:
false
;
}
,
>
;
event_name
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"sysevent_name"
;
label
:
"Event name"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
script
:
Typed
<
string
|
number
,
{
active
:
true
;
column_type
:
"script_plain"
;
label
:
"Script"
;
mandatory
:
false
;
maxLength
:
8000
;
read_only
:
false
;
}
,
>
;
synchronous
:
Typed
<
boolean
,
{
active
:
true
;
default
:
false
;
label
:
"Synchronous"
;
mandatory
:
false
;
maxLength
:
40
;
read_only
:
false
;
}
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.4.1
Loading...