No posts with label using SQL Query in X++. Show all posts
No posts with label using SQL Query in X++. Show all posts

Get Enum Id and Enum Value in D365FO using SQL and X++

 Below is the sql get enum id and enum value of a enum in D365 F&O using sql. SELECT   enumidtable . NAME           'Enum Name' ...