2024.2 object Object

Has anyone else seen the text “object Object” instead of a number or text? A user just reported that they are seeing “object object” instead of the number of the line and release they are on in order entry. Of course, it is random so I can’t replicate it.

I’ve mostly seen it in customized layers where the data is not being used correctly (especially in combo box data) … but in base layers, usually a refresh fixes it. Makes me wonder if a network call is getting mangled and invalid data is getting put into those fields.

I was going to suggest:

Dump dataviews to consle...

Whenever it happens again… You could try examining the values in that data view, when this happens. In the browser, hit Ctrl+Alt+8 to enter debug logging, then Ctrl+Alt+v to dump the data views into the browser’s dev tools console.

but then I tried it and the EpBindings are for psuedo-fields: OrderDtl.OrderLineNav and OrderRel.OrderRelNumNav, and neither of those appear in the data view dump :face_with_spiral_eyes:

1 Like