[stackoverflow] [progress Openedge Abl] Unexplained Change In Data In Request/response

Status
Not open for further replies.
D

DevonOsh

Guest
I am having a very strange problem and I really hope you all can tell my how I'm being dumb and why this is happening.

I have a mobile app that I'm building using the Telerik Appbuilder. The back end is all written on OpenEdge 11.6 and I'm using the Pacific App Server for OE to serve everything up. I am also using the JSDO to interact with my data on the client side.

For some reason when I call jsdo.assign() and send over and object of data to update, all the field get updated except one. It is the only field that is defined as a decimal data type. It looks like the data is being sent as decimal, but somewhere along the line something changes and looks like it gets turned into an integer, or at the very least something OpenEdge does not like.

My request payload looks like this (TEMP is the offending field):

Request payload

My response looks like this:

Response

What is happening? What could be meddling with my data? I really don't know where to start.

Thank you in advance!

Continue reading...
 
Status
Not open for further replies.
Top