Available properties for TransactionalFragmentParameter components are shown in the following table.

Property Name

Property Type

Description

label

String

Display name of the parameter. Can be localized.

name

String

Name used in the TransactionalFragment’s parameters property.

type

TransactionalFragment
ParameterType

Data type of the parameter for input validation: number, string, date, boolean, or list

listValues

List of TransactionalFragment
ParameterListValue

The list of possible values for parameters of type list.

defaultValue

String

Default value for parameter.

hidden

Boolean

If true, the parameter is hidden from solution authors.

id

String

Repository id of this parameter.

Properties for TransactionalFragmentParameterListValue components are shown in the following table.

Property Name

Property Type

Description

displayName

String

Name of the value used for display in the associated TransactionFragmentParameter's list of parameters.
Can be localized.

value

String

Actual value of the parameter.

id

String

Repository id of this parameter.

 
loading table of contents...