vlocode-project - v1.40.0-beta-4
Preparing search index...
salesforce/src
FlowRecordCreate
Interface FlowRecordCreate
interface
FlowRecordCreate
{
assignRecordIdToReference
?:
string
;
connector
?:
FlowConnector
;
description
?:
string
;
elementSubtype
?:
FlowElementSubtype
;
faultConnector
?:
FlowConnector
;
inputAssignments
?:
FlowInputFieldAssignment
[]
;
inputReference
?:
string
;
label
?:
string
;
locationX
:
number
;
locationY
:
number
;
name
?:
string
;
object
?:
string
;
processMetadataValues
?:
FlowMetadataValue
[]
;
storeOutputAutomatically
?:
boolean
;
}
Hierarchy (
View Summary
)
FlowNode
FlowRecordCreate
Index
Properties
assign
Record
Id
To
Reference?
connector?
description?
element
Subtype?
fault
Connector?
input
Assignments?
input
Reference?
label?
location
X
location
Y
name?
object?
process
Metadata
Values?
store
Output
Automatically?
Properties
Optional
assign
Record
Id
To
Reference
assignRecordIdToReference
?:
string
Optional
connector
connector
?:
FlowConnector
Optional
description
description
?:
string
Optional
element
Subtype
elementSubtype
?:
FlowElementSubtype
Optional
fault
Connector
faultConnector
?:
FlowConnector
Optional
input
Assignments
inputAssignments
?:
FlowInputFieldAssignment
[]
Optional
input
Reference
inputReference
?:
string
Optional
label
label
?:
string
location
X
locationX
:
number
location
Y
locationY
:
number
Optional
name
name
?:
string
Optional
object
object
?:
string
Optional
process
Metadata
Values
processMetadataValues
?:
FlowMetadataValue
[]
Optional
store
Output
Automatically
storeOutputAutomatically
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
assign
Record
Id
To
Reference
connector
description
element
Subtype
fault
Connector
input
Assignments
input
Reference
label
location
X
location
Y
name
object
process
Metadata
Values
store
Output
Automatically
vlocode-project - v1.40.0-beta-4
Loading...