Hello everyone!
I have an abstract class representing the possible inputs for an Enum field, in the following way:
Class system.dto.sector.SectorStatusEnum Abstract
I need to create a persistent class referencing the abstract class in the status field, so that the result of the operation is the same as the example:
%PersistentProperty VALUELIST=",1,2,3,4", DISPLAYLIST=", Active, Inactive, Production, Upkeep"Can someone help me pls?

.png)

.png)



