- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-07-2017
06:56 PM
02-07-2017
06:56 PM
[KNOWN ISSUE] Field type changing to InvoiceItem's ProcessingType
Description:
When using ZOQL Export to get ProcessingType of object InvoiceItem, a string will be returned with WSDL prior than 78(include), and a decimal will be returned with WSDL later than 79(include).
Request:
<ns1:create>
<ns1:zObjects xsi:type="ns2:Export">
<ns2:format>csv</ns2:format>
<ns2:Name>SupportTest</ns2:Name>
<ns2:Query>Select InvoiceItem.ProcessingType From InvoiceItem</ns2:Query>
</ns1:zObjects>
</ns1:create>
The returned file will be like:
Explanation:
This changing is as expected because we would like to keep the result of ZOQL export be consistent with the field description of our SOAP API object.
SOAP API Object Reference - InvoiceItem
Other Information:
If you would like to get a file with string returned as InvoiceItem.ProcessingType, please use Data Source Export from UI.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Labels: