hi all, can enum type attached in field change in run time?
details : I have field PurchQty which have enum type PurchQty. In my form, when I open the form contain that field, I don't want use enum PurchQty for the lookupvalue insted I want to use another enum type which I created by my self. I don't want to change the enum type in AOT, bcause I only want to use those scenario only for 1 specific form, so other form contain that field use the original enum type (PurchQty) TIA, Ton

