Good morning dear colleagues,
I have such a question,
can I export all enums and all enums values from D365 using data entity to BYOD using Data Management?
I tried to create a new table BYODEnums then I have created a data entity BYODEnumsEntity with my table as a datasource,
this table and date entity has such fields:
Enum Name, Enum Element, Enum Label
I have two questions:
1) I can add code to loop through all enums and populate my table, but, I could not find some method(something like initDataEntity) in data entity to populate my BYODEnums table so system can export it. What is the method to fill up my table?
1) Is this a good approach?