![]() |
#2 |
Участник
|
Нашёл вот такую информацию:
Whitepaper "Using_Date_Effective_Patterns_AX2012.pdf": http://www.microsoft.com/en-us/downl....aspx?Id=20864 Цитата:
AOT query
A valid time state table can be one of the data sources of an AOT query. Currently, there are no properties in the AOT query to specify the date range or AsOfDate for the records. This can be achieved programmatically or through form and SysQueryForm, which is demonstrated in the later section View A valid time state table can be one of the data sources in a view. By default, the view returns all data in a valid time state table. If the property ValidTimeStateEnabled is set to Yes, and the view fields contain the ValidFrom and ValidTo fields of the valid time state table in the view data source, the view returns current records. 1). Во вьюху следует добавлять поля этих самых дат, а также включать вышеупомянутое свойство. 2). Если такая таблица цепляется по связи Outer Join, то пока непонятно как будет срабатывать данный фрэймворк. 3). Если таких датасорсов будет больше одного в одной вьюхе, то нужно очень внимательно выбирать таблицу, по полям дат которой нужно производить фильтр, иначе результаты могут быть некорректными.. |
|