Getting form Datasource properties in X++

hi team,

Basically in AX2009 , i want to get what are forms that uses CROSSCOMPANYAUTOQUERY = YES . how can i do that in X++.

I can use Dictclasses , but not for the forms .

Thanks

Manoj

DictClass class is for classes, as DictTable is for tables. You can’t use them for different types of elements.

What you should use is SysTreeNode class and its method getProperty().

Yes Martin. thats right .