Have you tried putting the decimals in to see if that works? I haven't used eConnect before but I do know that SQL can sometimes be finicky with numbers. So, instead of customer.CRLMTAMT = 1000, maybe try customer.CRLMTAMT = 1000.00000 (this field usually has 5 decimal places in SQL).
↧