I am trying to call a BAQ from a customization and am getting the error, I think I might be missing a using statement but not sure which one.
Script.dynamicQueryAdapter’ is a ‘field’ but is used like a ‘type’
Might be the casing - “dynamicQueryAdapter” vs “DynamicQueryAdapter”. You should also be able to just use “var”.
I have that added but still get the error message.

That was it.
Thanks!!!