B2B Data Exchange
- B2B Data Exchange 10.2
- All Products
Conflict Resolution Type
| Description
|
---|---|
cancel
| Cancels the import process. No objects are imported.
|
overwrite
| Overwrites the object in the
B2B Data Exchange repository with the object from the export file.
If you choose to overwrite existing objects, the utility performs partial validation during the import process. For example, the utility does not verify whether the user objects have associated categories. Information about missing objects appears in the import log file.
If you choose to overwrite objects that do not exist, the utility creates the objects.
|
reuse
| Retains the object in the
B2B Data Exchange repository if the object name matches the object in the export XML file, and does not import of the object from the export file.
|
skip
| Skips the object in the export XML file and does not check whether the object exists in the
B2B Data Exchange repository.
|
default
| Applies the conflict resolution that you set at the parent level of the specification file. For example, if you set the object type resolution to
reuse , you can create an element for a specific object name and set the resolution type to
default . The import and export utility applies the object type resolution to the specific object.
|
<!-- The import specification requires a particular order of the elements --> <ImportSpecification> <!-- Default resolution in case a particular object has not been specified. --> <!-- Specifying ‘default’ here is an error --> <!-- This element is required --> <DefaultResolution>cancel</DefaultResolution> <!-- Definitions of the resolutions per object type. If none are specified then the empty element tag has to be supplied --> <!-- This element is required, but does not need to contain child elements --> <ObjectTypeResolutions> <!-- multiple entries are allowed. Be aware that multiple entries for the same type can result in unpredictable behaviour --> <ObjectTypeResolution type="flowtemplate">overwrite</ObjectTypeResolution> <!--The value ‘default’ revers to the default resolution as defined above --> <ObjectTypeResolution type="account">default</ObjectTypeResolution> </ObjectTypeResolutions> <!-- A specific object resulotion for a profile --> <ObjectResolution type="profile"> <Resolution>reuse</Resolution> <Name>ProfileName</Name> </ObjectResolution> <!-- A specific object resulotion for a flow template. In this case the default resolution of the object type flow template is used. --> <ObjectResolution type="flowtemplate"> <Resolution>default</Resolution> <Name>workflowName</Name> </ObjectResolution> <!-- A specific object resulotion for an account. In this case the default resolution of the object type account is used. --> <ObjectResolution type="account"> <Resolution>default</Resolution> <Partner>PartnerName</Partner> <Name>AccountNumber</Name> </ObjectResolution>
Special Character
| Encoded Character
|
---|---|
<
| <
|
>
| >
|
&
| &
|