B2B Data Exchange
- B2B Data Exchange 10.5.3
- All Products
Port
| Type
| Description
|
---|---|---|
DXProfileID
| string
| Required. Identifier of the profile.
|
DXEventId
| string
| Optional. Identifier of the associated event. You can use this port together with the ProfileId port.
If you set the EventId port, the transformation retrieves the parameter values from the event context.
If an exception occurs, the associated event status is set to Error.
|
DXErrorMessage
| string
| Error message that the transformation generates.
|
DXErrorCode
| string
| Error code that the transformation generates. If the transformation fails, the value of the DXError port is greater than zero.
|
Port
| Type
| Description
|
---|---|---|
DXParametersXML
| string
| XML string that contains all the defined parameter names and values for the profile.
Each required parameter must have a port. If the value represents a multiple selection, the value appears as a string that contains a semicolon-separated list of values. For example:
To generate the XML string, the output port must be connected.
|
<Parameter>
| string
| Profile parameters that the transformation gets when you import a DX_Profile_Parameters transformation.
The transformation populates the port from all the imported ports that are not default ports, such as eventId or profileId.
Identifies the imported ports by name. Treats ports with the same name as a single parameter.
If a parameter port does not match a defined parameter,
B2B Data Exchange generates a debug log message.
All <parameter> ports are strings. You can change the port type in the Operation Console with the Form Designer to one of the following types:
|