Micrsoft Dynamics 365 Finance and Operatuon (formally Microsoft Dynamics AX) Technical blog by Microsoft partner Rajdip Das, focusing on providing X++ solutions and code to aid the developer in day-to-day operations and code constructing.
Get element values of an base enum
SELECT * from ENUMVALUETABLE
join ENUMIDTABLE
on enumid = id
and ENUMIDTABLE.NAME = 'WorkflowTrackingType'
Post a Comment
No comments:
Post a Comment