Unable to query QuantityUnitOfMeasure from Product2 on skuid 10.0.25

I’m getting this in Skuid:

 A Skuid Model, ‘Services’, has a Condition on a Field with relationship name ‘QuantityUnitOfMeasure’, on the Product2 Object, but this Field appears to be invalid. Please check that this Field actually exists on this Object, (or on related Objects). If it exists, then ensure that the user has permission to access it. If it does not, change any Conditions on this Model that reference this Field.

I have permission to access the field in salesforce. But Skuid can’t see the field for some reason. Only way I was able to force the query attempt was to hack the XML.

Looks like access to this field is only available in salesforce api v39 and higher? https://developer.salesforce.com/forums/?id=9060G000000Bh3eQAC

What version of the salesforce api is skuid using?

Well, I got around the limitation by creating a salesforce formula  field that just displays the value of the QuantityUnitOfMeasure picklist, and writing my condition on that…