Monday, February 27, 2023

Get easy way to find element values of an base enum in D365 F&0 | Dynamics 365 Finance and Operation | X++

 Get element values of an base enum


SELECT * from ENUMVALUETABLE

join ENUMIDTABLE

on enumid = id

and ENUMIDTABLE.NAME = 'WorkflowTrackingType'

No comments: