Hi All,
We created customized table and entity for export data from D365Fo to Azure DB using BYOD.
In my Table used Int,Str and Enum datatype .
Data exporting are Woking fine, but Enum values show INTERGER values, Need to show the label values for enume.
The below images is Azure DB field.
We tried below setup to fix but no luck, could you please any one help on this.
I follow the below link .
Enable enum value when exporting to BYOD - Dynamics 365 Finance Forum Community Forum
Regards,
Tony MS
Hi Emily,
That’s the default behavior from BYOD. Although you can export data of the entity and use the join to get the name for the corresponding Enum value. Alternatively, you can create a computed column to show labels.