Hi guys, quick question... I have a SOAP response ...
# suitetalkapi
e
Hi guys, quick question... I have a SOAP response (using SoapUI) where the Bill Payment amount is formatted as scientific notation. If the amount has seven digits, I get for example 9,999,999. But as soon as I have more digits, I get 1.0E7 instead of 10,000,000. Can I control this behavior in NetSuite itself, or in the SOAP client?
c
Put "Page: SOAP Web Services Usage Log" in the global search & look at the response from NetSuite. Then you'll know where the problem is
e
Hi @CD The SOAP response is OK. But why can't I have the amount as 10,000,000 and get 1.0E7 instead? Is it normal behavior for NetSuite?