When I work for one of my projects in dynamics, I have a scenario in which user wants to see multiple sales orders, based on some conditions in grid.
So on that point I have two options:
1- I should create 100 columns in my table. Or;
2- I should create a single edt containing 100 array elements.
As per good programming practice & more effective architectural design
I used option No 2. Which is shown in below image. It is more easy to handle and
more suitable.
Create EDT with Array Elements: (Sales Id Type)
Add EDT in Table:
When you add your table as datasource in Form. It creates array elements as fields.
Nice post! Good going!
ReplyDeleteis D365 Data entity support array elements?
ReplyDeleteI have never used array elements in Data Entity, but I think we can use it because at back end data entity is used as tables.
DeleteHi,
ReplyDeleteCan u please guide me how to add array element of standard EDT in D365 FO.
I have create extension of standard EDT and when we try to add new array element on EDT extension there is no option of add new element. So can u pls help me for this
Hi Darshana,
ReplyDeleteCan you please tell me what EDT you are trying to extend. I haven't add array element in OOTB EDT's. If you could tell me the EDT I will try to extend it and add array element into it.
Regards.