Hi all,
I need a hand with this please,
I am trying to show 10 productions' Route Operations per each started production in a form listpage. So my plan is to convert this Form List Page that I have created in AOT. (which is showing all prodRoute vertically)
into this: one row per started production, with 10 first operations in columns (Horizontally)
In my head thinking in SQL I would make this using a sub query per each Group of fields but I cannot translate that into AX in AOT.
The cool part of using the ax listpage is that I can use the prebuilt Display Method from each table.
What would be a efficient way to build this??