Hi guys,
What will be the correct way of saving enum label to a field with string type ?
When I have a field, lets say MyProjInvoiceStatus (string) then in my code I want to keep the label, I found out I cannot use function Enum2Str()
I have a code that compare the status and when it meets the condition, I would directly put the enum like for example [mytable].MyProjInvoiceStatus = enum2Str(ProjInvoiceStatus::FullyInvoiced)
That one as mentioned is wrong, so what would be the correct way of doing it ?
Thanks,
.