
SQL Server supports filtered indexes, in which the index has a WHERE clause. Is it possible to create such an index in AX using AOT?
*This post is locked for comments
I have the same question (0)Hi m60freeman,
This is not supported from the AOT. You could add this index manually within SQL server management studio, but this will be overwritten (deleted) when you do a new synchronization of the data dictionary. Included columns are supported.