Base enum values in Dynamics 365
By writing the statement 1 we will get the basenum id. And then writing the second statement we will get the list of total values.
BaseEnum - 'LogisticsAddressElement
Stataement 1 :
select * from ENUMIDTABLE where name = 'LogisticsAddressElement'
Stataement 1 :
select * from ENUMVALUETABLE where ENUMID = 4709
Comments
Post a Comment