Forum Discussion
How to get Base Enum values and not its id(numbers) on sql table (BYOD, D365 FO)
- Anonymous4 years ago
Hi VFPowerBI ,
Please review the content in the following links and check whether that is what you are looking for.
How to see enum values in D365
USE [xxDB] GO SELECT * from ENUMVALUETABLE join ENUMIDTABLE on enumid = id and ENUMIDTABLE.NAME = 'xxx'
Export all enums over data entity to BYOD
How to: Use enum values instead of integers in BI reports for Dynamics 365 finance and operations
Also, you can try to go to the BYOD product support team, they will give you more professional advice or solution.
Best Regards
Hi VFPowerBI ,
Please review the content in the following links and check whether that is what you are looking for.
How to see enum values in D365
USE [xxDB] GO SELECT * from ENUMVALUETABLE join ENUMIDTABLE on enumid = id and ENUMIDTABLE.NAME = 'xxx'
Export all enums over data entity to BYOD
How to: Use enum values instead of integers in BI reports for Dynamics 365 finance and operations
Also, you can try to go to the BYOD product support team, they will give you more professional advice or solution.
Best Regards