Guys,
I have an interesting issue. I have been using the API to update daily/monthly production for sometime now and updated to include 2 additional customNumbers (2/3). I updated the workflow ran the job and no errors on the html side and then I started looking at the data…
Right now as it stands, on the daily production screen, the 2 additional custom numbers are being written 1 month behind their associated date. To make matters even more interesting, when graphing those streams, only some of the data is visible, but what is there is on the correct date.
customNumber2 = Test Oil
customNumber3 = Test Water
Below is an example of the json being written for one well and one day:
{
“well” : “6123c9eab41fd5e50427f5ea”,
“oil” : 259.19000244140625,
“gas” : 135,
“water” : 0,
“date” : “2021-08-15T00:00:00”,
“tubingHeadPressure” : 170,
“casingHeadPressure” : null,
“flowlinePressure” : null,
“choke” : 40,
“gasInjection” : 0,
“customNumber0” : 135,
“customNumber1” : 40,
“customNumber2” : 220,
“customNumber3” : 1528
},
Below is from the daily production screen:
Below is the graph for stream (customNumber2 (Test Oil)):
Any thoughts?

