No posts with label How Get Item Group Name (ItemGroupName) of an ItemId using x++. Show all posts
No posts with label How Get Item Group Name (ItemGroupName) of an ItemId using 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' ...