B2B Data Exchange
- B2B Data Exchange 10.2.2
- All Products
<!-- The order of the object selections does not matter (can be in any order)--> <ExportSpecification> <!-- The minumum number of elements is one --> <!-- Export MyOwnEventType --> <ObjectSelection type="eventtype"> <Name>MyOwnEventType</Name> </ObjectSelection> <!-- Export super event status--> <ObjectSelection type="eventstatus"> <Name>SuperEventStatus</Name> </ObjectSelection> <!-- Export all the event types --> <ObjectSelection type="eventtype"> <Name>(ALL)</Name> </ObjectSelection> <!-- Export the flow template, that automatically includes the preprocessing templates, applications, and event property keys ? --> <ObjectSelection type="flowtemplate"> <Name>SomeFlowTemplate</Name> </ObjectSelection> <!-- Export a profile with all its dependencies --> <ObjectSelection type="profile"> <Name>Profile_X</Name> </ObjectSelection> <!-- Export a delayed processing rule --> <ObjectSelection type="delayedprocessingrule"> <Name>DefaultProcessingRule</Name> </ObjectSelection> <!-- Export a partner and all its dependencies and related objects (such as profiles and delayed processing rules) --> <ObjectSelection type="partner"> <Name>IceSave</Name> </ObjectSelection> <!-- Export of an account, including its depedendencis and related objects --> <ObjectSelection type="account"> <!-- The partner tag is required, as otherwise we cannot be certain to select the correct account --> <Partner>IceSave</Partner> <!-- the name tag now acts as a selector for the account number --> <Name>123456789.123456789</Name> </ObjectSelection> </ExportSpecification>
Special Character
| Encoded Character
|
---|---|
<
| <
|
>
| >
|
&
| &
|