Hello,
I have small confusion , would like to clear here. I want to create an Enum type (with No Yes enum element) so It is best practice to create EDT for this Enum ? or i can use this Enum directly to table level? what is best way ?
Please clear
*This post is locked for comments
Already did..
Hi,
If you feel your issue is resolved, could you mark the useful answers as verified.
Thanks Chaitanya , I got my answer.
Thanks Arpan & Hakim.
Yes , I know i can use directly Enum on table but i was looking for suggestion if i have field specfic to some functionality then wouldn't be it better to make EDT for Enum for that or use standard enum directly on table level.
Hi,
Recommended best practice is to assign ExtendedDataType property to NoYesId and Enum property to NoYes on the required field(as shown below). No need to create a new EDT.
On the other side, you can simply assign the Enum as NoYes without any EDT(at table level directly) and I haven't seen any best practice deviation on the table by doing so.
Hope this helps you.
you can use the exsiting Enum , no need to create new EDT
Hi Visvash,
You have already standard EDT "NoyesId" and itself Enum type = No yes is there. You need to use EDT directly "NoyesID " in your table field only. Automatically it will shows enum "NoYes" for you.
If it's useful for you please mark verify.
Thanks!
Arpan
André Arnaud de Cal...
292,074
Super User 2025 Season 1
Martin Dráb
230,900
Most Valuable Professional
nmaenpaa
101,156