B2B Data Exchange
- B2B Data Exchange 10.2
- All Products
Field
| Description
|
---|---|
DIH__PUBLICATION_INSTANCE_ID
| Required. Identifiers of one or more published data sets in a comma-separated list. Each data set that an application publishes has a unique identifier. To filter the data to consume, use the value from the
$$<topicName>__PublicationInstanceIDs workflow parameter.
The parameter datatype must be number(19) if you write to an Oracle database target or number(19,0) if you write to a Microsoft SQL Server database target.
|
DIH__PUBLICATION_INSTANCE_DATE
| Date and time that each application started publishing the data sets, in a comma-separated list. If you use database partitions, you can filter the data to consume by using the value from the
$$<topic_name>__PublicationInstanceDatesSQL workflow parameter. The value format depends on the publication repository database type.
On an Oracle database, the datatype must be date and the value must be in the following format:
On a Microsoft SQL Server database, the datatype must be datetime and the value must be in the following format:
If you want to filter the data to consume with a different transformation, you can use the
$$<topic_name>__PublicationInstanceDates parameter instead.
|
MY_TABLE.DIH__PUBLICATION_INSTANCE_ID in ($$myTopic__PublicationInstanceIDs) AND MY_TABLE.DIH__PUBLICATION_INSTANCE_DATE in ($$myTopic__PublicationInstanceDatesSQL)
Property
| Description
|
---|---|
accountName
| Name of the account for which the
B2B Data Exchange server sets the port that the workflow uses to process the event.
The property value can be null if you use a global profile.
|
accountNumber
| Number of the account for which the
B2B Data Exchange server sets the port that the workflow uses to process the event. The property value must be a string.
The property value can be null if you use a global profile.
|
application
| Name of the application for which the
B2B Data Exchange server sets the port that the workflow uses to process the event.
|
dataByReference
| Determines whether the JMS message that
B2B Data Exchange sends to PowerCenter contains a document reference.
Possible values:
|
eventId
| Identifier of the associated event for the documents that the workflow processes.
|
isEventReprocessed
| Determines if the associated event is reprocessed.
|
partnerName
| Name of the partner for which the
B2B Data Exchange server sets the port that the workflow uses to process the event.
The property value can be null if you use a global profile.
|
partnerId
| Identifier of the partner for which the
B2B Data Exchange server sets the port that the workflow uses to process the event.
The property value can be null if you use a global profile.
|
profileId
| Identifier of the profile for which the
B2B Data Exchange server sets the port that the workflow uses to process the event.
|
profileName
| Name of the profile for which the
B2B Data Exchange server sets the port that the workflow uses to process the event.
|
DXSentEventId
| List of identifiers for the events that triggered the event monitor.
Available when a regular delivery or a batch delivery event monitor triggers the workflow.
|
DXMonitorId
| Identifier for the event monitor that triggered the workflow.
Available when a regular delivery or a batch delivery event monitor triggers the workflow.
|
DXMonitorName
| Name of the event monitor that triggered the workflow.
Available when a regular delivery or a batch delivery event monitor triggers the workflow.
|
DXUser
| Name of the user that received the monitor notification.
Available when a regular delivery event monitor triggers the workflow.
|