How to access AOT Query Properties by X++

Hi to all,

I have a doubt about creating AOT Query By X++.

In AOT Query we have one property like Dynamic (DataSource–>Fields–>Dynamic(Properties))

I know how to create AOT query by X++ but not Property values by X++.

Pls help me…

Thanks in Advance.

Get QueryBuildFieldList instance by calling fields() method on a QueryBuildDatasource.Then use methods like dynamic(), clearFieldList(), addField() and so on.

Hi Martin,

Thank you for Reply. I have checked and working Fine.