@servicenow/sdk - v4.4.1
Preparing search index...
@servicenow/sdk/core
<internal>
sys_script_fix
Interface sys_script_fix
interface
sys_script_fix
{
before
:
Typed
<
boolean
,
{
default
:
false
}
>
;
description
:
Typed
<
string
,
{
maxLength
:
4000
}
>
;
name
:
Typed
<
string
,
{
maxLength
:
40
}
>
;
record_for_rollback
:
Typed
<
boolean
,
{
default
:
true
}
>
;
script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{}
>
;
unloadable
:
Typed
<
boolean
,
{
default
:
false
}
>
;
}
Hierarchy (
View Summary
)
Helper
<
typeof
sys_script_fix
>
sys_script_fix
Index
Properties
before
description
name
record_
for_
rollback
script
unloadable
Properties
Readonly
before
before
:
Typed
<
boolean
,
{
default
:
false
}
>
Readonly
description
description
:
Typed
<
string
,
{
maxLength
:
4000
}
>
Readonly
name
name
:
Typed
<
string
,
{
maxLength
:
40
}
>
Readonly
record_
for_
rollback
record_for_rollback
:
Typed
<
boolean
,
{
default
:
true
}
>
Readonly
script
script
:
Typed
<
string
|
ScriptModule
<
Function
>
,
{}
>
Readonly
unloadable
unloadable
:
Typed
<
boolean
,
{
default
:
false
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
before
description
name
record_
for_
rollback
script
unloadable
@servicenow/sdk - v4.4.1
Loading...