Changes in Functionality

The following are changes in functionality in version 4.0.0 of TIBCO Fulfillment Catalog.

Change in Export Data Request
Note: This is not a change in functionality. This is just a change in the Export Data Request of the Export Web Service.
There is a change in the Export Data Request of the Export Web Service. Three new elements have been introduced to simplify the selection of type of export. Each element introduced represents a type of export:
  • FullExport - Specifies that the type of export to be triggered is Full Export.
  • PartialExport - Specifies that the type of export to be triggered is Partial Export.
  • DeltaExport - Specifies that the type of export to be triggered is Delta Export.
Backward Compatible CSV Flag
A new parameter, named BackwardCompatibleCsv, has been introduced in the export workflow wfin26enterprisedataexportv1.xml. By default the BackwardCompatibleCsv parameter is set to the value of FALSE for good performance. The BackwardCompatibleCsv parameter should be set to TRUE if backward compatible CSV files are to be generated. When BackwardCompatibleCsv is set to FALSE during export, there will not be any double quotation under relationship attribute CSVs. Additionally, reverse relationships will not be exported. When the BackwardCompatibleCsv parameter is set to TRUE, during the export, there will be double quotation under relationship attribute CSVs and reverse relationships will also be exported.