No posts with label Get cost price of an Item in using X++ in Microsoft Dynamics For Finance and Operations. Show all posts
No posts with label Get cost price of an Item in using X++ in Microsoft Dynamics For Finance and Operations. 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' ...