@servicenow/sdk - v4.9.0
Preparing search index...
@servicenow/sdk/automation
<internal>
RecordCreateTrigger
Interface RecordCreateTrigger
Record Create trigger - fires when a record is created.
interface
RecordCreateTrigger
{
__inputs
?:
{
condition
:
Typed
<
string
,
{
columnType
:
"string"
;
label
:
"Condition"
;
sysId
:
"2a8a7851ff2200108c8733af793bf131"
;
}
,
>
;
runTriggerOnExtendedTables
:
Typed
<
boolean
,
{
columnType
:
"boolean"
;
label
:
"Run On Extended"
;
sysId
:
"38c838790f0010108c87f4f0ff767e5a"
;
}
,
>
;
table
:
Typed
<
keyof
Tables
,
{
columnType
:
"string"
;
label
:
"Table"
;
sysId
:
"a8ae38d1ff2200108c8733af793bf15c"
;
}
,
>
;
}
;
__type
:
"PlaybookTriggerType"
;
__userInputs
?:
undefined
;
inputs
?:
{
condition
:
Typed
<
string
,
{
columnType
:
"string"
;
label
:
"Condition"
;
sysId
:
"2a8a7851ff2200108c8733af793bf131"
;
}
,
>
;
runTriggerOnExtendedTables
:
Typed
<
boolean
,
{
columnType
:
"boolean"
;
label
:
"Run On Extended"
;
sysId
:
"38c838790f0010108c87f4f0ff767e5a"
;
}
,
>
;
table
:
Typed
<
keyof
Tables
,
{
columnType
:
"string"
;
label
:
"Table"
;
sysId
:
"a8ae38d1ff2200108c8733af793bf15c"
;
}
,
>
;
}
;
}
Hierarchy (
View Summary
)
PlaybookTriggerType
<
ExtractInputs
<
typeof
RecordCreate
>
>
RecordCreateTrigger
Index
Properties
__
inputs?
__
type
__
user
Inputs?
inputs?
Properties
Optional
Readonly
__
inputs
__inputs
?:
{
condition
:
Typed
<
string
,
{
columnType
:
"string"
;
label
:
"Condition"
;
sysId
:
"2a8a7851ff2200108c8733af793bf131"
;
}
,
>
;
runTriggerOnExtendedTables
:
Typed
<
boolean
,
{
columnType
:
"boolean"
;
label
:
"Run On Extended"
;
sysId
:
"38c838790f0010108c87f4f0ff767e5a"
;
}
,
>
;
table
:
Typed
<
keyof
Tables
,
{
columnType
:
"string"
;
label
:
"Table"
;
sysId
:
"a8ae38d1ff2200108c8733af793bf15c"
;
}
,
>
;
}
Readonly
__
type
__type
:
"PlaybookTriggerType"
Optional
Readonly
__
user
Inputs
__userInputs
?:
undefined
Optional
Readonly
inputs
inputs
?:
{
condition
:
Typed
<
string
,
{
columnType
:
"string"
;
label
:
"Condition"
;
sysId
:
"2a8a7851ff2200108c8733af793bf131"
;
}
,
>
;
runTriggerOnExtendedTables
:
Typed
<
boolean
,
{
columnType
:
"boolean"
;
label
:
"Run On Extended"
;
sysId
:
"38c838790f0010108c87f4f0ff767e5a"
;
}
,
>
;
table
:
Typed
<
keyof
Tables
,
{
columnType
:
"string"
;
label
:
"Table"
;
sysId
:
"a8ae38d1ff2200108c8733af793bf15c"
;
}
,
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
__
inputs
__
type
__
user
Inputs
inputs
@servicenow/sdk - v4.9.0
Loading...
Record Create trigger - fires when a record is created.