Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Extended CA model is extract-only and available only for a limited number of feed types:

  • WRHSTRADEEXTRACT,
  • TRADEDCAEXTRACT,
  • SETTLEDCAEXTRACT.

To extract the model, add the value CA to the IncludeExtendedDetails parameter.

Expand
titleExample of CA only (click to expand):


Code Block
languagexml
<taskParameter>
	<name>IncludeExtendedDetails</name>
	<dataType>S</dataType>
	<value>CA</value>
</taskParameter>


If you use IncludeExtendedDetails = Y or ALL and want to extract Extended CA as well, add it comma-separated as in the examples below, (the order is not relevant).

Expand
titleClick to expand:


Code Block
languagexml
<taskParameter>
	<name>IncludeExtendedDetails</name>
	<dataType>S</dataType>
	<value>CA,ALL</value>
</taskParameter> 


Code Block
languagexml
<taskParameter>
	<name>IncludeExtendedDetails</name>
	<dataType>S</dataType>
	<value>Y,CA</value>
</taskParameter>




Warning

Important!:

  • Y and ALL values apply to SMF- and Entity-related fields only. IncludeExtendedDetails = ALL will not extract CA-related fields. This is expected behavior. To extract the newly added fields, specify CA within the value of IncludeExtendedDetails.
  • New functionality is applicable to streaming extracts only. Non-streaming are not supported.

...