hi,
I want to create multiple tiles in D365 FO and the form.
I will be having a custom date (para Date) box based on which the tiles data will be updated.
1) Show vendor invoice journal having posting date == para date or show journals which are having vendor at journal line level (ledgerjournaltrans) which belongs to vendor group 'x'.
So what I understand is that we need to create a query same as the datasources of the target form to be shown and the data to be shown can be filtered on the query.
What I want to understand is that can we modify this query by adding more relations to it and then filter it ? will this show the same data as expected ?
In my case there will be around 20 new tiles to be created and some of them will show same form with different filter criterias and some will show different form altogether.
For this I need to create separate query for each of these tiles ?
Also how does the standard creation of tiles work ? Can we achieve the same thing from front end ?
How are these objects created when we create a tile from the front end.
thanks,
VK