Dilitante
Dilitante

Reputation: 148

Not all query datasources available on ListPage

In the MSDN tutorial on adding data sources to a list page, it says

Expand the Data Sources node for the list page. The node includes the query that you added and the data sources associated with that query.

However I noticed not all the datasources of the query for the CustTable list page are available.

Can anyone tell me the criteria for the datasources being available?

Upvotes: 1

Views: 1436

Answers (1)

Matej
Matej

Reputation: 7627

DataSources with JoinMode ExistJoin or NotExistJoin are not available.

And make sure that query version on the Data Sources of the list page is same as the query version in the AOT. If not click into Query property and press Enter.

DataSource Query Version

See https://msdn.microsoft.com/en-us/library/aa880078.aspx

Upvotes: 2

Related Questions