Hi guys,
I think we ran into a major issue with the way order lines are stored in the database, In the past, OrderLine.Type was an enum dressed as an integer pretending to be a string or so, but the bottom line was that in the database I would get 1, 2,3 etc. Now with a recent 9.4 change, it appears to be a proper enum type (thank you for that). However, I now end up with order lines types in the database that contain the word Product, Tax and so on, and not the underlying value of 1, 2 3 etc. That completely breaks integrations and custom code that assumed these values were numeric.
Is this a known issue? By design or a bug? In the latter case: help!!
Imar