Hi all,
I have a requirement in D365FO to increase the size of an EDT array (sorting field on ProjTable table).
So with an extension I have updated the size of the EDTs (ProjSort and ProjSortingID) but only the first element size has been really updated in SQL.
SortingID2_ and SortingID3_ are ssill in nvarchar((10) in SQL so it is failing when trying to set them with values of 20 chars.
This is working fine only with the first element of the array EDT (SortingID here).
I did a full compilation and a full db sync but with no luck.
Does anyone already succeed to increase the size of a EDT array standard field in extension ?
Thanks in advance.
Romain